Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

AbbreviatePositionalValues - Class in com.google.common.css.compiler.passes
Check shorthand rule declarations that define positional values, such as padding and margin, and eliminate duplicate values if possible.
AbbreviatePositionalValues(MutatingVisitController) - Constructor for class com.google.common.css.compiler.passes.AbbreviatePositionalValues
 
AbstractCfgNodeTraversalCallback() - Constructor for class com.google.javascript.jscomp.ControlFlowGraph.AbstractCfgNodeTraversalCallback
 
AbstractCommandLineCompiler - Class in com.google.common.css
An abstract class that is designed to be extended by classes that provide a command line interface to the CSS parser.
AbstractCommandLineCompiler(JobDescription, ExitCodeHandler) - Constructor for class com.google.common.css.AbstractCommandLineCompiler
Constructs an AbstractCommandLineCompiler.
AbstractCommandOptions - Class in org.plovr.cli
 
AbstractCommandOptions() - Constructor for class org.plovr.cli.AbstractCommandOptions
 
AbstractCompiler - Class in com.google.javascript.jscomp
An abstract compiler, to help remove the circular dependency of passes on JSCompiler.
AbstractCompiler() - Constructor for class com.google.javascript.jscomp.AbstractCompiler
 
abstractEquals(Object) - Method in class com.google.template.soy.soytree.defn.TemplateParam
 
AbstractExprNode - Class in com.google.template.soy.exprtree
Abstract implementation of an ExprNode.
AbstractExprNode(SourceLocation) - Constructor for class com.google.template.soy.exprtree.AbstractExprNode
 
AbstractExprNode(AbstractExprNode, CopyState) - Constructor for class com.google.template.soy.exprtree.AbstractExprNode
Copy constructor.
AbstractExprNodeVisitor<R> - Class in com.google.template.soy.exprtree
Abstract base class for all ExprNode visitors.
AbstractExprNodeVisitor(ErrorReporter) - Constructor for class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
AbstractGenerateSoyEscapingDirectiveCode - Class in com.google.template.soy.shared.internal
Abstract class for generating code relied upon by escaping directives.
AbstractGenerateSoyEscapingDirectiveCode() - Constructor for class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
 
AbstractGenerateSoyEscapingDirectiveCode.FileRef - Class in com.google.template.soy.shared.internal
A file reference like <input path="foo.txt"/>.
AbstractGenerateSoyEscapingDirectiveCode.FunctionNamePredicate - Class in com.google.template.soy.shared.internal
A wrapper around a library function name predicate like <libdefined name="goog.*"/>.
AbstractGssParser - Class in com.google.common.css.compiler.ast
Base parser implementation that delegates management of the underlying JavaCC parser to the subclass.
AbstractGssParser() - Constructor for class com.google.common.css.compiler.ast.AbstractGssParser
 
AbstractGssParser.ParseResult - Class in com.google.common.css.compiler.ast
 
abstractHashCode() - Method in class com.google.template.soy.soytree.defn.TemplateParam
 
AbstractJsInput - Class in org.plovr
AbstractJsInput provides the default logic for extracting goog.provide() and goog.require() information.
AbstractMessageFormatter - Class in com.google.javascript.jscomp
Abstract message formatter providing default behavior for implementations of MessageFormatter needing a SourceExcerptProvider.
AbstractMessageFormatter(SourceExcerptProvider) - Constructor for class com.google.javascript.jscomp.AbstractMessageFormatter
 
AbstractNode - Class in com.google.template.soy.basetree
Abstract implementation of a Node.
AbstractNode() - Constructor for class com.google.template.soy.basetree.AbstractNode
 
AbstractNode(AbstractNode, CopyState) - Constructor for class com.google.template.soy.basetree.AbstractNode
Copy constructor.
AbstractNodeTypePruningCallback(Set<Integer>) - Constructor for class com.google.javascript.jscomp.NodeTraversal.AbstractNodeTypePruningCallback
Creates an abstract pruned callback.
AbstractNodeTypePruningCallback(Set<Integer>, boolean) - Constructor for class com.google.javascript.jscomp.NodeTraversal.AbstractNodeTypePruningCallback
Creates an abstract pruned callback.
AbstractNodeVisitor<N extends Node,R> - Class in com.google.template.soy.basetree
Base class for AbstractXxxNodeVisitor classes.
AbstractNodeVisitor(ErrorReporter) - Constructor for class com.google.template.soy.basetree.AbstractNodeVisitor
 
AbstractOperatorNode - Class in com.google.template.soy.exprtree
Abstract implementation of an OperatorNode.
AbstractOperatorNode(Operator, SourceLocation) - Constructor for class com.google.template.soy.exprtree.AbstractOperatorNode
 
AbstractOperatorNode(AbstractOperatorNode, CopyState) - Constructor for class com.google.template.soy.exprtree.AbstractOperatorNode
Copy constructor.
AbstractParentExprNode - Class in com.google.template.soy.exprtree
Abstract implementation of a ParentExprNode.
AbstractParentExprNode(SourceLocation) - Constructor for class com.google.template.soy.exprtree.AbstractParentExprNode
 
AbstractParentExprNode(SoyType, SourceLocation) - Constructor for class com.google.template.soy.exprtree.AbstractParentExprNode
 
AbstractParentExprNode(AbstractParentExprNode, CopyState) - Constructor for class com.google.template.soy.exprtree.AbstractParentExprNode
Copy constructor.
AbstractParentSoyNode<N extends SoyNode> - Class in com.google.template.soy.soytree
Abstract implementation of a ParentSoyNode.
AbstractParentSoyNode(int, SourceLocation) - Constructor for class com.google.template.soy.soytree.AbstractParentSoyNode
 
AbstractParentSoyNode(AbstractParentSoyNode<N>, CopyState) - Constructor for class com.google.template.soy.soytree.AbstractParentSoyNode
Copy constructor.
AbstractPostOrderCallback() - Constructor for class com.google.javascript.jscomp.NodeTraversal.AbstractPostOrderCallback
 
AbstractPreOrderCallback() - Constructor for class com.google.javascript.jscomp.NodeTraversal.AbstractPreOrderCallback
 
AbstractReturningExprNodeVisitor<R> - Class in com.google.template.soy.exprtree
Abstract base class for all ExprNode visitors.
AbstractReturningExprNodeVisitor(ErrorReporter) - Constructor for class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
AbstractReturningNodeVisitor<N extends Node,R> - Class in com.google.template.soy.basetree
Base class for AbstractXxxNodeVisitor classes.
AbstractReturningNodeVisitor(ErrorReporter) - Constructor for class com.google.template.soy.basetree.AbstractReturningNodeVisitor
 
AbstractReturningSoyNodeVisitor<R> - Class in com.google.template.soy.soytree
Abstract base class for all SoyNode visitors.
AbstractReturningSoyNodeVisitor(ErrorReporter) - Constructor for class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
AbstractRule(AbstractCompiler, Requirement) - Constructor for class com.google.javascript.jscomp.ConformanceRules.AbstractRule
 
AbstractScopedCallback() - Constructor for class com.google.javascript.jscomp.NodeTraversal.AbstractScopedCallback
 
AbstractShallowCallback() - Constructor for class com.google.javascript.jscomp.NodeTraversal.AbstractShallowCallback
 
AbstractShallowStatementCallback() - Constructor for class com.google.javascript.jscomp.NodeTraversal.AbstractShallowStatementCallback
 
AbstractSoyFileSupplier - Class in com.google.template.soy.base.internal
Abstract base implementation of SoyFileSupplier.
AbstractSoyFileSupplier(SoyFileKind, String) - Constructor for class com.google.template.soy.base.internal.AbstractSoyFileSupplier
 
AbstractSoyNode - Class in com.google.template.soy.soytree
Abstract implementation of a SoyNode.
AbstractSoyNode(int, SourceLocation) - Constructor for class com.google.template.soy.soytree.AbstractSoyNode
 
AbstractSoyNode(AbstractSoyNode, CopyState) - Constructor for class com.google.template.soy.soytree.AbstractSoyNode
Copy constructor.
AbstractSoyNodeVisitor<R> - Class in com.google.template.soy.soytree
Abstract base class for all SoyNode visitors.
AbstractSoyNodeVisitor(ErrorReporter) - Constructor for class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
AbstractStaticScope<T> - Class in com.google.javascript.rhino.testing
A scope that just returns null for everything.
AbstractStaticScope() - Constructor for class com.google.javascript.rhino.testing.AbstractStaticScope
 
AbstractWebServiceException - Exception in com.google.javascript.jscomp.webservice.common
All the exceptions that can be returned as error to the client of the API.
AbstractWebServiceException() - Constructor for exception com.google.javascript.jscomp.webservice.common.AbstractWebServiceException
 
acceptEcmaScript5() - Method in class com.google.javascript.jscomp.Compiler
 
access - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyGetterTree
 
access - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyMemberVariableTree
 
access - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyMethodTree
 
access - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertySetterTree
 
access - Variable in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree
 
access - Variable in class com.google.javascript.jscomp.parsing.parser.trees.MemberVariableTree
 
ACCESS_CONTROLS - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
ACCESS_MODIFIER - Static variable in class com.google.javascript.rhino.Node
 
AccessControlUtils - Class in com.google.javascript.jscomp
Helper functions for computing the visibility of names and properties in JavaScript source code.
AccessibleErrorManager - Class in com.google.common.css.compiler.ast
A BasicErrorManager that makes its errors and warnings accessible to clients.
AccessibleErrorManager() - Constructor for class com.google.common.css.compiler.ast.AccessibleErrorManager
 
AccessLevel - Enum in org.plovr.docgen
 
activeDelPackageNames - Variable in class com.google.template.soy.sharedpasses.render.RenderVisitor
The set of active delegate package names.
add(E) - Method in class com.google.javascript.jscomp.graph.StandardUnionFind
 
add(E) - Method in interface com.google.javascript.jscomp.graph.UnionFind
Adds the given element to a new set if it is not already in a set.
add(SourceFile) - Method in class com.google.javascript.jscomp.JSModule
Adds a source file input to this module.
add(CompilerInput) - Method in class com.google.javascript.jscomp.JSModule
Adds a source code input to this module.
add(Node, Node) - Static method in class com.google.javascript.rhino.IR
 
ADD - Static variable in class com.google.javascript.rhino.Token
Token types.
add(SoyValueProvider) - Method in class com.google.template.soy.data.internal.EasyListImpl
 
add(Object) - Method in class com.google.template.soy.data.internal.EasyListImpl
 
add(int, SoyValueProvider) - Method in class com.google.template.soy.data.internal.EasyListImpl
 
add(int, Object) - Method in class com.google.template.soy.data.internal.EasyListImpl
 
add(SoyValueProvider) - Method in interface com.google.template.soy.data.SoyEasyList
Adds a value to the end of this SoyList.
add(Object) - Method in interface com.google.template.soy.data.SoyEasyList
Adds a value to the end of this SoyList.
add(int, SoyValueProvider) - Method in interface com.google.template.soy.data.SoyEasyList
Adds a value to this SoyList at a given index.
add(int, Object) - Method in interface com.google.template.soy.data.SoyEasyList
Adds a value to this SoyList at a given index.
add(Object...) - Method in class com.google.template.soy.data.SoyListData
Convenience function to add multiple values in one call.
add(SoyData) - Method in class com.google.template.soy.data.SoyListData
Adds a data value.
add(boolean) - Method in class com.google.template.soy.data.SoyListData
Adds a data value.
add(int) - Method in class com.google.template.soy.data.SoyListData
Adds a data value.
add(long) - Method in class com.google.template.soy.data.SoyListData
Adds a data value.
add(double) - Method in class com.google.template.soy.data.SoyListData
Adds a data value.
add(String) - Method in class com.google.template.soy.data.SoyListData
Adds a data value.
add(CharSource, String) - Method in class com.google.template.soy.SoyFileSet.Builder
Adds an input Soy file, given a CharSource for the file content, as well as the desired file path for messages.
add(File) - Method in class com.google.template.soy.SoyFileSet.Builder
Adds an input Soy file, given a File.
add(URL, String) - Method in class com.google.template.soy.SoyFileSet.Builder
Adds an input Soy file, given a resource URL, as well as the desired file path for messages.
add(URL) - Method in class com.google.template.soy.SoyFileSet.Builder
Adds an input Soy file, given a resource URL.
add(CharSequence, String) - Method in class com.google.template.soy.SoyFileSet.Builder
Adds an input Soy file, given the file content provided as a string, as well as the desired file path for messages.
addAfter(CompilerInput, CompilerInput) - Method in class com.google.javascript.jscomp.JSModule
Adds a source code input to this module directly after other.
addAlias(String, String) - Method in interface com.google.javascript.jscomp.CompilerOptions.AliasTransformation
Adds an alias definition to the AliasTransformation instance.
addAllFromJavaIterable(Iterable<?>) - Method in class com.google.template.soy.data.internal.EasyListImpl
 
addAllFromJavaIterable(Iterable<?>) - Method in interface com.google.template.soy.data.SoyEasyList
Adds values to the end of this SoyList from a Java iterable.
addAllFromList(SoyList) - Method in class com.google.template.soy.data.internal.EasyListImpl
 
addAllFromList(SoyList) - Method in interface com.google.template.soy.data.SoyEasyList
Adds values to the end of this SoyList from another list.
addAllowedNonStandardCssFunction(String) - Method in class org.plovr.Config.Builder
 
addAllowedUnrecognizedProperty(String) - Method in class org.plovr.Config.Builder
 
addAlternate(JSType, boolean) - Method in class com.google.javascript.rhino.jstype.UnionTypeBuilder
Adds an alternate to the union type under construction.
addAlternate(JSType) - Method in class com.google.javascript.rhino.jstype.UnionTypeBuilder
Adds an alternate to the union type under construction.
addAnonymousFunctions() - Method in class com.google.javascript.jscomp.SymbolTable
Finds anonymous functions in local scopes, and gives them names and symbols.
addArg(PyExpr) - Method in class com.google.template.soy.pysrc.restricted.PyFunctionExprBuilder
 
addArg(String) - Method in class com.google.template.soy.pysrc.restricted.PyFunctionExprBuilder
 
addArg(boolean) - Method in class com.google.template.soy.pysrc.restricted.PyFunctionExprBuilder
 
addArg(int) - Method in class com.google.template.soy.pysrc.restricted.PyFunctionExprBuilder
 
addArg(double) - Method in class com.google.template.soy.pysrc.restricted.PyFunctionExprBuilder
 
addArg(long) - Method in class com.google.template.soy.pysrc.restricted.PyFunctionExprBuilder
 
addAuthor(String) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Adds an author to the current information.
addBuiltInExtern(String) - Method in class org.plovr.Config.Builder
 
addCast(Node, AbstractCompiler, String) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
Adds a cast of the given type to the provided node.
addChild(N) - Method in class com.google.template.soy.basetree.MixinParentNode
Adds the given child.
addChild(int, N) - Method in class com.google.template.soy.basetree.MixinParentNode
Adds the given child at the given index (shifting existing children if necessary).
addChild(N) - Method in interface com.google.template.soy.basetree.ParentNode
Adds the given child.
addChild(int, N) - Method in interface com.google.template.soy.basetree.ParentNode
Adds the given child at the given index (shifting existing children if necessary).
addChild(ExprNode) - Method in class com.google.template.soy.exprtree.AbstractParentExprNode
 
addChild(int, ExprNode) - Method in class com.google.template.soy.exprtree.AbstractParentExprNode
 
addChild(N) - Method in class com.google.template.soy.soytree.AbstractParentSoyNode
 
addChild(int, N) - Method in class com.google.template.soy.soytree.AbstractParentSoyNode
 
addChild(SoyNode.StandaloneNode) - Method in class com.google.template.soy.soytree.CallParamContentNode
 
addChild(int, SoyNode.StandaloneNode) - Method in class com.google.template.soy.soytree.CallParamContentNode
 
addChild(SoyNode.StandaloneNode) - Method in class com.google.template.soy.soytree.LetContentNode
 
addChild(int, SoyNode.StandaloneNode) - Method in class com.google.template.soy.soytree.LetContentNode
 
addChildAfter(Node, Node) - Method in class com.google.javascript.rhino.Node
Add 'child' after 'node'.
addChildBefore(Node, Node) - Method in class com.google.javascript.rhino.Node
Add 'child' before 'node'.
addChildren(List<? extends N>) - Method in class com.google.template.soy.basetree.MixinParentNode
Adds the given children.
addChildren(int, List<? extends N>) - Method in class com.google.template.soy.basetree.MixinParentNode
Adds the given children at the given index (shifting existing children if necessary).
addChildren(List<? extends N>) - Method in interface com.google.template.soy.basetree.ParentNode
Adds the given children.
addChildren(int, List<? extends N>) - Method in interface com.google.template.soy.basetree.ParentNode
Adds the given children at the given index (shifting existing children if necessary).
addChildren(List<? extends ExprNode>) - Method in class com.google.template.soy.exprtree.AbstractParentExprNode
 
addChildren(int, List<? extends ExprNode>) - Method in class com.google.template.soy.exprtree.AbstractParentExprNode
 
addChildren(List<? extends N>) - Method in class com.google.template.soy.soytree.AbstractParentSoyNode
 
addChildren(int, List<? extends N>) - Method in class com.google.template.soy.soytree.AbstractParentSoyNode
 
addChildren(List<? extends SoyNode.StandaloneNode>) - Method in class com.google.template.soy.soytree.CallParamContentNode
 
addChildren(int, List<? extends SoyNode.StandaloneNode>) - Method in class com.google.template.soy.soytree.CallParamContentNode
 
addChildren(List<? extends SoyNode.StandaloneNode>) - Method in class com.google.template.soy.soytree.LetContentNode
 
addChildren(int, List<? extends SoyNode.StandaloneNode>) - Method in class com.google.template.soy.soytree.LetContentNode
 
addChildrenAfter(Node, Node) - Method in class com.google.javascript.rhino.Node
Add all children after 'node'.
addChildrenToBack(Node) - Method in class com.google.javascript.rhino.Node
 
addChildrenToFront(Node) - Method in class com.google.javascript.rhino.Node
 
addChildToBack(CssNode) - Method in class com.google.common.css.compiler.ast.CssAbstractBlockNode
 
addChildToBack(T) - Method in class com.google.common.css.compiler.ast.CssNodesListNode
 
addChildToBack(Node) - Method in class com.google.javascript.rhino.Node
 
addChildToFront(Node, String) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
Inserts a new node as the first child of the provided node.
addChildToFront(Node) - Method in class com.google.javascript.rhino.Node
 
addClassProperty(String, Node, JSType, boolean) - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
Add a new non-optional declared property to instances of this class
addConfiguredLibdefined(AbstractGenerateSoyEscapingDirectiveCode.FunctionNamePredicate) - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
Called reflectively when Ant sees <libdefined>.
addConstantDefinition(CssDefinitionNode) - Method in class com.google.common.css.compiler.passes.ConstantDefinitions
Adds a constant definition to this css tree.
addCssDefine(String) - Method in class org.plovr.Config.Builder
 
addCssInput(File) - Method in class org.plovr.Config.Builder
 
addCtorProperty(String, Node, JSType, boolean) - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
Add a new non-optional declared property to this class's constructor
addCustomPass(CustomPassExecutionTime, CompilerPass) - Method in class com.google.javascript.jscomp.CompilerOptions
 
addCustomWarningsGuard(String) - Method in class org.plovr.Config.Builder
 
addDeclaration(CssDeclarationNode) - Method in class com.google.common.css.compiler.ast.CssKeyframeRulesetNode
 
addDeclaration(CssNode) - Method in class com.google.common.css.compiler.ast.CssRulesetNode
 
addDefine(String, JsonPrimitive) - Method in class org.plovr.Config.Builder
 
addDependency(JSModule) - Method in class com.google.javascript.jscomp.JSModule
Adds a dependency on another module.
ADDED_BLOCK - Static variable in class com.google.javascript.rhino.Node
 
addEntryPoint(Parameter) - Method in class com.google.javascript.jscomp.ant.CompileTask
Adds a entry Each entrypoint entry must have one attribute, name.
addEnum(QualifiedName, EnumType) - Method in class com.google.javascript.jscomp.newtypes.Namespace
 
addEscapes(String) - Static method in error com.google.common.css.compiler.ast.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error com.google.template.soy.exprparse.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error com.google.template.soy.soyparse.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error com.google.template.soy.types.parse.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addExtension(String, Object) - Method in class com.google.debugging.sourcemap.SourceMapGeneratorV3
Adds field extensions to the json source map.
addExtern(String) - Method in class org.plovr.Config.Builder
 
addExterns(FileList) - Method in class com.google.javascript.jscomp.ant.CompileTask
Sets the externs file.
addExterns(Iterable<SourceFile>) - Method in class com.google.javascript.refactoring.RefactoringDriver.Builder
 
addExternsFromCode(String) - Method in class com.google.javascript.refactoring.RefactoringDriver.Builder
 
addExternsFromFile(String) - Method in class com.google.javascript.refactoring.RefactoringDriver.Builder
 
addExternsFromFile(Iterable<String>) - Method in class com.google.javascript.refactoring.RefactoringDriver.Builder
 
addGoogRequire(Match, String) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
Adds a goog.require for the given namespace to the file if it does not already exist.
AddHsbToCssColor() - Constructor for class com.google.common.css.compiler.gssfunctions.GssFunctions.AddHsbToCssColor
 
addHsbToCssColor(String, String, String, String) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.AddHsbToCssColor
 
addHsbToCssColor(String, int, int, int) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.AddHsbToCssColor
Takes a CSS color string, and adds the specified amount of hue, saturation and brightness to it.
addInput(SourceCode) - Method in class com.google.common.css.JobDescriptionBuilder
 
addInput(File, String) - Method in class org.plovr.Config.Builder
 
addInputByName(String) - Method in class org.plovr.Config.Builder
 
addInputs(Iterable<SourceFile>) - Method in class com.google.javascript.refactoring.RefactoringDriver.Builder
 
addInputsFromCode(String) - Method in class com.google.javascript.refactoring.RefactoringDriver.Builder
 
addInputsFromFile(String) - Method in class com.google.javascript.refactoring.RefactoringDriver.Builder
 
addInputsFromFile(Iterable<String>) - Method in class com.google.javascript.refactoring.RefactoringDriver.Builder
 
addInstanceMethod(MethodDescriptor) - Method in class org.plovr.docgen.ClassDescriptor.Builder
 
addInterfaces(ImmutableSet<NominalType>) - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
addKey(CssKeyNode) - Method in class com.google.common.css.compiler.ast.CssKeyframeRulesetNode
 
addKwarg(String, PyExpr) - Method in class com.google.template.soy.pysrc.restricted.PyFunctionExprBuilder
 
addKwarg(String, String) - Method in class com.google.template.soy.pysrc.restricted.PyFunctionExprBuilder
 
addKwarg(String, int) - Method in class com.google.template.soy.pysrc.restricted.PyFunctionExprBuilder
 
addKwarg(String, double) - Method in class com.google.template.soy.pysrc.restricted.PyFunctionExprBuilder
 
addKwarg(String, long) - Method in class com.google.template.soy.pysrc.restricted.PyFunctionExprBuilder
 
addLicense(String) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
 
addLoose() - Method in class com.google.javascript.jscomp.newtypes.FunctionTypeBuilder
 
addMapping(String, String, FilePosition, FilePosition, FilePosition) - Method in interface com.google.debugging.sourcemap.SourceMapGenerator
Adds a mapping for the given node.
addMapping(String, String, FilePosition, FilePosition, FilePosition) - Method in class com.google.debugging.sourcemap.SourceMapGeneratorV3
Adds a mapping for the given node.
addMapping(Node, FilePosition, FilePosition) - Method in class com.google.javascript.jscomp.SourceMap
 
addMethod(MethodDescriptor) - Method in class org.plovr.docgen.LibraryDescriptor.Builder
 
addNativeProperties(JSTypeRegistry) - Static method in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
Adds a basic set of properties to the native types.
addNewScript(JsAst) - Method in class com.google.javascript.jscomp.Compiler
Adds a new Script AST to the compile state.
addNode(N) - Method in interface com.google.javascript.jscomp.graph.SubGraph
Adds the node into this subgraph.
addNominalType(NominalType) - Method in class com.google.javascript.jscomp.newtypes.FunctionTypeBuilder
 
addNominalType(QualifiedName, RawNominalType) - Method in class com.google.javascript.jscomp.newtypes.Namespace
 
addOptFormal(JSType) - Method in class com.google.javascript.jscomp.newtypes.FunctionTypeBuilder
 
addOptionalParams(JSType...) - Method in class com.google.javascript.rhino.jstype.FunctionParamBuilder
Add optional parameters of the given type to the end of the param list.
addOrReplaceJsDoc(Node, String) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
Adds or replaces the JS Doc for the given node.
addOuterVarPrecondition(String, JSType) - Method in class com.google.javascript.jscomp.newtypes.FunctionTypeBuilder
 
addParam(ParamDescriptor) - Method in class org.plovr.docgen.MethodDescriptor.Builder
 
addPath(Path) - Method in class com.google.javascript.jscomp.ant.CompileTask
Adds a entry.
addPath(ConfigPath) - Method in class org.plovr.Config.Builder
 
addPlaceholderFormal() - Method in class com.google.javascript.jscomp.newtypes.FunctionTypeBuilder
Used when the order of required/optional/rest formals in a function jsdoc is wrong.
addProperty(String, Node, JSType, boolean) - Method in class com.google.javascript.jscomp.newtypes.Namespace
Add a new non-optional declared property to this namespace
addProperty(String, JSType, Node) - Method in class com.google.javascript.rhino.jstype.RecordTypeBuilder
Adds a property with the given name and type to the record type.
addPropertyWhichMayNotBeOnAllInstances(String, JSType) - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
addProtoProperty(String, Node, JSType, boolean) - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
Add a new non-optional declared prototype property to this class
addProvide(String) - Method in class com.google.javascript.jscomp.CompilerInput
Registers a type that this input defines.
addReceiverType(NominalType) - Method in class com.google.javascript.jscomp.newtypes.FunctionTypeBuilder
 
addReference(String) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Adds a reference ("@see") to the current information.
addReqFormal(JSType) - Method in class com.google.javascript.jscomp.newtypes.FunctionTypeBuilder
 
addRequire(String) - Method in class com.google.javascript.jscomp.CompilerInput
Registers a type that this input depends on.
addRequiredParams(JSType...) - Method in class com.google.javascript.rhino.jstype.FunctionParamBuilder
Add parameters of the given type to the end of the param list.
addRestFormals(JSType) - Method in class com.google.javascript.jscomp.newtypes.FunctionTypeBuilder
 
addRetType(JSType) - Method in class com.google.javascript.jscomp.newtypes.FunctionTypeBuilder
 
addRulesetNode(CssRulesetNode) - Method in class com.google.common.css.compiler.ast.CssTree.RulesetNodesToRemove
 
addScope(QualifiedName, DeclaredTypeRegistry) - Method in class com.google.javascript.jscomp.newtypes.Namespace
 
addSelector(CssSelectorNode) - Method in class com.google.common.css.compiler.ast.CssRulesetNode
 
addSourcePath(String) - Method in class com.google.template.soy.msgs.restricted.SoyMsg
 
addSources(FileList) - Method in class com.google.javascript.jscomp.ant.CompileTask
Sets the source files.
addSoyFunctionPlugin(String) - Method in class org.plovr.Config.Builder
Adds a soy plugin module.
addStaticMethod(MethodDescriptor) - Method in class org.plovr.docgen.ClassDescriptor.Builder
 
addSubnamespace(QualifiedName, NamespaceLit) - Method in class com.google.javascript.jscomp.newtypes.Namespace
 
addSuperClass(NominalType) - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
addSuppression(String) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
 
addTestDriverFactory(WebDriverFactory) - Method in class org.plovr.Config.Builder
 
addTestExcludePath(File) - Method in class org.plovr.Config.Builder
 
addToCache(SoyMsgBundle, SoyCssRenamingMap) - Method in class com.google.template.soy.tofu.internal.BaseTofu
 
addToCache(SoyMsgBundle, SoyCssRenamingMap) - Method in interface com.google.template.soy.tofu.SoyTofu
Primes the cache with the given combination of SoyMsgBundle and SoyCssRenamingMap.
AddToNumericValue() - Constructor for class com.google.common.css.compiler.gssfunctions.GssFunctions.AddToNumericValue
 
addToOutputVar(List<? extends E>) - Method in class com.google.template.soy.shared.internal.CodeBuilder
Appends a line/statement with the concatenation of the given target expressions saved to the current output variable.
addTrueConditionName(String) - Method in class com.google.common.css.JobDescriptionBuilder
 
addTypedef(QualifiedName, Typedef) - Method in class com.google.javascript.jscomp.newtypes.Namespace
 
addTypeParameters(ImmutableList<String>) - Method in class com.google.javascript.jscomp.newtypes.FunctionTypeBuilder
 
addUndeclaredClassProperty(String, Node) - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
Add a new undeclared property to instances of this class
addUndeclaredCtorProperty(String, Node) - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
Add a new undeclared property to this class's constructor
addUndeclaredProperty(String, Node, JSType, boolean) - Method in class com.google.javascript.jscomp.newtypes.Namespace
Add a new undeclared property to this namespace
addUndeclaredProtoProperty(String, Node) - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
Add a new undeclared prototype property to this class
addValue(CssValueNode) - Method in class com.google.common.css.compiler.ast.CssCompositeValueNode
Adds a value to the list of values.
addValue(String, String) - Method in class org.plovr.docgen.EnumDescriptor.Builder
 
addValueAssertion(SoyAbstractCachingValueProvider.ValueAssertion) - Method in class com.google.template.soy.data.SoyAbstractCachingValueProvider
Registers a SoyAbstractCachingValueProvider.ValueAssertion callback with this caching provider.
addValuesToHsbComponents(Color, int, int, int) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.AddHsbToCssColor
Adds the specified amount to the specified HSB (Hue, Saturation, Brightness) parameter of the given color.
addVarArgs(JSType) - Method in class com.google.javascript.rhino.jstype.FunctionParamBuilder
Add variable arguments to the end of the parameter list.
addVolatile(File) - Method in class com.google.template.soy.SoyFileSet.Builder
Adds an input Soy file that supports checking for modifications, given a File.
addVolatileWithKind(File, SoyFileKind) - Method in class com.google.template.soy.SoyFileSet.Builder
Adds an input Soy file that supports checking for modifications, given a File.
addWarning(Warning) - Method in class com.google.javascript.jscomp.ant.CompileTask
Adds a entry Each warning entry must have two attributes, group and level.
addWarningsGuard(WarningsGuard) - Method in class com.google.javascript.jscomp.CompilerOptions
Add a guard to the set of warnings guards.
addWhitelistWarningsGuard(CompilerOptions, File) - Method in class com.google.javascript.jscomp.CommandLineRunner
 
addWithKind(CharSource, SoyFileKind, String) - Method in class com.google.template.soy.SoyFileSet.Builder
Adds an input Soy file, given a CharSource for the file content, as well as the desired file path for messages.
addWithKind(File, SoyFileKind) - Method in class com.google.template.soy.SoyFileSet.Builder
Adds an input Soy file, given a File.
addWithKind(URL, SoyFileKind, String) - Method in class com.google.template.soy.SoyFileSet.Builder
Adds an input Soy file, given a resource URL, as well as the desired file path for messages.
addWithKind(URL, SoyFileKind) - Method in class com.google.template.soy.SoyFileSet.Builder
Adds an input Soy file, given a resource URL.
addWithKind(CharSequence, SoyFileKind, String) - Method in class com.google.template.soy.SoyFileSet.Builder
Adds an input Soy file, given the file content provided as a string, as well as the desired file path for messages.
AdjacencyGraph<N,E> - Interface in com.google.javascript.jscomp.graph
A minimal graph interface.
adjustBeginLineColumn(int, int) - Method in class com.google.template.soy.exprparse.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class com.google.template.soy.soyparse.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class com.google.template.soy.types.parse.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
AdjustBrightness() - Constructor for class com.google.common.css.compiler.gssfunctions.GssFunctions.AdjustBrightness
 
adjustBrightness(String, String) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.AdjustBrightness
 
AdvisingAppendable - Interface in com.google.template.soy.jbcsrc.api
An Appendable that can inform the writer that a buffer limit has been reached or exceeded.
AdvisingStringBuilder - Class in com.google.template.soy.jbcsrc.api
An AdvisingAppendable that delegates to a StringBuilder.
AdvisingStringBuilder() - Constructor for class com.google.template.soy.jbcsrc.api.AdvisingStringBuilder
 
AFTER_CMD_NAME_1 - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
Lexical state.
AFTER_CMD_NAME_2 - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
Lexical state.
AFTER_SOY_TAG_OPEN - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
Lexical state.
alias - Variable in class com.google.javascript.jscomp.parsing.parser.trees.TypeAliasTree
 
ALIAS_TAG - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
aliasableStrings - Variable in class com.google.javascript.jscomp.CompilerOptions
If set to a non-empty set, those strings literals will be aliased to a single global instance per string, to avoid creating more objects than necessary.
aliasAllStrings - Variable in class com.google.javascript.jscomp.CompilerOptions
Aliases all string literals to global instances, to avoid creating more objects than necessary (if true, overrides any set of strings passed in to aliasableStrings)
aliasExternals - Variable in class com.google.javascript.jscomp.CompilerOptions
Adds variable aliases for externals to reduce code size
aliasStringsBlacklist - Variable in class com.google.javascript.jscomp.CompilerOptions
A blacklist in the form of a regular expression to block strings that contains certain words from being aliased.
all() - Static method in class com.google.template.soy.soytree.CallNode.DataAttribute
 
ALL_NATIVE_EXTERN_TYPES - Static variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
A definition of all extern types.
ALL_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
allEquivalenceClasses() - Method in class com.google.javascript.jscomp.graph.StandardUnionFind
 
allEquivalenceClasses() - Method in interface com.google.javascript.jscomp.graph.UnionFind
Returns an immutable collection containing all equivalence classes.
allOf(Matcher...) - Static method in class com.google.javascript.refactoring.Matchers
Returns a Matcher that returns true only if all of the provided matchers match.
ALLOW_ALL_VALUES - Static variable in class com.google.template.soy.soytree.CommandTextAttributesParser.Attribute
Use this as the allowed values set when there is no fixed set of allowed values.
allowedAtRules - Variable in class com.google.common.css.JobDescription
 
allowedNonStandardFunctions - Variable in class com.google.common.css.JobDescription
 
allowedUnrecognizedProperties - Variable in class com.google.common.css.JobDescription
 
allowEmptyDefault(boolean) - Method in class com.google.template.soy.soytree.CallDelegateNode.Builder
 
allowExternalCalls() - Method in class com.google.template.soy.shared.SoyGeneralOptions
Returns whether to allow external calls (calls to undefined templates).
allowKeyframes - Variable in class com.google.common.css.JobDescription
 
allowKeyframes() - Method in class com.google.common.css.JobDescriptionBuilder
 
allowsEmptyDefault() - Method in class com.google.template.soy.soytree.CallDelegateNode
Returns whether this delegate call defaults to empty string if there's no active impl.
allowUnrecognizedFunctions - Variable in class com.google.common.css.JobDescription
 
allowUnrecognizedFunctions() - Method in class com.google.common.css.JobDescriptionBuilder
 
allowUnrecognizedProperties - Variable in class com.google.common.css.JobDescription
 
allowUnrecognizedProperties() - Method in class com.google.common.css.JobDescriptionBuilder
 
allowWebkitKeyframes - Variable in class com.google.common.css.JobDescription
 
allowWebkitKeyframes() - Method in class com.google.common.css.JobDescriptionBuilder
 
allPathsSatisfyPredicate() - Method in class com.google.javascript.jscomp.CheckPathsBetweenNodes
 
allRecognizedProperties() - Static method in class com.google.common.css.compiler.ast.Property
 
allRecognizedPropertyNames() - Static method in class com.google.common.css.compiler.ast.Property
 
AllType - Class in com.google.javascript.rhino.jstype
All type, representing all values.
ALPHA - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
ALTERNATE - Static variable in class com.google.common.css.compiler.passes.PassUtil
Annotation to explicitly state that several consecutive declarations are alternatives and it should be left up to the user agent to interpret whichever is appropriate.
alwaysSpan(boolean) - Method in class com.google.template.soy.internal.i18n.BidiFormatter.Builder
Specifies whether the BidiFormatter.spanWrap(java.lang.String, boolean, boolean) and BidiFormatter.spanWrapWithKnownDir(com.google.template.soy.data.Dir, java.lang.String, boolean, boolean) methods of the BidiFormatter to be built should produce a stable span structure, i.e.
AmbientDeclarationTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
AmbientDeclarationTree(SourceRange, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.AmbientDeclarationTree
 
ambiguateProperties - Variable in class com.google.javascript.jscomp.CompilerOptions
Rename unrelated properties to the same name to reduce code size.
AMBIGUOUS_FUNCTION_DECL - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
AMPERSAND - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
analyzeChangedScopesOnly - Variable in class com.google.javascript.jscomp.AbstractCompiler
 
ANALYZED_DURING_GTI - Static variable in class com.google.javascript.rhino.Node
 
ancestors() - Method in class com.google.common.css.compiler.ast.CssNode
This node and the transitive closure of its CssNode.parents.
AND - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
and(Node, Node) - Static method in class com.google.javascript.rhino.IR
 
and(TernaryValue) - Method in enum com.google.javascript.rhino.jstype.TernaryValue
Gets the and of this and that.
AND - Static variable in class com.google.javascript.rhino.Token
Token types.
AndOpNode(SourceLocation) - Constructor for class com.google.template.soy.exprtree.OperatorNodes.AndOpNode
 
Annotatable - Interface in com.google.javascript.jscomp.graph
Object that has an annotation.
Annotation - Interface in com.google.javascript.jscomp.graph
Information that can be annotated to a GraphNode or Graph.GraphEdge.
ANNOTATION - Static variable in class com.google.javascript.rhino.Token
Token types.
anonymousFunctionNaming - Variable in class com.google.javascript.jscomp.CompilerOptions
Give anonymous functions names for easier debugging
AnonymousFunctionNamingPolicy - Enum in com.google.javascript.jscomp
Strategies for how to do naming of anonymous functions that occur as r-values in assignments and variable declarations.
AntErrorManager - Class in com.google.javascript.jscomp.ant
An error manager that pipes warnings and errors properly into the Ant task infrastructure.
AntErrorManager(MessageFormatter, Task) - Constructor for class com.google.javascript.jscomp.ant.AntErrorManager
 
ANY_CHAR - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
ANY_CHAR - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
ANY_TEMPLATE_CMD_NAME - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
ANY_TEMPLATE_TAG - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
ANY_TYPE - Static variable in class com.google.javascript.rhino.Token
Token types.
anyOf(Matcher...) - Static method in class com.google.javascript.refactoring.Matchers
Returns a Matcher that returns true if any of the provided matchers match.
anything() - Static method in class com.google.javascript.refactoring.Matchers
Returns a Matcher that matches every node.
anyType() - Static method in class com.google.javascript.rhino.TypeDeclarationsIR
Equivalent to the UNKNOWN type in Closure, expressed with {?}
AnyType - Class in com.google.template.soy.types.primitive
The "any" type is the supertype of all other types.
ApiCallScope - Annotation Type in com.google.template.soy.shared.internal
Guice scope for a Soy API method call.
ApiCallScopeBindingAnnotations - Class in com.google.template.soy.shared.restricted
Binding annotations related to the ApiCallScope.
ApiCallScopeBindingAnnotations.ApiCall - Annotation Type in com.google.template.soy.shared.restricted
Annotation for a GuiceSimpleScope parameter that should receive the ApiCallScope.
ApiCallScopeBindingAnnotations.IsUsingIjData - Annotation Type in com.google.template.soy.shared.restricted
Annotation for the isIsingIjData parameter in the ApiCallScope.
ApiCallScopeBindingAnnotations.LocaleString - Annotation Type in com.google.template.soy.shared.restricted
Annotation for the localeString parameter in the ApiCallScope.
ApiCallScopeBindingAnnotations.PyBidiIsRtlFn - Annotation Type in com.google.template.soy.shared.restricted
Annotation for the bidiIsRtlFn parameter in the ApiCallScope.
ApiCallScopeBindingAnnotations.PyRuntimePath - Annotation Type in com.google.template.soy.shared.restricted
Annotation for the runtimePath parameter in the ApiCallScope.
ApiCallScopeBindingAnnotations.PyTranslationClass - Annotation Type in com.google.template.soy.shared.restricted
Annotation for the translationClass parameter in the ApiCallScope.
ApiCallScopeUtils - Class in com.google.template.soy.shared.internal
Shared utilities for working with the ApiCallScope.
append(String) - Method in class com.google.common.css.compiler.passes.CodeBuffer
Appends str to the buffer.
append(char) - Method in class com.google.common.css.compiler.passes.CodeBuffer
Appends c to the buffer and update nextCharIndex.
append(Object) - Method in class com.google.common.css.compiler.passes.CodeBuffer
Appends the toString representation of o to the buffer.
append(ChainableReverseAbstractInterpreter) - Method in class com.google.javascript.jscomp.type.ChainableReverseAbstractInterpreter
Appends a link to this, returning the updated last link.
append(CharSequence) - Method in class com.google.template.soy.base.internal.IndentedLinesBuilder
 
append(CharSequence, int, int) - Method in class com.google.template.soy.base.internal.IndentedLinesBuilder
 
append(char) - Method in class com.google.template.soy.base.internal.IndentedLinesBuilder
 
append(CharSequence) - Method in interface com.google.template.soy.jbcsrc.api.AdvisingAppendable
 
append(CharSequence, int, int) - Method in interface com.google.template.soy.jbcsrc.api.AdvisingAppendable
 
append(char) - Method in interface com.google.template.soy.jbcsrc.api.AdvisingAppendable
 
append(CharSequence) - Method in class com.google.template.soy.jbcsrc.api.AdvisingStringBuilder
 
append(CharSequence, int, int) - Method in class com.google.template.soy.jbcsrc.api.AdvisingStringBuilder
 
append(char) - Method in class com.google.template.soy.jbcsrc.api.AdvisingStringBuilder
 
append(String...) - Method in class com.google.template.soy.shared.internal.CodeBuilder
Appends one or more strings to the generated code.
append(CharSequence) - Method in class com.google.template.soy.sharedpasses.render.CountingFlushableAppendable
 
append(CharSequence, int, int) - Method in class com.google.template.soy.sharedpasses.render.CountingFlushableAppendable
 
append(char) - Method in class com.google.template.soy.sharedpasses.render.CountingFlushableAppendable
 
appendComment(CssCommentNode) - Method in class com.google.common.css.compiler.ast.CssNode
 
appendDebugInfo(StringBuilder) - Method in class com.google.javascript.jscomp.regex.RegExpTree
 
appendHexEscape(StringBuilder, int) - Static method in class com.google.template.soy.base.internal.BaseUtils
Appends the Unicode hex escape sequence for the given code point (backslash + 'u' + 4 hex digits) to the given StringBuilder.
appendHexJavaScriptRepresentation(StringBuilder, char) - Static method in class com.google.debugging.sourcemap.Util
 
appendImportParameter(ParserToken) - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler.ImportHandler
 
appendImportParameter(ParserToken) - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
appendIndexMapTo(Appendable, String, List<SourceMapSection>) - Method in interface com.google.debugging.sourcemap.SourceMapGenerator
Appends the index source map to the given buffer.
appendIndexMapTo(Appendable, String, List<SourceMapSection>) - Method in class com.google.debugging.sourcemap.SourceMapGeneratorV3
Appends the index source map to the given buffer.
appendInput(Appendable, DependencyInfo, String) - Static method in class com.google.javascript.jscomp.deps.ClosureBundler
Append the contents of the string to the supplied appendable.
appendLine(Object...) - Method in class com.google.template.soy.base.internal.IndentedLinesBuilder
Appends a line.
appendLine(String...) - Method in class com.google.template.soy.shared.internal.CodeBuilder
Appends the current indent, then the given strings, then a newline.
appendLineEnd(Object...) - Method in class com.google.template.soy.base.internal.IndentedLinesBuilder
Appends the given strings, then a newline.
appendLineEnd(String...) - Method in class com.google.template.soy.shared.internal.CodeBuilder
Appends the given strings, then a newline.
appendLineStart(Object...) - Method in class com.google.template.soy.base.internal.IndentedLinesBuilder
Appends the current indent, then the given strings.
appendLineStart(String...) - Method in class com.google.template.soy.shared.internal.CodeBuilder
Appends the current indent, then the given strings.
appendMediaParameter(ParserToken) - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler.MediaHandler
 
appendMediaParameter(ParserToken) - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
appendOutputTo(Appendable, String) - Method in class com.google.common.css.compiler.passes.DefaultGssSourceMapGenerator
Appends the generated source map to out.
appendOutputTo(Appendable, String) - Method in interface com.google.common.css.compiler.passes.GssSourceMapGenerator
Appends the generated source map to out.
appendOutputTo(Appendable, String) - Method in class com.google.common.css.compiler.passes.NullGssSourceMapGenerator
 
appendOutputVarName() - Method in class com.google.template.soy.shared.internal.CodeBuilder
Appends the name of the current output variable.
appendParts(Object...) - Method in class com.google.template.soy.base.internal.IndentedLinesBuilder
Appends some parts to the current line.
appendPlaceholderReference(String) - Method in class com.google.javascript.jscomp.JsMessage.Builder
Appends a placeholder reference to the message
appendRootModuleInfo(Appendable, boolean, Function<String, String>) - Method in class org.plovr.Compilation
 
appendSourceCode(StringBuilder) - Method in class com.google.javascript.jscomp.regex.RegExpTree
Appends this regular expression source to the given buffer.
appendSourceStringForChildren(StringBuilder) - Method in class com.google.template.soy.basetree.MixinParentNode
Appends the source strings for all the children to the given StringBuilder.
appendSourceStringForChildren(StringBuilder) - Method in interface com.google.template.soy.basetree.ParentNode
Appends the source strings for all the children to the given StringBuilder.
appendSourceStringForChildren(StringBuilder) - Method in class com.google.template.soy.exprtree.AbstractParentExprNode
 
appendSourceStringForChildren(StringBuilder) - Method in class com.google.template.soy.soytree.AbstractParentSoyNode
 
appendSourceStringForChildren(StringBuilder) - Method in class com.google.template.soy.soytree.CallParamContentNode
 
appendSourceStringForChildren(StringBuilder) - Method in class com.google.template.soy.soytree.LetContentNode
 
appendStringPart(String) - Method in class com.google.javascript.jscomp.JsMessage.Builder
Appends a translatable string literal to the message.
appendStringTree(Appendable) - Method in class com.google.javascript.rhino.Node
 
appendTo(Appendable, String) - Method in interface com.google.debugging.sourcemap.SourceMapGenerator
Appends the source map to the given buffer.
appendTo(Appendable, String) - Method in class com.google.debugging.sourcemap.SourceMapGeneratorV3
Writes out the source map in the following format (line numbers are for reference only and are not part of the format): 1.
appendTo(Appendable, DependencyInfo, String) - Method in class com.google.javascript.jscomp.deps.ClosureBundler
Append the contents of the string to the supplied appendable.
appendTo(Appendable, DependencyInfo, File, Charset) - Method in class com.google.javascript.jscomp.deps.ClosureBundler
Append the contents of the file to the supplied appendable.
appendTo(StringBuilder) - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
appendTo(StringBuilder) - Method in class com.google.javascript.jscomp.newtypes.JSType
 
appendTo(Appendable, String) - Method in class com.google.javascript.jscomp.SourceMap
 
appendTreeStringForChildren(StringBuilder, int) - Method in class com.google.template.soy.basetree.MixinParentNode
Appends the tree strings for all the children to the given StringBuilder, at one further indentation level (3 spaces) than the given current indentation level.
appendTreeStringForChildren(StringBuilder, int) - Method in interface com.google.template.soy.basetree.ParentNode
Appends the tree strings for all the children to the given StringBuilder, at one further indentation level (3 spaces) than the given current indentation level.
appendTreeStringForChildren(StringBuilder, int) - Method in class com.google.template.soy.exprtree.AbstractParentExprNode
 
appendTreeStringForChildren(StringBuilder, int) - Method in class com.google.template.soy.soytree.AbstractParentSoyNode
 
appendTreeStringForChildren(StringBuilder, int) - Method in class com.google.template.soy.soytree.CallParamContentNode
 
appendTreeStringForChildren(StringBuilder, int) - Method in class com.google.template.soy.soytree.LetContentNode
 
appendValueNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
Appends the given value node to the buffer.
appendValueNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
appendWhitelist(PrintStream) - Method in class com.google.javascript.jscomp.WhitelistWarningsGuard.WhitelistBuilder
Writes the warnings collected in a format that the WhitelistWarningsGuard can read back later.
apply() - Method in class com.google.common.css.compiler.ast.GssError.MessageFormatArgs
 
apply(SoyData, List<SoyData>) - Method in interface com.google.template.soy.shared.restricted.SoyJavaRuntimePrintDirective
Applies this directive on the given value.
applyCodeReplacements(Iterable<CodeReplacement>, String) - Static method in class com.google.javascript.refactoring.ApplySuggestedFixes
Applies the provided set of code replacements to the code and returns the transformed code.
applyDelegateRelationship(ObjectType, ObjectType, ObjectType, FunctionType, FunctionType) - Method in interface com.google.javascript.jscomp.CodingConvention
In many JS libraries, the function that creates a delegate relationship also adds properties to the delegator and delegate base.
applyDelegateRelationship(ObjectType, ObjectType, ObjectType, FunctionType, FunctionType) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
applyEscapers(CompiledTemplate, List<SoyJavaPrintDirective>, SanitizedContent.ContentKind) - Static method in class com.google.template.soy.jbcsrc.runtime.Runtime
Wraps a given template with a collection of escapers to apply.
applyForJava(SoyValue, List<SoyValue>) - Method in class com.google.template.soy.basicdirectives.BasicEscapeDirective
 
applyForJava(SoyValue, List<SoyValue>) - Method in class com.google.template.soy.basicdirectives.InsertWordBreaksDirective
 
applyForJava(SoyValue, List<SoyValue>) - Method in class com.google.template.soy.coredirectives.EscapeHtmlDirective
 
applyForJava(SoyValue, List<SoyValue>) - Method in class com.google.template.soy.coredirectives.IdDirective
 
applyForJava(SoyValue, List<SoyValue>) - Method in class com.google.template.soy.coredirectives.NoAutoescapeDirective
 
applyForJava(SoyValue, List<SoyValue>) - Method in interface com.google.template.soy.shared.restricted.SoyJavaPrintDirective
Applies this directive on the given value.
applyForJsSrc(JsExpr, List<JsExpr>) - Method in class com.google.template.soy.basicdirectives.BasicEscapeDirective
 
applyForJsSrc(JsExpr, List<JsExpr>) - Method in class com.google.template.soy.basicdirectives.InsertWordBreaksDirective
 
applyForJsSrc(JsExpr, List<JsExpr>) - Method in class com.google.template.soy.coredirectives.EscapeHtmlDirective
 
applyForJsSrc(JsExpr, List<JsExpr>) - Method in class com.google.template.soy.coredirectives.IdDirective
 
applyForJsSrc(JsExpr, List<JsExpr>) - Method in class com.google.template.soy.coredirectives.NoAutoescapeDirective
 
applyForJsSrc(JsExpr, List<JsExpr>) - Method in interface com.google.template.soy.jssrc.restricted.SoyJsSrcPrintDirective
Applies this directive on the given string value.
applyForPySrc(PyExpr, List<PyExpr>) - Method in class com.google.template.soy.basicdirectives.BasicEscapeDirective
 
applyForPySrc(PyExpr, List<PyExpr>) - Method in class com.google.template.soy.coredirectives.EscapeHtmlDirective
 
applyForPySrc(PyExpr, List<PyExpr>) - Method in interface com.google.template.soy.pysrc.restricted.SoyPySrcPrintDirective
Applies this directive on the given string value.
applyForTofu(SoyData, List<SoyData>) - Method in class com.google.template.soy.tofu.restricted.SoyAbstractTofuPrintDirective
 
applyForTofu(SoyData, List<SoyData>) - Method in interface com.google.template.soy.tofu.restricted.SoyTofuPrintDirective
Applies this directive on the given value.
applyPrintDirective(SoyJavaPrintDirective, SoyValue, List<SoyValue>) - Static method in class com.google.template.soy.jbcsrc.runtime.Runtime
Helper function to translate null -> NullData when calling SoyJavaPrintDirectives that may expect it.
applySingletonGetterNew(RawNominalType, JSType, JSType) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
 
applySingletonGetterNew(RawNominalType, JSType, JSType) - Method in interface com.google.javascript.jscomp.CodingConvention
 
applySingletonGetterNew(RawNominalType, JSType, JSType) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
applySingletonGetterOld(FunctionType, FunctionType, ObjectType) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
 
applySingletonGetterOld(FunctionType, FunctionType, ObjectType) - Method in interface com.google.javascript.jscomp.CodingConvention
In many JS libraries, the function that adds a singleton getter to a class adds properties to the class.
applySingletonGetterOld(FunctionType, FunctionType, ObjectType) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
applySubclassRelationship(FunctionType, FunctionType, CodingConvention.SubclassType) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
Closure's goog.inherits adds a superClass_ property to the subclass, and a constructor property.
applySubclassRelationship(FunctionType, FunctionType, CodingConvention.SubclassType) - Method in interface com.google.javascript.jscomp.CodingConvention
In many JS libraries, the function that produces inheritance also adds properties to the superclass and/or subclass.
applySubclassRelationship(FunctionType, FunctionType, CodingConvention.SubclassType) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
ApplySuggestedFixes - Class in com.google.javascript.refactoring
Class that applies suggested fixes to code or files.
ApplySuggestedFixes() - Constructor for class com.google.javascript.refactoring.ApplySuggestedFixes
 
applySuggestedFixesToCode(Iterable<SuggestedFix>, Map<String, String>) - Static method in class com.google.javascript.refactoring.ApplySuggestedFixes
Applies the provided set of suggested fixes to the provided code and returns the new code.
applySuggestedFixesToFiles(Iterable<SuggestedFix>) - Static method in class com.google.javascript.refactoring.ApplySuggestedFixes
Applies the provided set of suggested fixes to the files listed in the suggested fixes.
areAllFlagsSet() - Method in class com.google.javascript.rhino.Node.SideEffectFlags
 
areCompatibleScalarTypes(JSType, JSType) - Static method in class com.google.javascript.jscomp.newtypes.JSType
 
areEquivalent(E, E) - Method in class com.google.javascript.jscomp.graph.StandardUnionFind
 
areEquivalent(E, E) - Method in interface com.google.javascript.jscomp.graph.UnionFind
Returns true if a and b belong to the same equivalence class.
areEquivalent(JSDocInfo, JSDocInfo) - Static method in class com.google.javascript.rhino.JSDocInfo
 
areIndexPagesEnabled() - Method in class org.plovr.cli.SoyWebCommandOptions
 
ArgumentListTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ArgumentListTree(SourceRange, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ArgumentListTree
 
arguments - Variable in class com.google.common.css.compiler.ast.GssError.MessageFormatArgs
 
arguments - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ArgumentListTree
 
arguments - Variable in class com.google.javascript.jscomp.parsing.parser.trees.CallExpressionTree
 
arguments - Variable in class com.google.javascript.jscomp.parsing.parser.trees.NewExpressionTree
 
arity(int) - Static method in class com.google.javascript.rhino.Token
If the arity isn't always the same, this function returns -1
ARRAY_FUNCTION_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
ARRAY_PATTERN - Static variable in class com.google.javascript.rhino.Token
Token types.
ARRAY_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
ARRAY_TYPE - Static variable in class com.google.javascript.rhino.Token
Token types.
arraylit(Node...) - Static method in class com.google.javascript.rhino.IR
 
ARRAYLIT - Static variable in class com.google.javascript.rhino.Token
Token types.
ArrayLiteralExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ArrayLiteralExpressionTree(SourceRange, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ArrayLiteralExpressionTree
 
ArrayPatternTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ArrayPatternTree(SourceRange, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ArrayPatternTree
 
arrayType(Node) - Static method in class com.google.javascript.rhino.TypeDeclarationsIR
Represents an array type.
ArrayTypeTree - Class in com.google.javascript.jscomp.parsing.parser.trees
Represents an array type (foo[]).
ArrayTypeTree(SourceRange, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ArrayTypeTree
 
ARROW_FN - Static variable in class com.google.javascript.rhino.Node
 
AS - Static variable in class com.google.javascript.jscomp.parsing.parser.PredefinedName
 
asAmbientDeclaration() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asArgumentList() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asArrayLiteralExpression() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asArrayPattern() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asArrayType() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asAssignmentRestElement() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asBinaryOperator() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asBlock() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asBreakStatement() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asCallExpression() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asCallSignature() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asCaseClause() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asCatch() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asClassDeclaration() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asCommaExpression() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asComprehension() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asComprehensionFor() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asComprehensionIf() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asComputedPropertyDefinition() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asComputedPropertyGetter() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asComputedPropertyMemberVariable() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asComputedPropertyMethod() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asComputedPropertySetter() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asConditionalExpression() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asContinueStatement() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asDebuggerStatement() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asDefaultClause() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asDefaultParameter() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asDoWhileStatement() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asEmptyStatement() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asEnumDeclaration() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asExportDeclaration() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asExportSpecifier() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asExpressionStatement() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asFinally() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asForInStatement() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asFormalParameterList() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asForOfStatement() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asForStatement() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asFunctionDeclaration() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asFunctionType() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asGenericTypeList() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asGetAccessor() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asGetParameter() - Method in enum com.google.javascript.jscomp.webservice.common.Protocol.RequestKey
 
asIdentifier() - Method in class com.google.javascript.jscomp.parsing.parser.Token
 
asIdentifierExpression() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asIfStatement() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asImportDeclaration() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asImportSpecifier() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asIndexSignature() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asInterfaceDeclaration() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asJavaList() - Method in interface com.google.template.soy.data.SoyList
Gets a Java list of all value providers in this SoyList.
asJavaList() - Method in class com.google.template.soy.data.SoyListData
 
asJavaStringMap() - Method in interface com.google.template.soy.data.SoyDict
Gets a Java map of all items in this SoyDict, where mappings are string to value provider.
asJavaStringMap() - Method in class com.google.template.soy.data.SoyMapData
 
asLabelledStatement() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asList() - Method in class com.google.template.soy.data.SoyListData
Important: Please treat this method as superpackage-private.
asLiteral() - Method in class com.google.javascript.jscomp.parsing.parser.Token
 
asLiteralExpression() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asMap() - Method in class com.google.template.soy.data.SoyMapData
Important: Please treat this method as superpackage-private.
asMemberExpression() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asMemberLookupExpression() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asMemberVariable() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asMissingPrimaryExpression() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asModuleDeclaration() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asModuleImport() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asNewExpression() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asNull() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asObjectLiteralExpression() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asObjectPattern() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asOptionalParameter() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asParameterizedType() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asParenExpression() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asPostfixExpression() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asProgram() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asPropertyNameAssignment() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asPyExpr() - Method in class com.google.template.soy.pysrc.restricted.PyFunctionExprBuilder
 
asPyStringExpr() - Method in class com.google.template.soy.pysrc.restricted.PyFunctionExprBuilder
 
asRecordType() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asResolvedJavaList() - Method in interface com.google.template.soy.data.SoyList
Gets a Java list all values in this SoyList.
asResolvedJavaList() - Method in class com.google.template.soy.data.SoyListData
 
asResolvedJavaStringMap() - Method in interface com.google.template.soy.data.SoyDict
Gets a Java map of all items in this SoyDict, where mappings are string to value.
asResolvedJavaStringMap() - Method in class com.google.template.soy.data.SoyMapData
 
asRestParameter() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asReturnStatement() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
assertChanges(SuggestedFix, String, String, String) - Static method in class com.google.javascript.refactoring.testing.SuggestedFixes
 
assertChanges(List<SuggestedFix>, String, String, String) - Static method in class com.google.javascript.refactoring.testing.SuggestedFixes
 
assertedNewType - Variable in class com.google.javascript.jscomp.CodingConvention.AssertionFunctionSpec
 
assertedType - Variable in class com.google.javascript.jscomp.CodingConvention.AssertionFunctionSpec
 
assertEquivalenceOperations(JSType, JSType) - Static method in class com.google.javascript.rhino.testing.Asserts
For the given equivalent types, run all type operations that should have trivial solutions (getGreatestSubtype, isEquivalentTo, etc)
AssertFunctionByTypeName(String, String) - Constructor for class com.google.javascript.jscomp.ClosureCodingConvention.AssertFunctionByTypeName
 
assertHasEncounteredAllErrors() - Method in class com.google.javascript.rhino.testing.TestErrorReporter
 
assertHasEncounteredAllWarnings() - Method in class com.google.javascript.rhino.testing.TestErrorReporter
 
AssertInstanceofSpec(String) - Constructor for class com.google.javascript.jscomp.ClosureCodingConvention.AssertInstanceofSpec
 
AssertionFunctionSpec(String) - Constructor for class com.google.javascript.jscomp.CodingConvention.AssertionFunctionSpec
Deprecated.
AssertionFunctionSpec(String, JSType) - Constructor for class com.google.javascript.jscomp.CodingConvention.AssertionFunctionSpec
 
AssertionFunctionSpec(String, JSType, JSTypeNative) - Constructor for class com.google.javascript.jscomp.CodingConvention.AssertionFunctionSpec
 
assertNode(Node) - Static method in class com.google.javascript.jscomp.testing.NodeSubject
 
assertReplacement(SuggestedFix, CodeReplacement) - Static method in class com.google.javascript.refactoring.testing.SuggestedFixes
 
assertResolvesToSame(JSType) - Static method in class com.google.javascript.rhino.testing.Asserts
 
Asserts - Class in com.google.javascript.rhino.testing
Helper methods for making assertions about the validity of types.
AssertStrictAutoescapingVisitor - Class in com.google.template.soy.sharedpasses
Visitor that ensures files and templates use strict autoescaping.
AssertStrictAutoescapingVisitor(ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.AssertStrictAutoescapingVisitor
 
assertTypeCollectionEquals(Iterable<T>, Iterable<S>) - Static method in class com.google.javascript.rhino.testing.Asserts
 
assertTypeEquals(JSType, JSType) - Static method in class com.google.javascript.rhino.testing.Asserts
 
assertTypeEquals(String, JSType, JSType) - Static method in class com.google.javascript.rhino.testing.Asserts
 
assertTypeEquals(JSType, Node) - Method in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
Asserts that a Node representing a type expression resolves to the correct JSType.
assertTypeEquals(JSType, JSTypeExpression) - Method in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
Asserts that a a type expression resolves to the correct JSType.
assertTypeEquals(JSType, JSType) - Method in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
assertTypeEquals(String, JSType, JSType) - Method in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
assertTypeNotEquals(JSType, JSType) - Static method in class com.google.javascript.rhino.testing.Asserts
 
assertTypeNotEquals(String, JSType, JSType) - Static method in class com.google.javascript.rhino.testing.Asserts
 
assertTypeNotEquals(JSType, JSType) - Method in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
assertTypeNotEquals(String, JSType, JSType) - Method in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
assertValidResolve(JSType) - Static method in class com.google.javascript.rhino.testing.Asserts
 
assertValidResolve(JSType, StaticTypedScope<JSType>) - Static method in class com.google.javascript.rhino.testing.Asserts
 
asSet() - Method in class com.google.template.soy.shared.restricted.TagWhitelist
 
asSetAccessor() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
assign(Node, Node) - Static method in class com.google.javascript.rhino.IR
 
ASSIGN - Static variable in class com.google.javascript.rhino.Token
Token types.
ASSIGN_ADD - Static variable in class com.google.javascript.rhino.Token
Token types.
ASSIGN_BITAND - Static variable in class com.google.javascript.rhino.Token
Token types.
ASSIGN_BITOR - Static variable in class com.google.javascript.rhino.Token
Token types.
ASSIGN_BITXOR - Static variable in class com.google.javascript.rhino.Token
Token types.
ASSIGN_DIV - Static variable in class com.google.javascript.rhino.Token
Token types.
ASSIGN_LSH - Static variable in class com.google.javascript.rhino.Token
Token types.
ASSIGN_MOD - Static variable in class com.google.javascript.rhino.Token
Token types.
ASSIGN_MUL - Static variable in class com.google.javascript.rhino.Token
Token types.
ASSIGN_RSH - Static variable in class com.google.javascript.rhino.Token
Token types.
ASSIGN_SUB - Static variable in class com.google.javascript.rhino.Token
Token types.
assign_term() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
ASSIGN_URSH - Static variable in class com.google.javascript.rhino.Token
Token types.
AssignmentRestElementTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
AssignmentRestElementTree(SourceRange, IdentifierToken) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.AssignmentRestElementTree
 
assignmentWithRhs(Matcher) - Static method in class com.google.javascript.refactoring.Matchers
Returns a Matcher that matches an ASSIGN node where the RHS of the assignment matches the given rhsMatcher.
associateMetaInfo(SourceLocation, String, String) - Method in exception com.google.template.soy.base.SoySyntaxException
Important: Do not use outside of Soy code (treat as superpackage-private).
associateNode(SoyNode) - Method in exception com.google.template.soy.parsepasses.contextautoesc.SoyAutoescapeException
Important: Do not use outside of Soy code (treat as superpackage-private).
associateNode(SoySyntaxException, SoyNode) - Static method in class com.google.template.soy.soytree.SoySyntaxExceptionUtils
Adds meta info to an existing SoySyntaxException.
asSpreadExpression() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
assumeClosuresOnlyCaptureReferences() - Method in class com.google.javascript.jscomp.CompilerOptions
 
assumeStrictThis() - Method in class com.google.javascript.jscomp.CompilerOptions
 
asSuperExpression() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asSwitchStatement() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
ast - Variable in class com.google.javascript.jscomp.parsing.ParserRunner.ParseResult
 
asTemplateLiteralExpression() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asTemplateLiteralPortion() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asTemplateSubstitution() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
ASTERISK - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
ASTERISK_EQUALS - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
asThisExpression() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asThrowStatement() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asTryStatement() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
AstValidator - Class in com.google.javascript.jscomp
This class walks the AST and validates that the structure is correct.
AstValidator(AbstractCompiler, AstValidator.ViolationHandler) - Constructor for class com.google.javascript.jscomp.AstValidator
 
AstValidator(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.AstValidator
 
AstValidator.ViolationHandler - Interface in com.google.javascript.jscomp
Violation handler
asTypeAlias() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asTypedParameter() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asTypeName() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asTypeQuery() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asUnaryExpression() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asUnionType() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asVariableDeclaration() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asVariableDeclarationList() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asVariableStatement() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asWhileStatement() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asWithStatement() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
asYieldStatement() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
AT - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
at_rule() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
atFunction() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
ATKEYWORD - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
atLeast5 - Variable in class com.google.javascript.jscomp.parsing.parser.Parser.Config
 
atLeast6 - Variable in class com.google.javascript.jscomp.parsing.parser.Parser.Config
 
ATLIST - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
AtRuleHandler - Interface in com.google.common.css.compiler.ast
A handler for at rules.
ATRULESWITHDECLBLOCK - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
atRuleWithCrazySyntax() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
atRuleWithDeclBlock() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
attribute() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
Attribute(String, Collection<String>, String) - Constructor for class com.google.template.soy.soytree.CommandTextAttributesParser.Attribute
The definition of one supported attribute.
attrType - Variable in class com.google.template.soy.parsepasses.contextautoesc.Context
Describes the attribute whose value the context point is in.
AugmentedParamStore - Class in com.google.template.soy.data.internal
Implementation of ParamStore that represents a backing store augmented with additional fields (params).
AugmentedParamStore(SoyRecord, int) - Constructor for class com.google.template.soy.data.internal.AugmentedParamStore
 
AUTHOR - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoBidiSupportSoyTemplateInfo
Author's name.
AUTHOR - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .demoBidiSupport.
autobox(JSTypes) - Method in class com.google.javascript.jscomp.newtypes.JSType
 
autobox() - Method in class com.google.javascript.rhino.jstype.JSType
Dereference a type for property access.
autobox() - Method in class com.google.javascript.rhino.jstype.UnionType
 
autoboxesTo() - Method in class com.google.javascript.rhino.jstype.BooleanType
 
autoboxesTo() - Method in class com.google.javascript.rhino.jstype.EnumElementType
 
autoboxesTo() - Method in class com.google.javascript.rhino.jstype.JSType
Turn a scalar type to the corresponding object type.
autoboxesTo() - Method in class com.google.javascript.rhino.jstype.NumberType
 
autoboxesTo() - Method in class com.google.javascript.rhino.jstype.StringType
 
AutoescapeMode - Enum in com.google.template.soy.soytree
Specifies how the outputs of {print} commands that lack escaping directives are encoded.
AutoExpandBrowserPrefix - Class in com.google.common.css.compiler.passes
A compiler pass that automatically detects certain properties that need additional browser specific property declarations, and adds them.
AutoExpandBrowserPrefix(MutatingVisitController, ErrorManager) - Constructor for class com.google.common.css.compiler.passes.AutoExpandBrowserPrefix
 
availableIdentifiers - Variable in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
Matches functions available in the environment in which output will be run including things like EscapingConventions.CrossLanguageStringXform#getLangFunctionNames.

B

backup(int) - Method in interface com.google.common.css.compiler.ast.CharStream
Backs up the input stream by amount steps.
backup(int) - Method in class com.google.common.css.compiler.ast.StringCharStream
Backs up the input stream by amount steps.
backup(int) - Method in class com.google.template.soy.exprparse.SimpleCharStream
Backup a number of characters.
backup(int) - Method in class com.google.template.soy.soyparse.SimpleCharStream
Backup a number of characters.
backup(int) - Method in class com.google.template.soy.types.parse.SimpleCharStream
Backup a number of characters.
BAD_CALLEE_NAME - Static variable in class com.google.template.soy.soytree.CallBasicNode
 
BAD_JSDOC_ANNOTATION - Static variable in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc
 
BAD_TOKEN - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
BanExpose(AbstractCompiler, Requirement) - Constructor for class com.google.javascript.jscomp.ConformanceRules.BanExpose
 
BANG - Static variable in class com.google.javascript.rhino.Token
Token types.
BanGlobalVars(AbstractCompiler, Requirement) - Constructor for class com.google.javascript.jscomp.ConformanceRules.BanGlobalVars
 
BanNullDeref(AbstractCompiler, Requirement) - Constructor for class com.google.javascript.jscomp.ConformanceRules.BanNullDeref
 
BanThrowOfNonErrorTypes(AbstractCompiler, Requirement) - Constructor for class com.google.javascript.jscomp.ConformanceRules.BanThrowOfNonErrorTypes
 
BanUnknownDirectThisPropsReferences(AbstractCompiler, Requirement) - Constructor for class com.google.javascript.jscomp.ConformanceRules.BanUnknownDirectThisPropsReferences
 
BanUnknownThis(AbstractCompiler, Requirement) - Constructor for class com.google.javascript.jscomp.ConformanceRules.BanUnknownThis
 
BanUnknownTypedClassPropsReferences(AbstractCompiler, Requirement) - Constructor for class com.google.javascript.jscomp.ConformanceRules.BanUnknownTypedClassPropsReferences
 
BanUnresolvedType(AbstractCompiler, Requirement) - Constructor for class com.google.javascript.jscomp.ConformanceRules.BanUnresolvedType
 
Base64 - Class in com.google.debugging.sourcemap
A utility class for working with Base64 values.
base64EncodeInt(int) - Static method in class com.google.debugging.sourcemap.Base64
 
BaseBlendColors() - Constructor for class com.google.common.css.compiler.gssfunctions.GssFunctions.BaseBlendColors
 
BaseJSTypeTestCase - Class in com.google.javascript.rhino.testing
 
BaseJSTypeTestCase() - Constructor for class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
BaseTofu - Class in com.google.template.soy.tofu.internal
Represents a compiled Soy file set.
BaseTofu(SoyValueHelper, GuiceSimpleScope, TofuRenderVisitorFactory, SimplifyVisitor, SoyFileSetNode, boolean, ErrorReporter) - Constructor for class com.google.template.soy.tofu.internal.BaseTofu
 
BaseTofu.BaseTofuFactory - Interface in com.google.template.soy.tofu.internal
Injectable factory for creating an instance of this class.
BaseUtils - Class in com.google.template.soy.base.internal
Base utilities for Soy code.
basic_term() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
BasicDirectivesModule - Class in com.google.template.soy.basicdirectives
Guice module for basic Soy print directives.
BasicDirectivesModule() - Constructor for class com.google.template.soy.basicdirectives.BasicDirectivesModule
 
BasicErrorManager - Class in com.google.common.css.compiler.ast
A basic error manager that sorts all errors reported to it and generate a sorted report when the BasicErrorManager.generateReport() method is called.
BasicErrorManager() - Constructor for class com.google.common.css.compiler.ast.BasicErrorManager
 
BasicErrorManager - Class in com.google.javascript.jscomp
A basic error manager that sorts all errors and warnings reported to it to generate a sorted report when the BasicErrorManager.generateReport() method is called.
BasicErrorManager() - Constructor for class com.google.javascript.jscomp.BasicErrorManager
 
BasicEscapeDirective - Class in com.google.template.soy.basicdirectives
An escaping directive that is backed by Sanitizers in java, soyutils.js or the closure equivalent in JavaScript, and sanitize.py in Python.
BasicEscapeDirective(String) - Constructor for class com.google.template.soy.basicdirectives.BasicEscapeDirective
 
BasicFunctionsModule - Class in com.google.template.soy.basicfunctions
Guice module for basic Soy functions.
BasicFunctionsModule() - Constructor for class com.google.template.soy.basicfunctions.BasicFunctionsModule
 
BasicParamStore - Class in com.google.template.soy.data.internal
Basic implementation of ParamStore.
BasicParamStore(int) - Constructor for class com.google.template.soy.data.internal.BasicParamStore
 
beforeBlock() - Method in interface com.google.template.soy.data.SoyFutureValueProvider.FutureBlockCallback
 
beforeBlock() - Method in class com.google.template.soy.sharedpasses.render.CountingFlushableAppendable
Soy is about to block on a future.
beginColumn - Variable in class com.google.common.css.compiler.ast.Token
The column number of the first character of this Token.
beginColumn - Variable in class com.google.template.soy.exprparse.Token
The column number of the first character of this Token.
beginColumn - Variable in class com.google.template.soy.soyparse.Token
The column number of the first character of this Token.
beginColumn - Variable in class com.google.template.soy.types.parse.Token
The column number of the first character of this Token.
beginLine - Variable in class com.google.common.css.compiler.ast.Token
The line number of the first character of this Token.
beginLine - Variable in class com.google.template.soy.exprparse.Token
The line number of the first character of this Token.
beginLine - Variable in class com.google.template.soy.soyparse.Token
The line number of the first character of this Token.
beginLine - Variable in class com.google.template.soy.types.parse.Token
The line number of the first character of this Token.
BeginToken() - Method in interface com.google.common.css.compiler.ast.CharStream
Returns the next character that marks the beginning of the next token.
BeginToken() - Method in class com.google.common.css.compiler.ast.StringCharStream
Returns the next character that marks the beginning of the next token.
BeginToken() - Method in class com.google.template.soy.exprparse.SimpleCharStream
Start.
BeginToken() - Method in class com.google.template.soy.soyparse.SimpleCharStream
Start.
BeginToken() - Method in class com.google.template.soy.types.parse.SimpleCharStream
Start.
BIDI_GLOBAL_DIR - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo
Same as BidiGlobalDirSoyTemplateInfo.getInstance().
BIDI_GLOBAL_DIR - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.TemplateName
The full template name of the .bidiGlobalDir template.
BidiDirectivesModule - Class in com.google.template.soy.bididirectives
Guice module for bidi Soy print directives.
BidiDirectivesModule() - Constructor for class com.google.template.soy.bididirectives.BidiDirectivesModule
 
BiDiFlipper - Class in com.google.common.css.compiler.passes
Compiler pass that BiDi flips all the flippable nodes.
BiDiFlipper(MutatingVisitController, boolean, boolean, boolean) - Constructor for class com.google.common.css.compiler.passes.BiDiFlipper
 
BiDiFlipper(MutatingVisitController, boolean, boolean) - Constructor for class com.google.common.css.compiler.passes.BiDiFlipper
 
BidiFormatter - Class in com.google.template.soy.internal.i18n
Utility class for formatting text for display in a potentially opposite-directionality context without garbling.
BidiFormatter.Builder - Class in com.google.template.soy.internal.i18n
A class for building a BidiFormatter with non-default options.
BidiFunctionsModule - Class in com.google.template.soy.bidifunctions
Guice module for bidi Soy functions.
BidiFunctionsModule() - Constructor for class com.google.template.soy.bidifunctions.BidiFunctionsModule
 
BidiGlobalDir - Class in com.google.template.soy.internal.i18n
Bidi global direction, which is either a "static" integer value (ltr=1, rtl=-1), or a code snippet yielding such a value when evaluated at template runtime.
BidiUtils - Class in com.google.template.soy.internal.i18n
Utility functions for performing common Bidi tests on strings.
BidiUtils.Format - Class in com.google.template.soy.internal.i18n
A container class for Unicode formatting characters and for directionality string constants.
BinaryOperatorTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
BinaryOperatorTree(SourceRange, ParseTree, Token, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.BinaryOperatorTree
 
Bind(Node, Node, Node) - Constructor for class com.google.javascript.jscomp.CodingConvention.Bind
 
BITAND - Static variable in class com.google.javascript.rhino.Token
Token types.
BITNOT - Static variable in class com.google.javascript.rhino.Token
Token types.
BITOR - Static variable in class com.google.javascript.rhino.Token
Token types.
BITXOR - Static variable in class com.google.javascript.rhino.Token
Token types.
BlackHoleErrorManager - Class in com.google.javascript.jscomp.testing
An ErrorManager that silently swallows all messages.
BlackHoleErrorManager() - Constructor for class com.google.javascript.jscomp.testing.BlackHoleErrorManager
 
blend(String, String) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.BaseBlendColors
 
blend(String, String) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.BlendColorsHsb
 
blend(String, String) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.BlendColorsRgb
Returns the string representation in hex format for a color half way in between the two supplied colors by averaging each of red, green & blue.
BlendColorsHsb() - Constructor for class com.google.common.css.compiler.gssfunctions.GssFunctions.BlendColorsHsb
 
BlendColorsRgb() - Constructor for class com.google.common.css.compiler.gssfunctions.GssFunctions.BlendColorsRgb
 
blessAuthorSpecifiedScripts(Iterable<? extends SlicedRawTextNode>) - Static method in class com.google.template.soy.parsepasses.contextautoesc.ContentSecurityPolicyPass
Add attributes to author-specified scripts and styles so that they will continue to run even though the browser's CSP policy blocks injected scripts and styles.
block(boolean) - Method in class com.google.common.css.compiler.ast.GssParserCC
 
block - Variable in class com.google.javascript.jscomp.parsing.parser.trees.FinallyTree
 
block() - Static method in class com.google.javascript.rhino.IR
 
block(Node) - Static method in class com.google.javascript.rhino.IR
 
block(Node...) - Static method in class com.google.javascript.rhino.IR
 
block(List<Node>) - Static method in class com.google.javascript.rhino.IR
 
BLOCK - Static variable in class com.google.javascript.rhino.Token
Token types.
BLOCK_COMMENT_CHAR - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
BLOCK_DOC_COMMENT - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
BLOCK_DOC_COMMENT_START - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
BLOCK_NONDOC_COMMENT - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
BLOCK_NONDOC_COMMENT_START - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
BlockTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
BlockTree(SourceRange, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.BlockTree
 
body - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyGetterTree
 
body - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertySetterTree
 
body - Variable in class com.google.javascript.jscomp.parsing.parser.trees.DoWhileStatementTree
 
body - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ForInStatementTree
 
body - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ForOfStatementTree
 
body - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ForStatementTree
 
body - Variable in class com.google.javascript.jscomp.parsing.parser.trees.GetAccessorTree
 
body - Variable in class com.google.javascript.jscomp.parsing.parser.trees.SetAccessorTree
 
body - Variable in class com.google.javascript.jscomp.parsing.parser.trees.TryStatementTree
 
body - Variable in class com.google.javascript.jscomp.parsing.parser.trees.WhileStatementTree
 
body - Variable in class com.google.javascript.jscomp.parsing.parser.trees.WithStatementTree
 
BOO - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoPrintSoyTemplateInfo
Something scary.
BOO - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .demoPrint.
BOOLEAN - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
BOOLEAN - Static variable in interface com.google.template.soy.exprparse.ExpressionParserConstants
RegularExpression Id.
boolean_and_term() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
BOOLEAN_MASK - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
boolean_negated_term() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
BOOLEAN_OBJECT_FUNCTION_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
BOOLEAN_OBJECT_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
BOOLEAN_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
BOOLEAN_TYPE - Static variable in class com.google.javascript.rhino.Token
Token types.
BOOLEAN_VALUES - Static variable in class com.google.template.soy.soytree.CommandTextAttributesParser.Attribute
Use this as the allowed values set for a boolean attribute.
BooleanData - Class in com.google.template.soy.data.restricted
Boolean data.
BooleanData(boolean) - Constructor for class com.google.template.soy.data.restricted.BooleanData
BooleanExpressionEvaluator - Class in com.google.common.css.compiler.passes
An evaluator for boolean expressions.
BooleanExpressionEvaluator(CssBooleanExpressionNode, Set<String>) - Constructor for class com.google.common.css.compiler.passes.BooleanExpressionEvaluator
Evaluates a boolean expression given a set of true conditions.
BooleanExpressionEvaluator(CssBooleanExpressionNode, Set<String>, Set<String>) - Constructor for class com.google.common.css.compiler.passes.BooleanExpressionEvaluator
Evaluates a boolean expression given a set of true conditions and a set of false conditions.
BooleanLiteralSet - Enum in com.google.javascript.rhino.jstype
A set in the domain {true,false}.
BooleanNode - Class in com.google.template.soy.exprtree
Node representing a boolean value.
BooleanNode(boolean, SourceLocation) - Constructor for class com.google.template.soy.exprtree.BooleanNode
 
BooleanType - Class in com.google.javascript.rhino.jstype
Boolean type.
booleanType() - Static method in class com.google.javascript.rhino.TypeDeclarationsIR
 
booleanValue() - Method in class com.google.template.soy.data.restricted.BooleanData
 
booleanValue() - Method in class com.google.template.soy.data.SoyAbstractValue
 
booleanValue() - Method in interface com.google.template.soy.data.SoyValue
Precondition: Only call this method if you know that this SoyValue object is a boolean.
BoolType - Class in com.google.template.soy.types.primitive
Soy boolean type.
BOTTOM - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
BOTTOM_MASK - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
bound(CssNode) - Static method in class com.google.common.css.compiler.passes.LocationBoundingVisitor
 
BRACE - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
BREAK - Static variable in class com.google.javascript.rhino.Token
Token types.
breakNode() - Static method in class com.google.javascript.rhino.IR
 
breakNode(Node) - Static method in class com.google.javascript.rhino.IR
 
BreakStatementTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
BreakStatementTree(SourceRange, IdentifierToken) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.BreakStatementTree
 
brokenClosureRequiresLevel - Variable in class com.google.javascript.jscomp.CompilerOptions
 
bufcolumn - Variable in class com.google.template.soy.exprparse.SimpleCharStream
 
bufcolumn - Variable in class com.google.template.soy.soyparse.SimpleCharStream
 
bufcolumn - Variable in class com.google.template.soy.types.parse.SimpleCharStream
 
buffer - Variable in class com.google.common.css.compiler.passes.CodePrinter
CodeBuffer used in this CodePrinter.
buffer - Variable in class com.google.template.soy.exprparse.SimpleCharStream
 
buffer - Variable in class com.google.template.soy.soyparse.SimpleCharStream
 
buffer - Variable in class com.google.template.soy.types.parse.SimpleCharStream
 
bufline - Variable in class com.google.template.soy.exprparse.SimpleCharStream
 
bufline - Variable in class com.google.template.soy.soyparse.SimpleCharStream
 
bufline - Variable in class com.google.template.soy.types.parse.SimpleCharStream
 
bufpos - Variable in class com.google.template.soy.exprparse.SimpleCharStream
Position in buffer.
bufpos - Variable in class com.google.template.soy.soyparse.SimpleCharStream
Position in buffer.
bufpos - Variable in class com.google.template.soy.types.parse.SimpleCharStream
Position in buffer.
build() - Method in class com.google.javascript.jscomp.CodePrinter.Builder
Generates the source code and returns it.
build() - Method in class com.google.javascript.jscomp.JsMessage.Builder
 
build(JsMessage.IdGenerator) - Method in class com.google.javascript.jscomp.JsMessage.Builder
 
build() - Method in class com.google.javascript.refactoring.RefactoringDriver.Builder
 
build() - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
 
build() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Builds a JSDocInfo object based on the populated information and returns it.
build(boolean) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Builds a JSDocInfo object based on the populated information and returns it.
build() - Method in class com.google.javascript.rhino.jstype.FunctionBuilder
Construct a new function type.
build() - Method in class com.google.javascript.rhino.jstype.FunctionParamBuilder
 
build() - Method in class com.google.javascript.rhino.jstype.RecordTypeBuilder
Creates a record.
build() - Method in class com.google.javascript.rhino.jstype.UnionTypeBuilder
Creates a union.
build() - Method in class com.google.template.soy.internal.i18n.BidiFormatter.Builder
 
build() - Method in class com.google.template.soy.jbcsrc.api.RenderContext.Builder
 
build() - Method in class com.google.template.soy.pysrc.restricted.PyFunctionExprBuilder
Returns a valid Python function call as a String.
build() - Method in class com.google.template.soy.SoyFileSet.Builder
Builds the new SoyFileSet.
build(ErrorReporter) - Method in class com.google.template.soy.soytree.CallBasicNode.Builder
 
build(ErrorReporter) - Method in class com.google.template.soy.soytree.CallDelegateNode.Builder
 
build(ErrorReporter) - Method in class com.google.template.soy.soytree.CallParamContentNode.Builder
 
build(ErrorReporter) - Method in class com.google.template.soy.soytree.CallParamValueNode.Builder
 
build(ErrorReporter) - Method in class com.google.template.soy.soytree.CssNode.Builder
Returns a new CssNode built from the builder's state, reporting syntax errors to the given ErrorReporter.
build(ErrorReporter) - Method in class com.google.template.soy.soytree.IfCondNode.Builder
Returns a new IfCondNode built from this builder's state.
build(ErrorReporter) - Method in class com.google.template.soy.soytree.LetContentNode.Builder
Returns a new LetContentNode built from the builder's state.
build(ErrorReporter) - Method in class com.google.template.soy.soytree.LetValueNode.Builder
Returns a new LetValueNode built from the builder's state.
build(ErrorReporter) - Method in class com.google.template.soy.soytree.MsgHtmlTagNode.Builder
Returns a new MsgHtmlTagNode built from the builder's state.
build(ErrorReporter) - Method in class com.google.template.soy.soytree.MsgNode.Builder
Returns a new MsgNode from the state of this builder, reporting syntax errors to the given ErrorReporter.
build(ErrorReporter) - Method in class com.google.template.soy.soytree.MsgPluralCaseNode.Builder
Builds a new MsgPluralCaseNode from this builder's state.
build(ErrorReporter) - Method in class com.google.template.soy.soytree.MsgPluralNode.Builder
Returns a new MsgPluralNode built from the builder's state.
build(ErrorReporter) - Method in class com.google.template.soy.soytree.MsgSelectCaseNode.Builder
Returns a new MsgSelectCaseNode built from the builder's state.
build(ErrorReporter) - Method in class com.google.template.soy.soytree.MsgSelectNode.Builder
Returns a new MsgSelectNode built from this builder's state, reporting syntax errors to the given ErrorReporter.
build(ErrorReporter) - Method in class com.google.template.soy.soytree.PrintDirectiveNode.Builder
Returns a new PrintDirectiveNode from the state of this builder, reporting syntax errors to the given ErrorReporter.
build(ErrorReporter) - Method in class com.google.template.soy.soytree.PrintNode.Builder
Returns a new PrintNode built from this builder's state.
build(ErrorReporter) - Method in class com.google.template.soy.soytree.SwitchCaseNode.Builder
Returns a new SwitchCaseNode from the state of this builder, reporting syntax errors to the given ErrorReporter.
build(ErrorReporter) - Method in class com.google.template.soy.soytree.SwitchNode.Builder
Returns a new SwitchNode built from this builder's state, reporting syntax errors to the given ErrorReporter.
build() - Method in class com.google.template.soy.soytree.TemplateBasicNodeBuilder
 
build() - Method in class com.google.template.soy.soytree.TemplateDelegateNodeBuilder
 
build() - Method in class com.google.template.soy.soytree.TemplateNodeBuilder
Builds the template node.
build(ErrorReporter) - Method in class com.google.template.soy.soytree.XidNode.Builder
Builds a new XidNode from the builder's state.
build() - Method in class org.plovr.Config.Builder
 
build() - Method in class org.plovr.docgen.ClassDescriptor.Builder
 
build() - Method in class org.plovr.docgen.EnumDescriptor.Builder
 
build() - Method in class org.plovr.docgen.LibraryDescriptor.Builder
 
build() - Method in class org.plovr.docgen.MethodDescriptor.Builder
 
build() - Method in class org.plovr.docgen.ParamDescriptor.Builder
 
build() - Method in class org.plovr.docgen.TypeExpression.Builder
 
BuildAllDependeesMapVisitor - Class in com.google.template.soy.sharedpasses
Visitor for building a map from each node to its list of dependees (ordered by nearest dependee first).
BuildAllDependeesMapVisitor(ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.BuildAllDependeesMapVisitor
 
buildAndReset() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Builds a JSDocInfo object based on the populated information and returns it.
BuildCommand - Class in org.plovr.cli
 
BuildCommand() - Constructor for class org.plovr.cli.BuildCommand
 
BuildCommandOptions - Class in org.plovr.cli
 
BuildCommandOptions() - Constructor for class org.plovr.cli.BuildCommandOptions
 
buildDeclaration() - Method in class com.google.javascript.jscomp.newtypes.FunctionTypeBuilder
 
Builder(Node) - Constructor for class com.google.javascript.jscomp.CodePrinter.Builder
Sets the root node from which to generate the source code.
Builder() - Constructor for class com.google.javascript.jscomp.JsMessage.Builder
 
Builder(String) - Constructor for class com.google.javascript.jscomp.JsMessage.Builder
Creates an instance.
builder() - Static method in class com.google.javascript.jscomp.SourceFile
Create a new builder for source files.
Builder() - Constructor for class com.google.javascript.jscomp.SourceFile.Builder
 
Builder(Scanner) - Constructor for class com.google.javascript.refactoring.RefactoringDriver.Builder
 
Builder() - Constructor for class com.google.javascript.refactoring.SuggestedFix.Builder
 
Builder(Dir) - Constructor for class com.google.template.soy.internal.i18n.BidiFormatter.Builder
Constructor
Builder(boolean) - Constructor for class com.google.template.soy.internal.i18n.BidiFormatter.Builder
Constructor
Builder(ULocale) - Constructor for class com.google.template.soy.internal.i18n.BidiFormatter.Builder
Constructor
Builder() - Constructor for class com.google.template.soy.jbcsrc.api.RenderContext.Builder
 
builder() - Static method in class com.google.template.soy.SoyFileSet
Creates a builder with the standard set of Soy directives, functions, and types.
Builder() - Constructor for class com.google.template.soy.SoyFileSet.Builder
Deprecated.
Use the static SoyFileSet.builder() method, or inject SoyFileSet.Builder using Guice with SoyModule installed. The behavior of this builder is unpredictable and will use the Soy configuration from the most recently configured Injector containing a SoyModule, because it relies on Guice's static injection.
Builder(int, SourceLocation) - Constructor for class com.google.template.soy.soytree.CallBasicNode.Builder
 
Builder(int, SourceLocation) - Constructor for class com.google.template.soy.soytree.CallDelegateNode.Builder
 
Builder(int, String, SourceLocation) - Constructor for class com.google.template.soy.soytree.CallParamContentNode.Builder
 
Builder(int, String, SourceLocation) - Constructor for class com.google.template.soy.soytree.CallParamValueNode.Builder
 
Builder(int, String, SourceLocation) - Constructor for class com.google.template.soy.soytree.CssNode.Builder
 
Builder(int, String, SourceLocation) - Constructor for class com.google.template.soy.soytree.LetContentNode.Builder
 
Builder(int, String, SourceLocation) - Constructor for class com.google.template.soy.soytree.LetValueNode.Builder
 
Builder(int, ImmutableList<SoyNode.StandaloneNode>, SourceLocation) - Constructor for class com.google.template.soy.soytree.MsgHtmlTagNode.Builder
 
Builder(int, String, SourceLocation) - Constructor for class com.google.template.soy.soytree.MsgPluralCaseNode.Builder
 
Builder(int, String, SourceLocation) - Constructor for class com.google.template.soy.soytree.MsgPluralNode.Builder
 
Builder(int, String, SourceLocation) - Constructor for class com.google.template.soy.soytree.MsgSelectCaseNode.Builder
 
Builder(int, String, SourceLocation) - Constructor for class com.google.template.soy.soytree.MsgSelectNode.Builder
 
Builder(int, String, String, SourceLocation) - Constructor for class com.google.template.soy.soytree.PrintDirectiveNode.Builder
 
Builder(int, boolean, SourceLocation) - Constructor for class com.google.template.soy.soytree.PrintNode.Builder
 
Builder(int, String, SourceLocation) - Constructor for class com.google.template.soy.soytree.SwitchCaseNode.Builder
 
Builder(int, String, SourceLocation) - Constructor for class com.google.template.soy.soytree.SwitchNode.Builder
 
Builder(int, String, SourceLocation) - Constructor for class com.google.template.soy.soytree.XidNode.Builder
 
builder(File, File, String) - Static method in class org.plovr.Config
 
builder(Config) - Static method in class org.plovr.Config
 
builder() - Static method in class org.plovr.docgen.ClassDescriptor
 
builder() - Static method in class org.plovr.docgen.EnumDescriptor
 
builder() - Static method in class org.plovr.docgen.LibraryDescriptor
 
builder() - Static method in class org.plovr.docgen.MethodDescriptor
 
builder() - Static method in class org.plovr.docgen.ParamDescriptor
 
builder() - Static method in class org.plovr.docgen.TypeExpression
 
builder(File) - Static method in class org.plovr.ModuleConfig
 
builder(ModuleConfig) - Static method in class org.plovr.ModuleConfig
 
builderForTesting() - Static method in class org.plovr.Config
Create a builder that can be used for testing.
buildFilePath(String, String, String, String) - Static method in class com.google.template.soy.shared.internal.MainEntryPointUtils
Builds a specific file path given a path format and the info needed for replacing placeholders.
buildFromCode(String, String) - Method in class com.google.javascript.jscomp.SourceFile.Builder
 
buildFromFile(String) - Method in class com.google.javascript.jscomp.SourceFile.Builder
 
buildFromFile(File) - Method in class com.google.javascript.jscomp.SourceFile.Builder
 
buildFromGenerator(String, SourceFile.Generator) - Method in class com.google.javascript.jscomp.SourceFile.Builder
 
buildFromInputStream(String, InputStream) - Method in class com.google.javascript.jscomp.SourceFile.Builder
 
buildFromReader(String, Reader) - Method in class com.google.javascript.jscomp.SourceFile.Builder
 
buildFunction() - Method in class com.google.javascript.jscomp.newtypes.FunctionTypeBuilder
 
buildKnownSymbolTable() - Method in class com.google.javascript.jscomp.Compiler
 
buildMsgParts(MsgNode) - Static method in class com.google.template.soy.msgs.internal.MsgUtils
Builds the list of SoyMsgParts for the given MsgNode.
buildMsgPartsAndComputeMsgIdForDualFormat(MsgNode) - Static method in class com.google.template.soy.msgs.internal.MsgUtils
Builds the list of SoyMsgParts and computes the unique message id for the given MsgNode, assuming a specific dual format.
buildSpecificSoyDirectivesMap(Set<SoyPrintDirective>, Class<T>) - Static method in class com.google.template.soy.shared.internal.ModuleUtils
Given the set of all Soy directive implementations and a specific Soy directive type (subtype of SoyPrintDirective) to look for, finds the Soy directives that implement the specific type and returns them in the form of a map from directive name to directive.
buildSpecificSoyDirectivesMapWithAdaptation(Set<SoyPrintDirective>, Class<T>, Class<D>, Function<D, T>) - Static method in class com.google.template.soy.shared.internal.ModuleUtils
Given the set of all Soy directive implementations, a specific Soy directive type (subtype of SoyPrintDirective) to look for, another Soy directive type to look for that is an equivalent deprecated version of the specific Soy directive type, and an adapt function for adapting the deprecated type to the specific type, finds the Soy directives that implement either type and returns them in the form of a map from directive name to directive, where the directives with the deprecated type have been adapted using the adapt function.
buildSpecificSoyFunctionsMap(Set<SoyFunction>, Class<T>) - Static method in class com.google.template.soy.shared.internal.ModuleUtils
Given the set of all Soy function implementations and a specific Soy function type (subtype of SoyFunction) to look for, finds the Soy functions that implement the specific type and returns them in the form of a map from function name to function.
buildSpecificSoyFunctionsMapWithAdaptation(Set<SoyFunction>, Class<T>, Class<D>, Function<D, T>) - Static method in class com.google.template.soy.shared.internal.ModuleUtils
Given the set of all Soy function implementations, a specific Soy function type (subtype of SoyFunction) to look for, another Soy function type to look for that is an equivalent deprecated version of the specific Soy function type, and an adapt function for adapting the deprecated type to the specific type, finds the Soy functions that implement either type and returns them in the form of a map from function name to function, where the functions with the deprecated type have been adapted using the adapt function.
byName(String) - Static method in class com.google.common.css.compiler.ast.CssFunctionNode.Function
Returns the CSS CssFunctionNode.Function with the specified name, or null if the name is not in the list of recognized names.
byName(String) - Static method in class com.google.common.css.compiler.ast.Property
 
ByPart() - Constructor for class com.google.javascript.jscomp.CssRenamingMap.ByPart
 
ByPathWarningsGuard - Class in com.google.javascript.jscomp
An implementation of a WarningsGuard that can modify the CheckLevel based on the file that caused the warning, and whether this file matches a set of paths (specified either as include or exclude of path name parts).
BytecodeCompiler - Class in com.google.template.soy.jbcsrc
The entry point to the jbcsrc compiler.
ByWhole() - Constructor for class com.google.javascript.jscomp.CssRenamingMap.ByWhole
 

C

calc() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
CALC - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
calculateEtagFor(String) - Method in class org.plovr.AbstractJsInput
Must return a stable ETag for the supplied code.
call(Node, Node...) - Static method in class com.google.javascript.rhino.IR
 
CALL - Static variable in class com.google.javascript.rhino.Token
Token types.
CALL_SIGNATURE - Static variable in class com.google.javascript.rhino.Token
Token types.
CallBasicNode - Class in com.google.template.soy.soytree
Node representing a call to a basic template.
CallBasicNode.Builder - Class in com.google.template.soy.soytree
 
CallDelegateNode - Class in com.google.template.soy.soytree
Node representing a call to a delegate template.
CallDelegateNode.Builder - Class in com.google.template.soy.soytree
 
calleeName(String) - Method in class com.google.template.soy.soytree.CallBasicNode.Builder
 
CallExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
CallExpressionTree(SourceRange, ParseTree, ArgumentListTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.CallExpressionTree
 
CallGraph - Class in com.google.javascript.jscomp
A pass the uses a DefinitionProvider to compute a call graph for an AST.
CallGraph(AbstractCompiler, boolean, boolean) - Constructor for class com.google.javascript.jscomp.CallGraph
Creates a call graph object supporting the specified lookups.
CallGraph(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.CallGraph
Creates a call graph object support both forward and backward lookups.
CallGraph.Callsite - Class in com.google.javascript.jscomp
An inner class that represents call sites in the call graph.
CallGraph.Function - Class in com.google.javascript.jscomp
An inner class that represents functions in the call graph.
CallNode - Class in com.google.template.soy.soytree
Node representing a call.
CallNode(int, SourceLocation, String, CallNode.CommandTextInfo, ImmutableList<String>) - Constructor for class com.google.template.soy.soytree.CallNode
Protected constructor for use by subclasses.
CallNode(CallNode, CopyState) - Constructor for class com.google.template.soy.soytree.CallNode
Copy constructor.
CallNode.CommandTextInfo - Class in com.google.template.soy.soytree
Private helper class used by constructors.
CallNode.DataAttribute - Class in com.google.template.soy.soytree
A Parsed data attribute.
CallParamContentNode - Class in com.google.template.soy.soytree
Node representing a 'param' with content.
CallParamContentNode.Builder - Class in com.google.template.soy.soytree
 
CallParamNode - Class in com.google.template.soy.soytree
Abstract node representing a 'param'.
CallParamNode(int, SourceLocation, String) - Constructor for class com.google.template.soy.soytree.CallParamNode
 
CallParamNode(CallParamNode, CopyState) - Constructor for class com.google.template.soy.soytree.CallParamNode
Copy constructor.
CallParamNode.CommandTextParseResult - Class in com.google.template.soy.soytree
Return value for parseCommandTextHelper().
CallParamValueNode - Class in com.google.template.soy.soytree
Node representing a 'param' with a value expression.
CallParamValueNode.Builder - Class in com.google.template.soy.soytree
 
CallSignatureTree - Class in com.google.javascript.jscomp.parsing.parser.trees
Represents an callable or newable object in TypeScript.
CallSignatureTree(SourceRange, boolean, GenericTypeListTree, FormalParameterListTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.CallSignatureTree
 
callSoyFunction(SoyJavaFunction, List<SoyValue>) - Static method in class com.google.template.soy.jbcsrc.runtime.Runtime
Helper function to translate null -> NullData when calling SoyJavaFunctions that may expect it.
canBeCalled() - Method in class com.google.javascript.rhino.jstype.AllType
 
canBeCalled() - Method in class com.google.javascript.rhino.jstype.EnumElementType
 
canBeCalled() - Method in class com.google.javascript.rhino.jstype.FunctionType
 
canBeCalled() - Method in class com.google.javascript.rhino.jstype.JSType
This predicate is used to test whether a given type can be used as the 'function' in a function call.
canBeCalled() - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
 
canBeCalled() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
canBeCalled() - Method in class com.google.javascript.rhino.jstype.UnionType
 
canBeCalled() - Method in class com.google.javascript.rhino.jstype.UnknownType
 
canCastTo(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
Tests whether values of this type can be safely assigned to values of that type.
canModifyRuleset(CssRulesetNode) - Method in class com.google.common.css.compiler.ast.SkippingTreeVisitor
This method checks if the given ruleset is safe to be changed.
canModifyRuleset(CssRulesetNode) - Method in class com.google.common.css.compiler.passes.MarkRemovableRulesetNodesForChunk
 
canPropertyBeDefined(JSType, String) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Returns whether the given property can possibly be set on the given type.
canReturnNull(ControlFlowGraph<Node>) - Static method in class com.google.javascript.jscomp.lint.CheckNullableReturn
 
canTestForEqualityWith(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
Tests whether this and that are meaningfully comparable.
canTestForShallowEqualityWith(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
Tests whether this and that are meaningfully comparable using shallow comparison.
CARET - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
CARET_EQUALS - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
CASE - Static variable in class com.google.javascript.rhino.Token
Token types.
CASE_SENSITIVE - Static variable in class com.google.javascript.jscomp.regex.CaseCanonicalize
Set of code units that are case-insensitively equivalent to some other code unit according to the EcmaScript Canonicalize operation described in section 15.10.2.8.
caseAllType() - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
 
caseAllType() - Method in interface com.google.javascript.rhino.jstype.Visitor
All type's case.
caseBooleanType() - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
 
caseBooleanType() - Method in interface com.google.javascript.rhino.jstype.Visitor
Boolean value type's case.
CaseCanonicalize - Class in com.google.javascript.jscomp.regex
Implements the ECMAScript 5 Canonicalize operation used to specify how case-insensitive regular expressions match.
caseCanonicalize(String) - Static method in class com.google.javascript.jscomp.regex.CaseCanonicalize
Returns the case canonical version of the given string.
caseCanonicalize(char) - Static method in class com.google.javascript.jscomp.regex.CaseCanonicalize
Returns the case canonical version of the given code-unit.
caseClauses - Variable in class com.google.javascript.jscomp.parsing.parser.trees.SwitchStatementTree
 
CaseClauseTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
CaseClauseTree(SourceRange, ParseTree, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.CaseClauseTree
 
caseEnumElementType(EnumElementType) - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
 
caseEnumElementType(EnumElementType) - Method in interface com.google.javascript.rhino.jstype.Visitor
Enum element type's case.
caseFunctionType(FunctionType) - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
 
caseFunctionType(FunctionType) - Method in interface com.google.javascript.rhino.jstype.Visitor
Function type's case.
caseNamedType(NamedType) - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
 
caseNamedType(NamedType) - Method in interface com.google.javascript.rhino.jstype.Visitor
Named type's case.
caseNode(Node, Node) - Static method in class com.google.javascript.rhino.IR
 
caseNoObjectType() - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
 
caseNoObjectType() - Method in interface com.google.javascript.rhino.jstype.Visitor
Bottom Object type's case.
caseNoType(NoType) - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
 
caseNoType(NoType) - Method in interface com.google.javascript.rhino.jstype.Visitor
Bottom type's case.
caseNullType() - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
 
caseNullType() - Method in interface com.google.javascript.rhino.jstype.Visitor
Null type's case.
caseNumberType() - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
 
caseNumberType() - Method in interface com.google.javascript.rhino.jstype.Visitor
Number value type's case.
caseObjectType(ObjectType) - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
 
caseObjectType(ObjectType) - Method in interface com.google.javascript.rhino.jstype.Visitor
Object type's case.
CaseOrDefaultNode - Class in com.google.template.soy.soytree
Abstract node representing a 'case' or 'default' block in 'select', 'switch' or 'plural' statements.
CaseOrDefaultNode(int, SourceLocation, String, String) - Constructor for class com.google.template.soy.soytree.CaseOrDefaultNode
 
CaseOrDefaultNode(CaseOrDefaultNode, CopyState) - Constructor for class com.google.template.soy.soytree.CaseOrDefaultNode
Copy constructor.
caseProxyObjectType(ProxyObjectType) - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
 
caseProxyObjectType(ProxyObjectType) - Method in interface com.google.javascript.rhino.jstype.Visitor
Proxy type's case.
caseStringType() - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
 
caseStringType() - Method in interface com.google.javascript.rhino.jstype.Visitor
String value type's case.
caseTemplateType(TemplateType) - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
 
caseTemplateType(TemplateType) - Method in class com.google.javascript.rhino.jstype.TemplateTypeMapReplacer
 
caseTemplateType(TemplateType) - Method in interface com.google.javascript.rhino.jstype.Visitor
Template type's case.
caseTemplatizedType(TemplatizedType) - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
 
caseTemplatizedType(TemplatizedType) - Method in interface com.google.javascript.rhino.jstype.Visitor
Templatized type's case.
caseUnionType(UnionType) - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
 
caseUnionType(UnionType) - Method in interface com.google.javascript.rhino.jstype.Visitor
Union type's case.
caseUnknownType() - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
 
caseUnknownType() - Method in interface com.google.javascript.rhino.jstype.Visitor
Unknown type's case.
caseVoidType() - Method in class com.google.javascript.rhino.jstype.ModificationVisitor
 
caseVoidType() - Method in interface com.google.javascript.rhino.jstype.Visitor
Void type's case.
cast(Node) - Static method in class com.google.javascript.rhino.IR
 
cast(JSType) - Static method in class com.google.javascript.rhino.jstype.ObjectType
A null-safe version of JSType#toObjectType.
CAST - Static variable in class com.google.javascript.rhino.Token
Token types.
CATCH - Static variable in class com.google.javascript.rhino.Token
Token types.
catchBlock - Variable in class com.google.javascript.jscomp.parsing.parser.trees.TryStatementTree
 
catchBody - Variable in class com.google.javascript.jscomp.parsing.parser.trees.CatchTree
 
catchNode(Node, Node) - Static method in class com.google.javascript.rhino.IR
 
CatchTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
CatchTree(SourceRange, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.CatchTree
 
CDC - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
CDO - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
ChainableReverseAbstractInterpreter - Class in com.google.javascript.jscomp.type
Chainable reverse abstract interpreter providing basic functionality.
ChainableReverseAbstractInterpreter(JSTypeRegistry) - Constructor for class com.google.javascript.jscomp.type.ChainableReverseAbstractInterpreter
Constructs an interpreter, which is the only link in a chain.
CHANGE_TIME - Static variable in class com.google.javascript.rhino.Node
 
changeBaseType(JSTypeExpression) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Changes a base type, even if one has already been set on currentInfo.
ChangeCallsToPassAllDataVisitor - Class in com.google.template.soy.parsepasses
Visitor to change calls to use data="all" whenever possible.
ChangeCallsToPassAllDataVisitor(ErrorReporter) - Constructor for class com.google.template.soy.parsepasses.ChangeCallsToPassAllDataVisitor
 
changeJsDocType(Node, AbstractCompiler, String) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
Changes the JS Doc Type of the given node.
changes - Variable in class com.google.javascript.jscomp.PerformanceTracker.Stats
 
charAt(int) - Method in class com.google.javascript.jscomp.JsMessage.PlaceholderReference
 
charAt(int) - Method in class com.google.template.soy.base.internal.IndentedLinesBuilder
 
CHARSET - Static variable in class org.plovr.io.Settings
The Charset to use when doing I/O operations for which the user is currently unable to specify his own charset.
CharStream - Interface in com.google.common.css.compiler.ast
This interface describes a character stream that maintains line and column number positions of the characters.
check(NodeTraversal, Node) - Method in interface com.google.javascript.jscomp.CheckConformance.Rule
Perform conformance check
check() - Method in class com.google.javascript.jscomp.Compiler
 
check(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.AbstractRule
 
check(ConformanceInput) - Method in interface com.google.template.soy.conformance.CheckConformance
 
check(SoyValue) - Method in class com.google.template.soy.data.SoyAbstractCachingValueProvider.ValueAssertion
 
CHECK_EVENTFUL_OBJECT_DISPOSAL - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
CHECK_REGEXP - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
CHECK_STRUCT_DICT_INHERITANCE - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
CHECK_TYPES - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
CHECK_USELESS_CODE - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
CHECK_VARIABLES - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
CheckCallingParamTypesVisitor - Class in com.google.template.soy.sharedpasses
Visitor for checking that calling arguments match the declared parameter types of the called template.
CheckCallingParamTypesVisitor(ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.CheckCallingParamTypesVisitor
 
CheckCallsVisitor - Class in com.google.template.soy.parsepasses
Visitor for running some sanity checks on calls.
CheckCallsVisitor(ErrorReporter) - Constructor for class com.google.template.soy.parsepasses.CheckCallsVisitor
 
CheckConformance - Class in com.google.javascript.jscomp
Provides a framework for checking code against a set of user configured conformance rules.
checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.AbstractRule
 
checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.BanExpose
 
checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.BanGlobalVars
 
checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.BanNullDeref
 
checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.BanThrowOfNonErrorTypes
 
checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.BanUnknownDirectThisPropsReferences
 
checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.BanUnknownThis
 
checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.BanUnknownTypedClassPropsReferences
 
checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.BanUnresolvedType
 
checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.NoImplicitlyPublicDecls
 
checkConformance(NodeTraversal, Node) - Method in class com.google.javascript.jscomp.ConformanceRules.RequireFileoverviewVisibility
 
CheckConformance - Interface in com.google.template.soy.conformance
Marker interface for collecting Soy conformance violations.
CheckConformance.InvalidRequirementSpec - Exception in com.google.javascript.jscomp
 
CheckConformance.Rule - Interface in com.google.javascript.jscomp
 
checkConstructorImplicitMatch(FunctionType, FunctionType, JSType.ImplCache) - Static method in class com.google.javascript.rhino.jstype.JSType
check if functionType implicitly implements interfaceType
CheckDelegatesVisitor - Class in com.google.template.soy.parsepasses
Checks various rules regarding the use of delegates (including delegate packages, delegate templates, and delegate calls).
CheckDelegatesVisitor(ErrorReporter) - Constructor for class com.google.template.soy.parsepasses.CheckDelegatesVisitor
 
CheckDependencyNodes - Class in com.google.common.css.compiler.passes
CheckDependencyNodes ensures that @provide nodes appear before @require nodes.
CheckDependencyNodes(MutatingVisitController, ErrorManager) - Constructor for class com.google.common.css.compiler.passes.CheckDependencyNodes
 
CheckDependencyNodes(MutatingVisitController, ErrorManager, boolean) - Constructor for class com.google.common.css.compiler.passes.CheckDependencyNodes
 
CHECKED_UNKNOWN_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
CheckedCoffeeScriptCompilerException - Exception in org.plovr
PlovrCoffeeScriptCompilerException is a CoffeeScript exception that can generate a JSError that can be displayed for the user.
CheckedCoffeeScriptCompilerException(PlovrCoffeeScriptCompilerException) - Constructor for exception org.plovr.CheckedCoffeeScriptCompilerException
 
CheckedSoySyntaxException - Exception in org.plovr
 
CheckedSoySyntaxException(SoySyntaxException) - Constructor for exception org.plovr.CheckedSoySyntaxException
 
CheckedSoySyntaxException(PlovrSoySyntaxException) - Constructor for exception org.plovr.CheckedSoySyntaxException
 
CheckEmptyStatements - Class in com.google.javascript.jscomp.lint
Check for empty statements (i.e.
CheckEmptyStatements(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckEmptyStatements
 
CheckEnums - Class in com.google.javascript.jscomp.lint
Check for duplicate values in enums.
CheckEnums(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckEnums
 
checkEquivalenceHelper(TemplateTypeMap, EquivalenceMethod) - Method in class com.google.javascript.rhino.jstype.TemplateTypeMap
Determines if this map and the specified map have equivalent template types.
checkEquivalenceHelper(TemplateTypeMap, EquivalenceMethod, JSType.EqCache) - Method in class com.google.javascript.rhino.jstype.TemplateTypeMap
 
CheckEventfulObjectDisposal - Class in com.google.javascript.jscomp
Check to ensure there exists a path to dispose of each eventful object created.
CheckEventfulObjectDisposal(AbstractCompiler, CheckEventfulObjectDisposal.DisposalCheckingPolicy) - Constructor for class com.google.javascript.jscomp.CheckEventfulObjectDisposal
 
CheckEventfulObjectDisposal.DisposalCheckingPolicy - Enum in com.google.javascript.jscomp
Policies to determine the disposal checking level.
checkExtendsLoop() - Method in class com.google.javascript.rhino.jstype.FunctionType
check if there is a loop in the type extends chain
checkExtendsLoop(HashSet<FunctionType>, List<FunctionType>) - Method in class com.google.javascript.rhino.jstype.FunctionType
 
checkForCallingConventionDefiningCalls(Node, Map<String, String>) - Method in interface com.google.javascript.jscomp.CodingConvention
Checks for function calls that set the calling conventions on delegate methods.
checkForCallingConventionDefiningCalls(Node, Map<String, String>) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
CheckForInOverArray - Class in com.google.javascript.jscomp.lint
Checks when the pattern for (x in arr) { ...
CheckForInOverArray(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckForInOverArray
 
CheckFunctionCallsVisitor - Class in com.google.template.soy.parsepasses
Checks the signatures of functions.
CheckFunctionCallsVisitor(Map<String, SoyFunction>, SyntaxVersion, ErrorReporter) - Constructor for class com.google.template.soy.parsepasses.CheckFunctionCallsVisitor
 
CheckFunctionCallsVisitor.CheckFunctionCallsVisitorFactory - Interface in com.google.template.soy.parsepasses
Injectable factory for creating an instance of this class.
checkGlobalNamesLevel - Variable in class com.google.javascript.jscomp.CompilerOptions
 
checkGlobalThisLevel - Variable in class com.google.javascript.jscomp.CompilerOptions
 
CheckInterfaces - Class in com.google.javascript.jscomp.lint
Checks for errors related to interfaces.
CheckInterfaces(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckInterfaces
 
CheckJSDocStyle - Class in com.google.javascript.jscomp.lint
Checks for various JSDoc-related style issues, such as function definitions without JsDoc, params with no corresponding @param annotation, coding conventions not being respected, etc.
CheckJSDocStyle(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckJSDocStyle
 
CheckLevel - Enum in com.google.javascript.jscomp
Controls checking levels of certain options.
CheckLevelLegacy - Enum in com.google.javascript.jscomp
Enum used in flags to control the behavior of JS compiler checks.
checkMissingGetCssNameBlacklist - Variable in class com.google.javascript.jscomp.CompilerOptions
Regex of string literals that may only appear in goog.getCssName arguments.
checkMissingGetCssNameLevel - Variable in class com.google.javascript.jscomp.CompilerOptions
 
CheckMissingRequire - Class in com.google.common.css.compiler.passes
A compiler pass that checks for missing &#64;require lines for def constant references and mixins.
CheckMissingRequire(VisitController, ErrorManager, Map<String, String>, ListMultimap<String, String>, ListMultimap<String, String>, ListMultimap<String, String>) - Constructor for class com.google.common.css.compiler.passes.CheckMissingRequire
 
checkMissingReturn - Variable in class com.google.javascript.jscomp.CompilerOptions
 
checkNode(Node, int) - Method in class com.google.javascript.jscomp.JsMessageVisitor
Checks a node's type.
CheckNullableReturn - Class in com.google.javascript.jscomp.lint
Checks when a function is annotated as returning {SomeType} (nullable) but actually always returns {!SomeType}, i.e.
CheckNullableReturn(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckNullableReturn
 
checkObjectImplicitMatch(ObjectType, FunctionType, JSType.ImplCache) - Static method in class com.google.javascript.rhino.jstype.JSType
check if the rightType (an object type) is compatible with the leftType (must be an interface function type)
CheckPathsBetweenNodes<N,E> - Class in com.google.javascript.jscomp
See constructor, #CheckPathsBetweenNodes(DiGraph, DiGraphNode, DiGraphNode, Predicate, Predicate), for a description of this algorithm.
CheckPathsBetweenNodes(DiGraph<N, E>, DiGraph.DiGraphNode<N, E>, DiGraph.DiGraphNode<N, E>, Predicate<N>, Predicate<DiGraph.DiGraphEdge<N, E>>) - Constructor for class com.google.javascript.jscomp.CheckPathsBetweenNodes
Inclusive check.
checkpoint() - Method in interface com.google.template.soy.error.ErrorReporter
Returns an opaque token (the checkpoint) that callers can later pass back into ErrorReporter.errorsSince(com.google.template.soy.error.ErrorReporter.Checkpoint) to see if any errors have occurred in the interim.
checkpoint() - Method in class com.google.template.soy.error.ExplodingErrorReporter
 
checkpoint() - Method in class com.google.template.soy.ErrorReporterImpl
 
CheckPrototypeProperties - Class in com.google.javascript.jscomp.lint
Checks when a mutable property is assigned to a prototype.
CheckPrototypeProperties(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckPrototypeProperties
 
checkProvides - Variable in class com.google.javascript.jscomp.CompilerOptions
 
CheckRequiresAndProvidesSorted - Class in com.google.javascript.jscomp.lint
Checks that goog.require() and goog.provide() calls are sorted alphabetically.
CheckRequiresAndProvidesSorted(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.lint.CheckRequiresAndProvidesSorted
 
checksOnly - Variable in class com.google.javascript.jscomp.CompilerOptions
 
checkSuspiciousCode - Variable in class com.google.javascript.jscomp.CompilerOptions
Checks for suspicious statements that have no effect
checkSymbols - Variable in class com.google.javascript.jscomp.CompilerOptions
Checks that all symbols are defined
CheckTemplateParamsVisitor - Class in com.google.template.soy.sharedpasses
Visitor for checking that in each template, the parameters declared in the SoyDoc match the data keys referenced in the template.
CheckTemplateParamsVisitor(SyntaxVersion, ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.CheckTemplateParamsVisitor
 
CheckTemplateVisibility - Class in com.google.template.soy.sharedpasses
Visitor for checking the visibility of a template.
CheckTemplateVisibility(ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.CheckTemplateVisibility
 
checkTreeEquals(Node) - Method in class com.google.javascript.rhino.Node
Checks if the subtree under this node is the same as another subtree.
checkTreeEqualsIncludingJsDoc(Node) - Method in class com.google.javascript.rhino.Node
Checks if the subtree under this node is the same as another subtree.
checkTypes - Variable in class com.google.javascript.jscomp.CompilerOptions
Checks types on expressions
childIterable() - Method in class com.google.common.css.compiler.ast.CssNodesListNode
 
children - Variable in class com.google.common.css.compiler.ast.CssNodesListNode
 
children - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComprehensionTree
 
children() - Method in class com.google.javascript.jscomp.regex.RegExpTree
The children of this node.
children() - Method in class com.google.javascript.rhino.Node
Return an iterable object that iterates over this node's children.
ChunkAware - Interface in com.google.common.css.compiler.ast
Interface to annotate CSS nodes with target CSS chunk id.
ChunkCompactPrinter<T> - Class in com.google.common.css.compiler.passes
Compact-printer for CssTree instances that only outputs rulesets which include a selector belonging to one chunk.
ChunkCompactPrinter(CssTree, T, CodeBuffer) - Constructor for class com.google.common.css.compiler.passes.ChunkCompactPrinter
Create a chunk printer for a given chunk.
ChunkCompactPrinter(CssTree, T) - Constructor for class com.google.common.css.compiler.passes.ChunkCompactPrinter
Create a chunk printer for a given chunk.
CircularDependencyException - Exception in org.plovr
 
CLASS - Static variable in class com.google.javascript.rhino.Token
Token types.
CLASS_MEMBERS - Static variable in class com.google.javascript.rhino.Token
Token types.
CLASS_PREFIX - Static variable in class com.google.template.soy.jbcsrc.api.Names
 
ClassDeclarationTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ClassDeclarationTree(SourceRange, IdentifierToken, GenericTypeListTree, ParseTree, ImmutableList<ParseTree>, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ClassDeclarationTree
 
ClassDescriptor - Class in org.plovr.docgen
 
ClassDescriptor.Builder - Class in org.plovr.docgen
 
className() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
cleanHtml(SoyValue) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Normalizes the input HTML while preserving "safe" tags and the known directionality.
cleanHtml(SoyValue, Collection<? extends TagWhitelist.OptionalSafeTag>) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Normalizes the input HTML while preserving "safe" tags and the known directionality.
cleanHtml(String) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Normalizes the input HTML while preserving "safe" tags.
cleanHtml(String, Collection<? extends TagWhitelist.OptionalSafeTag>) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Normalizes the input HTML while preserving "safe" tags.
cleanHtml(String, Dir, Collection<? extends TagWhitelist.OptionalSafeTag>) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Normalizes the input HTML of a given directionality while preserving "safe" tags.
cleanUpDuplicatedFiles(Map<String, DependencyInfo>, Map<String, DependencyInfo>) - Method in class com.google.javascript.jscomp.deps.DepsGenerator
Removes duplicated depsInfo from jsFiles if this info already present in some of the parsed deps.js
clearAllFlags() - Method in class com.google.javascript.rhino.Node.SideEffectFlags
No side-effects occur and the returned results are local.
clearAst() - Method in class com.google.javascript.jscomp.CompilerInput
 
clearAst() - Method in class com.google.javascript.jscomp.JsAst
 
clearAst() - Method in interface com.google.javascript.jscomp.SourceAst
Removes any references to root node of the AST.
clearAst() - Method in class com.google.javascript.jscomp.SyntheticAst
 
clearAsts() - Method in class com.google.javascript.jscomp.JSModule
Removes any references to nodes of the AST.
clearCachedSource() - Method in class com.google.javascript.jscomp.SourceFile
 
clearCachedValues() - Method in class com.google.javascript.rhino.jstype.FunctionType
 
clearCachedValues() - Method in class com.google.javascript.rhino.jstype.ObjectType
Clear cached values.
clearChangeLog() - Method in class com.google.javascript.jscomp.newtypes.TypeEnv
 
clearChildren() - Method in class com.google.template.soy.basetree.MixinParentNode
Clears the list of children.
clearChildren() - Method in interface com.google.template.soy.basetree.ParentNode
Clears the list of children.
clearChildren() - Method in class com.google.template.soy.exprtree.AbstractParentExprNode
 
clearChildren() - Method in class com.google.template.soy.soytree.AbstractParentSoyNode
 
clearChildren() - Method in class com.google.template.soy.soytree.CallParamContentNode
 
clearChildren() - Method in class com.google.template.soy.soytree.LetContentNode
 
clearEdgeAnnotations() - Method in class com.google.javascript.jscomp.graph.Graph
Makes each edge's annotation null.
clearEntries() - Static method in class com.google.javascript.jscomp.parsing.parser.util.Timer
 
clearInputs() - Method in class com.google.common.css.JobDescriptionBuilder
 
clearNamedTypes() - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Flushes out the current resolved and unresolved Named Types from the type registry.
clearNodeAnnotations() - Method in interface com.google.javascript.jscomp.graph.AdjacencyGraph
Makes each node's annotation null.
clearNodeAnnotations() - Method in class com.google.javascript.jscomp.graph.Graph
 
clearResolved() - Method in class com.google.javascript.rhino.jstype.JSType
Clears the resolved field.
clearSideEffectFlags() - Method in class com.google.javascript.rhino.Node.SideEffectFlags
Preserve the return result flag, but clear the others: no global state change, no throws, no this change, no arguments change
clearSoyDocStrings() - Method in class com.google.template.soy.soytree.TemplateNode
Clears the SoyDoc text, description, and param descriptions.
ClearSoyDocStringsVisitor - Class in com.google.template.soy.sharedpasses
Visitor for removing SoyDoc strings from TemplateNodes (saves memory when they're not needed).
ClearSoyDocStringsVisitor(ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.ClearSoyDocStringsVisitor
 
clearTemplateTypeNames() - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Clears the template type name.
clearTrueConditionNames() - Method in class com.google.common.css.JobDescriptionBuilder
 
clone() - Method in class com.google.javascript.rhino.JSDocInfo
 
clone() - Method in class com.google.javascript.rhino.JSTypeExpression
 
clone() - Method in class com.google.template.soy.jssrc.SoyJsSrcOptions
 
clone() - Method in class com.google.template.soy.pysrc.SoyPySrcOptions
 
clone() - Method in class com.google.template.soy.shared.SoyGeneralOptions
 
clone() - Method in class com.google.template.soy.soytree.defn.SoyDocParam
 
clone() - Method in class com.google.template.soy.soytree.defn.UndeclaredVar
 
clone(JsonObject) - Static method in class org.plovr.GsonUtil
 
cloneListWithNewIds(List<T>, IdGenerator) - Static method in class com.google.template.soy.soytree.SoytreeUtils
Clones the given list of nodes and then generates and sets new ids on all the cloned nodes (by default, SoyNode.copy(copyState) creates cloned nodes with the same ids as the original nodes).
cloneNode() - Method in class com.google.javascript.rhino.Node
 
cloneNode() - Method in class com.google.javascript.rhino.Node.TypeDeclarationNode
 
cloneNode(T) - Static method in class com.google.template.soy.soytree.SoytreeUtils
Clones a SoyNode but unlike SoyNode.copy(copyState) keeps VarRefNode.getDefnDecl() pointing at the correct tree.
clonePropsFrom(Node) - Method in class com.google.javascript.rhino.Node
Clone the properties from the provided node without copying the property object.
cloneTree() - Method in class com.google.javascript.rhino.Node
 
cloneWithNewIds(T, IdGenerator) - Static method in class com.google.template.soy.soytree.SoytreeUtils
Clones the given node and then generates and sets new ids on all the cloned nodes (by default, SoyNode.copy(copyState) creates cloned nodes with the same ids as the original nodes).
close() - Method in interface com.google.template.soy.shared.internal.GuiceSimpleScope.WithScope
 
CLOSURE_DEP_METHOD_USAGE_CHECKS - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
ClosureBundler - Class in com.google.javascript.jscomp.deps
A utility class to assist in creating JS bundle files.
ClosureBundler() - Constructor for class com.google.javascript.jscomp.deps.ClosureBundler
 
ClosureCodingConvention - Class in com.google.javascript.jscomp
This describes the Closure-specific JavaScript coding conventions.
ClosureCodingConvention() - Constructor for class com.google.javascript.jscomp.ClosureCodingConvention
 
ClosureCodingConvention(CodingConvention) - Constructor for class com.google.javascript.jscomp.ClosureCodingConvention
 
ClosureCodingConvention.AssertFunctionByTypeName - Class in com.google.javascript.jscomp
A function that will throw an exception when the value is not an instanceof the given type name, for instance "Element".
ClosureCodingConvention.AssertInstanceofSpec - Class in com.google.javascript.jscomp
A function that will throw an exception when if the value is not an instanceof a specific type.
ClosureCommandLineCompiler - Class in com.google.common.css.compiler.commandline
ClosureCommandLineCompiler is the command-line compiler for Closure Stylesheets.
ClosureCommandLineCompiler(JobDescription, ExitCodeHandler, ErrorManager) - Constructor for class com.google.common.css.compiler.commandline.ClosureCommandLineCompiler
 
closurePass - Variable in class com.google.javascript.jscomp.CompilerOptions
Processes goog.provide() and goog.require() calls
ClosureReverseAbstractInterpreter - Class in com.google.javascript.jscomp.type
A reverse abstract interpreter (RAI) for specific closure patterns such as goog.isDef.
ClosureReverseAbstractInterpreter(JSTypeRegistry) - Constructor for class com.google.javascript.jscomp.type.ClosureReverseAbstractInterpreter
 
CMD_NAME_ANY_CALL - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_CASE - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_CR - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_CSS - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_DEBUGGER - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_DEFAULT - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_ELSE - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_ELSEIF - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_END_ANY_CALL - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_END_FOR - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_END_FOREACH - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_END_IF - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_END_LET - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_END_LITERAL - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_END_LOG - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_END_MSG - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_END_PARAM - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_END_PLURAL - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_END_SELECT - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_END_SWITCH - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_END_TEMPLATE - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_FALLBACKMSG - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_FOR - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_FOREACH - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_IF - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_IFEMPTY - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_INJECTED_PARAM_DECL - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_LB - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_LET - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_LF - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_LITERAL - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_LOG - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_MSG - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_NAMESPACE - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_NIL - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_PARAM - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_PARAM_DECL - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_PLURAL - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_PRINT - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_RB - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_SELECT - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_SP - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_SWITCH - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_TAB - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_TEMPLATE - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_NAME_XID - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_TEXT_CHAR_1 - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_TEXT_CHAR_2 - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_TEXT_DIRECTIVE_NAME - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
CMD_TEXT_PHNAME_ATTR - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
cmdText - Variable in class com.google.template.soy.soytree.TemplateNodeBuilder
The command text.
cmdText() - Method in class com.google.template.soy.soytree.TemplateNodeBuilder.DeclInfo
 
coalesceDuplicateFiles() - Method in class com.google.javascript.jscomp.JSModuleGraph
Replaces any files that are found multiple times with a single instance in the closest parent module that is common to all modules where it appears.
coalesceVariableNames - Variable in class com.google.javascript.jscomp.CompilerOptions
Merge two variables together as one.
code - Variable in class org.plovr.JsInput.CodeWithEtag
 
CodeBuffer - Class in com.google.common.css.compiler.passes
Class to write/delete characters used by CodePrinter subclasses to print out code.
CodeBuilder() - Constructor for class com.google.javascript.jscomp.Compiler.CodeBuilder
 
CodeBuilder<E extends TargetExpr> - Class in com.google.template.soy.shared.internal
A class for building code.
CodeBuilder() - Constructor for class com.google.template.soy.shared.internal.CodeBuilder
Constructs a new instance.
CodePrinter - Class in com.google.common.css.compiler.passes
An abstract code-printer for CssTree instances that provides read/write access to the output buffer and performs common tasks during code generation, like creating sourcemaps.
CodePrinter(VisitController, CodeBuffer, GssSourceMapGenerator) - Constructor for class com.google.common.css.compiler.passes.CodePrinter
Initializes this instance from the given VisitController, could optionally accept CodeBuffer and GssSourceMapGenerator to use.
CodePrinter(VisitController, CodeBuffer) - Constructor for class com.google.common.css.compiler.passes.CodePrinter
 
CodePrinter(VisitController) - Constructor for class com.google.common.css.compiler.passes.CodePrinter
 
CodePrinter(CssNode, CodeBuffer, GssSourceMapGenerator) - Constructor for class com.google.common.css.compiler.passes.CodePrinter
Initializes this instance from the given CssNode, could optionally accept CodeBuffer and GssSourceMapGenerator to use.
CodePrinter(CssNode, CodeBuffer) - Constructor for class com.google.common.css.compiler.passes.CodePrinter
 
CodePrinter(CssNode) - Constructor for class com.google.common.css.compiler.passes.CodePrinter
 
CodePrinter(CssTree, CodeBuffer, GssSourceMapGenerator) - Constructor for class com.google.common.css.compiler.passes.CodePrinter
Initializes this instance from the given CssTree, could optionally accept CodeBuffer and GssSourceMapGenerator to use.
CodePrinter(CssTree, CodeBuffer) - Constructor for class com.google.common.css.compiler.passes.CodePrinter
 
CodePrinter(CssTree) - Constructor for class com.google.common.css.compiler.passes.CodePrinter
 
CodePrinter - Class in com.google.javascript.jscomp
CodePrinter prints out JS code in either pretty format or compact format.
CodePrinter() - Constructor for class com.google.javascript.jscomp.CodePrinter
 
CodePrinter.Builder - Class in com.google.javascript.jscomp
 
CodePrinter.Builder.CodeGeneratorFactory - Interface in com.google.javascript.jscomp
 
CodeReplacement - Class in com.google.javascript.refactoring
Class that represents a set of changes to make to the code.
CodeWithEtag(String, String) - Constructor for class org.plovr.JsInput.CodeWithEtag
 
CodingConvention - Interface in com.google.javascript.jscomp
CodingConvention defines a set of hooks to customize the behavior of the Compiler for a specific team/company.
CodingConvention.AssertionFunctionSpec - Class in com.google.javascript.jscomp
A function that will throw an exception when either: -One or more of its parameters evaluate to false.
CodingConvention.Bind - Class in com.google.javascript.jscomp
Bind class
CodingConvention.DelegateRelationship - Class in com.google.javascript.jscomp
Delegates provides a mechanism and structure for identifying where classes can call out to optional code to augment their functionality.
CodingConvention.ObjectLiteralCast - Class in com.google.javascript.jscomp
An object literal cast provides a mechanism to cast object literals to other types without a warning.
CodingConvention.SubclassRelationship - Class in com.google.javascript.jscomp
Record subclass relations
CodingConvention.SubclassType - Enum in com.google.javascript.jscomp
Specify the kind of inheritance
CodingConventions - Class in com.google.javascript.jscomp
Helper classes for dealing with coding conventions.
CodingConventions.Proxy - Class in com.google.javascript.jscomp
A convention that wraps another.
coerceToBoolean() - Method in class com.google.template.soy.data.internal.ParamStore
 
coerceToBoolean() - Method in class com.google.template.soy.data.SoyAbstractList
This implementation is always truthy (to match JS behavior).
coerceToBoolean() - Method in class com.google.template.soy.data.SoyAbstractMap
 
coerceToBoolean() - Method in class com.google.template.soy.data.SoyData
 
coerceToBoolean() - Method in interface com.google.template.soy.data.SoyValue
Coerces this value into a boolean.
coerceToBoolean(double) - Static method in class com.google.template.soy.jbcsrc.runtime.Runtime
 
coerceToString() - Method in class com.google.template.soy.data.internal.ParamStore
 
coerceToString() - Method in class com.google.template.soy.data.SoyAbstractList
 
coerceToString() - Method in class com.google.template.soy.data.SoyAbstractMap
 
coerceToString() - Method in class com.google.template.soy.data.SoyData
 
coerceToString() - Method in interface com.google.template.soy.data.SoyValue
Coerces this value into a string.
coerceToString(SoyValue) - Static method in class com.google.template.soy.jbcsrc.runtime.Runtime
 
CoffeeFile - Class in org.plovr
CoffeeFile represents a CoffeeScript source file on disk.
CoffeeScriptCompiler - Class in org.plovr
Java wrapper around the JavaScript CoffeeScript compiler.
CoffeeScriptCompilerException - Exception in org.plovr
An exception thrown by the CoffeeScript compiler.
CoffeeScriptCompilerException(String) - Constructor for exception org.plovr.CoffeeScriptCompilerException
 
collapseAnonymousFunctions - Variable in class com.google.javascript.jscomp.CompilerOptions
Collapses anonymous function declarations into named function declarations
collapseDots(String) - Static method in class com.google.javascript.jscomp.deps.PathUtil
Removes all ../ and ./ entries from within the given path.
collapseProperties - Variable in class com.google.javascript.jscomp.CompilerOptions
Flattens multi-level property names (e.g.
collapseUnion() - Method in class com.google.javascript.rhino.jstype.JSType
Gets the least supertype of this that's not a union.
collapseUnion() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
collapseUnion() - Method in class com.google.javascript.rhino.jstype.UnionType
 
collapseVariableDeclarations - Variable in class com.google.javascript.jscomp.CompilerOptions
Collapses multiple variable declarations into one
CollectConstantDefinitions - Class in com.google.common.css.compiler.passes
A pass that collects the constant definitions inside the tree.
CollectConstantDefinitions(CssTree) - Constructor for class com.google.common.css.compiler.passes.CollectConstantDefinitions
 
CollectConstantDefinitions(VisitController) - Constructor for class com.google.common.css.compiler.passes.CollectConstantDefinitions
 
collection - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComprehensionForTree
 
collection - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ForInStatementTree
 
collection - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ForOfStatementTree
 
CollectionData - Class in com.google.template.soy.data.restricted
Abstract superclass for a node in a Soy data tree that represents a collection of data (i.e.
CollectionData() - Constructor for class com.google.template.soy.data.restricted.CollectionData
 
CollectMixinDefinitions - Class in com.google.common.css.compiler.passes
Compiler pass that collects all mixin definitions and afterwards provides a mapping of mixin definition names to CssMixinDefinitionNode instances.
CollectMixinDefinitions(MutatingVisitController, ErrorManager) - Constructor for class com.google.common.css.compiler.passes.CollectMixinDefinitions
 
CollectProvideNamespaces - Class in com.google.common.css.compiler.passes
A compiler pass to help find missing &#64;require lines for def constant references and mixins.
CollectProvideNamespaces(VisitController, ErrorManager) - Constructor for class com.google.common.css.compiler.passes.CollectProvideNamespaces
 
COLON - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
COLON - Static variable in class com.google.javascript.rhino.Token
Token types.
COLON - Static variable in interface com.google.template.soy.types.parse.TypeParserConstants
RegularExpression Id.
color() - Method in class com.google.javascript.jscomp.graph.GraphColoring
Annotates the graph with GraphColoring.Color objects using Annotatable.setAnnotation(Annotation).
color() - Method in class com.google.javascript.jscomp.graph.GraphColoring.GreedyGraphColoring
 
colorToNodeMap - Variable in class com.google.javascript.jscomp.graph.GraphColoring
 
ColorValueOptimizer - Class in com.google.common.css.compiler.passes
Compiler pass that optimizes color values.
ColorValueOptimizer(MutatingVisitController) - Constructor for class com.google.common.css.compiler.passes.ColorValueOptimizer
 
column - Variable in class com.google.javascript.jscomp.parsing.parser.util.SourcePosition
 
column - Variable in class com.google.template.soy.exprparse.SimpleCharStream
 
column - Variable in class com.google.template.soy.soyparse.SimpleCharStream
 
column - Variable in class com.google.template.soy.types.parse.SimpleCharStream
 
COLUMN_BITS - Static variable in class com.google.javascript.rhino.Node
COLUMN_BITS represents how many of the lower-order bits of sourcePosition are reserved for storing the column number.
COLUMN_MASK - Static variable in class com.google.javascript.rhino.Node
COLUMN_MASK stores a value where bits storing the column number are set, and bits storing the line are not set.
com.google.common.css - package com.google.common.css
 
com.google.common.css.compiler.ast - package com.google.common.css.compiler.ast
 
com.google.common.css.compiler.commandline - package com.google.common.css.compiler.commandline
 
com.google.common.css.compiler.gssfunctions - package com.google.common.css.compiler.gssfunctions
 
com.google.common.css.compiler.passes - package com.google.common.css.compiler.passes
 
com.google.debugging.sourcemap - package com.google.debugging.sourcemap
Provides utilities to the creation and use of source maps.
com.google.javascript.jscomp - package com.google.javascript.jscomp
Provides the core compiler and its public API.
com.google.javascript.jscomp.ant - package com.google.javascript.jscomp.ant
 
com.google.javascript.jscomp.deps - package com.google.javascript.jscomp.deps
Analyzes information about dependencies between files.
com.google.javascript.jscomp.graph - package com.google.javascript.jscomp.graph
Provides graph data structures and algorithms for coloring and fixed-point computations.
com.google.javascript.jscomp.lint - package com.google.javascript.jscomp.lint
 
com.google.javascript.jscomp.newtypes - package com.google.javascript.jscomp.newtypes
 
com.google.javascript.jscomp.parsing - package com.google.javascript.jscomp.parsing
Provides utilities to help with parsing JSDoc annotations and performing AST transformations.
com.google.javascript.jscomp.parsing.parser - package com.google.javascript.jscomp.parsing.parser
 
com.google.javascript.jscomp.parsing.parser.trees - package com.google.javascript.jscomp.parsing.parser.trees
 
com.google.javascript.jscomp.parsing.parser.util - package com.google.javascript.jscomp.parsing.parser.util
 
com.google.javascript.jscomp.parsing.parser.util.format - package com.google.javascript.jscomp.parsing.parser.util.format
 
com.google.javascript.jscomp.regex - package com.google.javascript.jscomp.regex
 
com.google.javascript.jscomp.testing - package com.google.javascript.jscomp.testing
 
com.google.javascript.jscomp.type - package com.google.javascript.jscomp.type
Provides type-checking data structures and algorithms.
com.google.javascript.jscomp.webservice.common - package com.google.javascript.jscomp.webservice.common
 
com.google.javascript.refactoring - package com.google.javascript.refactoring
 
com.google.javascript.refactoring.testing - package com.google.javascript.refactoring.testing
 
com.google.javascript.rhino - package com.google.javascript.rhino
The core AST from Rhino.
com.google.javascript.rhino.jstype - package com.google.javascript.rhino.jstype
Provides abstractions to represent types in JavaScript.
com.google.javascript.rhino.testing - package com.google.javascript.rhino.testing
 
com.google.template.soy - package com.google.template.soy
Root package with main API entry point and Guice module.
com.google.template.soy.base - package com.google.template.soy.base
Base classes.
com.google.template.soy.base.internal - package com.google.template.soy.base.internal
 
com.google.template.soy.basetree - package com.google.template.soy.basetree
Classes shared by Soy parse trees and expression parse trees.
com.google.template.soy.basicdirectives - package com.google.template.soy.basicdirectives
Plugin package for basic print directives.
com.google.template.soy.basicfunctions - package com.google.template.soy.basicfunctions
Plugin package for basic functions.
com.google.template.soy.bididirectives - package com.google.template.soy.bididirectives
Plugin package of print directives for bidi (bidirectional text).
com.google.template.soy.bidifunctions - package com.google.template.soy.bidifunctions
Plugin package of functions for bidi (bidirectional text).
com.google.template.soy.conformance - package com.google.template.soy.conformance
 
com.google.template.soy.coredirectives - package com.google.template.soy.coredirectives
Plugin package for core print directives.
com.google.template.soy.data - package com.google.template.soy.data
Java representation of Soy data types.
com.google.template.soy.data.internal - package com.google.template.soy.data.internal
 
com.google.template.soy.data.internalutils - package com.google.template.soy.data.internalutils
 
com.google.template.soy.data.ordainers - package com.google.template.soy.data.ordainers
 
com.google.template.soy.data.restricted - package com.google.template.soy.data.restricted
 
com.google.template.soy.error - package com.google.template.soy.error
 
com.google.template.soy.examples - package com.google.template.soy.examples
Examples of template usage in Java.
com.google.template.soy.exprparse - package com.google.template.soy.exprparse
Parser for Soy expressions.
com.google.template.soy.exprtree - package com.google.template.soy.exprtree
Expression parse tree.
com.google.template.soy.i18ndirectives - package com.google.template.soy.i18ndirectives
Plugin package for Internationalization directives.
com.google.template.soy.internal.base - package com.google.template.soy.internal.base
Internal base libraries.
com.google.template.soy.internal.i18n - package com.google.template.soy.internal.i18n
Libraries for internationalization (i18n).
com.google.template.soy.internal.targetexpr - package com.google.template.soy.internal.targetexpr
Target expression generation utilities.
com.google.template.soy.jbcsrc - package com.google.template.soy.jbcsrc
 
com.google.template.soy.jbcsrc.api - package com.google.template.soy.jbcsrc.api
 
com.google.template.soy.jbcsrc.runtime - package com.google.template.soy.jbcsrc.runtime
 
com.google.template.soy.jssrc - package com.google.template.soy.jssrc
JavaScript Source backend.
com.google.template.soy.jssrc.internal - package com.google.template.soy.jssrc.internal
 
com.google.template.soy.jssrc.restricted - package com.google.template.soy.jssrc.restricted
 
com.google.template.soy.msgs - package com.google.template.soy.msgs
Support for message translation (i.e. localization).
com.google.template.soy.msgs.internal - package com.google.template.soy.msgs.internal
 
com.google.template.soy.msgs.restricted - package com.google.template.soy.msgs.restricted
 
com.google.template.soy.parseinfo - package com.google.template.soy.parseinfo
Classes to represent parse info (see SoyParseInfoGenerator).
com.google.template.soy.parseinfo.passes - package com.google.template.soy.parseinfo.passes
 
com.google.template.soy.parsepasses - package com.google.template.soy.parsepasses
Compiler passes used in parsing.
com.google.template.soy.parsepasses.contextautoesc - package com.google.template.soy.parsepasses.contextautoesc
A pass that modifies a SoyFile to add escape directives where necessary based on a contextual examination of template print commands.
com.google.template.soy.pomsgplugin - package com.google.template.soy.pomsgplugin
 
com.google.template.soy.pysrc - package com.google.template.soy.pysrc
Python Source backend.
com.google.template.soy.pysrc.internal - package com.google.template.soy.pysrc.internal
 
com.google.template.soy.pysrc.restricted - package com.google.template.soy.pysrc.restricted
 
com.google.template.soy.shared - package com.google.template.soy.shared
Classes shared between multiple backends or between frontend and backend.
com.google.template.soy.shared.internal - package com.google.template.soy.shared.internal
 
com.google.template.soy.shared.restricted - package com.google.template.soy.shared.restricted
 
com.google.template.soy.sharedpasses - package com.google.template.soy.sharedpasses
Compiler passes shared between multiple backends or between frontend and backend.
com.google.template.soy.sharedpasses.opti - package com.google.template.soy.sharedpasses.opti
 
com.google.template.soy.sharedpasses.render - package com.google.template.soy.sharedpasses.render
 
com.google.template.soy.soyparse - package com.google.template.soy.soyparse
Parser for Soy files and templates.
com.google.template.soy.soytree - package com.google.template.soy.soytree
Soy parse tree.
com.google.template.soy.soytree.defn - package com.google.template.soy.soytree.defn
Nodes for representing various kinds of variable and parameter definitions.
com.google.template.soy.soytree.jssrc - package com.google.template.soy.soytree.jssrc
Soy parse tree nodes specific to the JavaScript Src backend.
com.google.template.soy.tofu - package com.google.template.soy.tofu
Java Object backend (a.k.a. Tofu).
com.google.template.soy.tofu.internal - package com.google.template.soy.tofu.internal
 
com.google.template.soy.tofu.restricted - package com.google.template.soy.tofu.restricted
 
com.google.template.soy.types - package com.google.template.soy.types
Classes that represent Soy parameter type declarations.
com.google.template.soy.types.aggregate - package com.google.template.soy.types.aggregate
 
com.google.template.soy.types.parse - package com.google.template.soy.types.parse
Parser for Soy type expressions.
com.google.template.soy.types.primitive - package com.google.template.soy.types.primitive
 
com.google.template.soy.types.proto - package com.google.template.soy.types.proto
 
com.google.template.soy.xliffmsgplugin - package com.google.template.soy.xliffmsgplugin
Message plugin for the XLIFF file format.
combinator() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
CombineConsecutiveRawTextNodesVisitor - Class in com.google.template.soy.sharedpasses
Visitor for combining any consecutive sequences of RawTextNodes into one equivalent RawTextNode.
CombineConsecutiveRawTextNodesVisitor(ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.CombineConsecutiveRawTextNodesVisitor
 
COMMA - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
comma(Node, Node) - Static method in class com.google.javascript.rhino.IR
 
COMMA - Static variable in class com.google.javascript.rhino.Token
Token types.
COMMA - Static variable in interface com.google.template.soy.types.parse.TypeParserConstants
RegularExpression Id.
CommaExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
CommaExpressionTree(SourceRange, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.CommaExpressionTree
 
Command - Enum in org.plovr.cli
Command is the list of commands that the plovr executable takes.
CommandLineRunner - Class in com.google.javascript.jscomp
CommandLineRunner translates flags into Java API calls on the Compiler.
CommandLineRunner(String[]) - Constructor for class com.google.javascript.jscomp.CommandLineRunner
Create a new command-line runner.
CommandLineRunner(String[], PrintStream, PrintStream) - Constructor for class com.google.javascript.jscomp.CommandLineRunner
 
CommandRunner - Interface in org.plovr.cli
 
commandText(String) - Method in class com.google.template.soy.soytree.CallBasicNode.Builder
 
commandText(String) - Method in class com.google.template.soy.soytree.CallDelegateNode.Builder
 
CommandTextAttributesParser - Class in com.google.template.soy.soytree
A class for parsing attributes out of command text.
CommandTextAttributesParser.Attribute - Class in com.google.template.soy.soytree
Record for a supported attribute.
CommandTextInfo(String, CallNode.DataAttribute, String, SyntaxVersionBound) - Constructor for class com.google.template.soy.soytree.CallNode.CommandTextInfo
 
Comment - Class in com.google.javascript.jscomp.parsing.parser.trees
placeholder class
Comment(String, SourceRange, Comment.Type) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.Comment
 
Comment.Type - Enum in com.google.javascript.jscomp.parsing.parser.trees
 
comments - Variable in class com.google.javascript.jscomp.parsing.ParserRunner.ParseResult
 
compact(SoyMsgBundle) - Method in class com.google.template.soy.msgs.restricted.SoyMsgBundleCompactor
Returns a more memory-efficient version of the internal message bundle.
CompactPrinter - Class in com.google.common.css.compiler.passes
A compact-printer for CssTree instances.
CompactPrinter(CssNode, CodeBuffer, GssSourceMapGenerator) - Constructor for class com.google.common.css.compiler.passes.CompactPrinter
 
CompactPrinter(CssNode, CodeBuffer) - Constructor for class com.google.common.css.compiler.passes.CompactPrinter
 
CompactPrinter(CssNode) - Constructor for class com.google.common.css.compiler.passes.CompactPrinter
 
CompactPrinter(CssTree, CodeBuffer, GssSourceMapGenerator) - Constructor for class com.google.common.css.compiler.passes.CompactPrinter
 
CompactPrinter(CssTree, CodeBuffer) - Constructor for class com.google.common.css.compiler.passes.CompactPrinter
 
CompactPrinter(CssTree, GssSourceMapGenerator) - Constructor for class com.google.common.css.compiler.passes.CompactPrinter
 
CompactPrinter(CssTree) - Constructor for class com.google.common.css.compiler.passes.CompactPrinter
 
COMPANION_NAME - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoCallWithParamSoyTemplateInfo
The name of the person who went along for the odd-numbered trips only.
COMPANION_NAME - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .demoCallWithParam.
compare(JsInput, JsInput) - Method in class org.plovr.JsInputComparator
 
compareTo(CssSelectorNode.Specificity) - Method in class com.google.common.css.compiler.ast.CssSelectorNode.Specificity
 
compareTo(GssError) - Method in class com.google.common.css.compiler.ast.GssError
Compare errors by source name, location and message.
compareTo(SourceCodeLocation) - Method in class com.google.common.css.SourceCodeLocation
Comparison and ordering of locations for source code in different input files is supported because we don't always preserve locations during AST mutations and yet we still want to be able to sort error reports, doing the best job we can for the errors that have known locations.
compareTo(SourceCodeLocation.SourceCodePoint) - Method in class com.google.common.css.SourceCodeLocation.SourceCodePoint
 
compareTo(DiagnosticType) - Method in class com.google.javascript.jscomp.DiagnosticType
 
compareTo(EscapingConventions.Escape) - Method in class com.google.template.soy.shared.restricted.EscapingConventions.Escape
 
compareTo(Config) - Method in class org.plovr.Config
Configs are compared by their id so they can be sorted alphabetically.
Compilation - Class in org.plovr
Compilation represents a compilation performed by the Closure Compiler.
CompilationException - Exception in org.plovr
Base class for compilation errors.
CompilationException(String) - Constructor for exception org.plovr.CompilationException
 
CompilationException(Throwable) - Constructor for exception org.plovr.CompilationException
 
CompilationException.Multi - Exception in org.plovr
 
CompilationException.Single - Exception in org.plovr
 
CompilationLevel - Enum in com.google.javascript.jscomp
A CompilationLevel represents the level of optimization that should be applied when compiling JavaScript code.
CompilationMode - Enum in org.plovr
CompilationMode specifies the values for the "mode" parameter.
CompilationServer - Class in org.plovr
 
CompilationServer(String, int, boolean) - Constructor for class org.plovr.CompilationServer
 
CompilationUtil - Class in org.plovr
 
compile() - Method in class com.google.common.css.compiler.commandline.DefaultCommandLineCompiler
Parses all the inputs, reports error messages and combines the parsed inputs into one stylesheet.
compile(SourceFile, SourceFile, CompilerOptions) - Method in class com.google.javascript.jscomp.Compiler
 
compile(List<T1>, List<T2>, CompilerOptions) - Method in class com.google.javascript.jscomp.Compiler
Compiles a list of inputs.
compile(TemplateRegistry, ErrorReporter) - Static method in class com.google.template.soy.jbcsrc.BytecodeCompiler
Compiles all the templates in the given registry.
compile(Config) - Method in class org.plovr.Compilation
 
compileConstants - Variable in class com.google.common.css.JobDescription
 
CompiledTemplate - Interface in com.google.template.soy.jbcsrc.api
A compiled Soy template.
CompiledTemplate.Factory - Interface in com.google.template.soy.jbcsrc.api
A factory interface for constructing a CompiledTemplate.
CompiledTemplates - Class in com.google.template.soy.jbcsrc.api
The result of template compilation.
CompiledTemplates(ImmutableMap<String, CompiledTemplate.Factory>) - Constructor for class com.google.template.soy.jbcsrc.api.CompiledTemplates
 
compileModules(List<T>, List<JSModule>, CompilerOptions) - Method in class com.google.javascript.jscomp.Compiler
Compiles a list of modules.
Compiler - Class in com.google.javascript.jscomp
Compiler (and the other classes in this package) does the following: parses JS code checks for undefined variables performs optimizations such as constant folding and constants inlining renames variables (to short names) outputs compact JavaScript code External variables are declared in 'externs' files.
Compiler() - Constructor for class com.google.javascript.jscomp.Compiler
Creates a Compiler that reports errors and warnings to its logger.
Compiler(PrintStream) - Constructor for class com.google.javascript.jscomp.Compiler
Creates a Compiler that reports errors and warnings to an output stream.
Compiler(ErrorManager) - Constructor for class com.google.javascript.jscomp.Compiler
Creates a Compiler that uses a custom error manager.
Compiler.CodeBuilder - Class in com.google.javascript.jscomp
Stores a buffer of text to which more can be appended.
CompileRequestHandler - Class in org.plovr
 
CompileRequestHandler(CompilationServer) - Constructor for class org.plovr.CompileRequestHandler
 
CompilerErrorManager() - Constructor for class com.google.common.css.compiler.commandline.DefaultCommandLineCompiler.CompilerErrorManager
 
CompilerInput - Class in com.google.javascript.jscomp
A class for the internal representation of an input to the compiler.
CompilerInput(SourceAst) - Constructor for class com.google.javascript.jscomp.CompilerInput
 
CompilerInput(SourceAst, boolean) - Constructor for class com.google.javascript.jscomp.CompilerInput
 
CompilerInput(SourceAst, String, boolean) - Constructor for class com.google.javascript.jscomp.CompilerInput
 
CompilerInput(SourceAst, InputId, boolean) - Constructor for class com.google.javascript.jscomp.CompilerInput
 
CompilerInput(SourceFile) - Constructor for class com.google.javascript.jscomp.CompilerInput
 
CompilerInput(SourceFile, boolean) - Constructor for class com.google.javascript.jscomp.CompilerInput
 
CompilerOptions - Class in com.google.javascript.jscomp
Compiler options
CompilerOptions() - Constructor for class com.google.javascript.jscomp.CompilerOptions
Initializes compiler options.
CompilerOptions.AliasTransformation - Interface in com.google.javascript.jscomp
A Role Specific Interface for the JS Compiler to report aliases used to change the code during a compile.
CompilerOptions.AliasTransformationHandler - Interface in com.google.javascript.jscomp
A Role Specific Interface for JS Compiler that represents a data holder object which is used to store goog.scope alias code changes to code made during a compile.
CompilerOptions.Environment - Enum in com.google.javascript.jscomp
An environment specifies the built-in externs that are loaded for a given compilation.
CompilerOptions.ExtractPrototypeMemberDeclarationsMode - Enum in com.google.javascript.jscomp
 
CompilerOptions.LanguageMode - Enum in com.google.javascript.jscomp
A language mode applies to the whole compilation job.
CompilerOptions.Reach - Enum in com.google.javascript.jscomp
A common enum for compiler passes that can run either globally or locally.
CompilerOptions.TracerMode - Enum in com.google.javascript.jscomp
How much tracing we want to do
CompilerOptions.TweakProcessing - Enum in com.google.javascript.jscomp
Option for the ProcessTweaks pass
CompilerPass - Interface in com.google.javascript.jscomp
Interface for classes that can compile JS.
CompilerPassFactory - Class in org.plovr
CompilerPassFactory instantiates CompilerPasses using reflection, based on the class names that are provided to the "custom-passes" option in a plovr config.
CompilerPassFactory(Class<?>) - Constructor for class org.plovr.CompilerPassFactory
 
compilerWasUsed - Variable in class com.google.common.css.AbstractCommandLineCompiler
Whether the compiler was called.
CompileTask - Class in com.google.javascript.jscomp.ant
This class implements a simple Ant task to do almost the same as CommandLineRunner.
CompileTask() - Constructor for class com.google.javascript.jscomp.ant.CompileTask
 
compileTemplates() - Method in class com.google.template.soy.SoyFileSet
This is an extremely experimental API and subject to change.
compileToJavaObj() - Method in class com.google.template.soy.SoyFileSet
Deprecated.
compileToJsSrc(SoyJsSrcOptions, SoyMsgBundle) - Method in class com.google.template.soy.SoyFileSet
Compiles this Soy file set into JS source code files and returns these JS files as a list of strings, one per file.
compileToTofu() - Method in class com.google.template.soy.SoyFileSet
Compiles this Soy file set into a Java object (type SoyTofu) capable of rendering the compiled templates.
compileToTofu(SoyTofuOptions) - Method in class com.google.template.soy.SoyFileSet
Compiles this Soy file set into a Java object (type SoyTofu) capable of rendering the compiled templates.
completeScope(StaticTypedScope<JSType>) - Method in interface com.google.javascript.jscomp.type.FlowScope
Look through the given scope, and try to find slots where it doesn't have enough type information.
ComposeWarningsGuard - Class in com.google.javascript.jscomp
WarningsGuard that represents just a chain of other guards.
ComposeWarningsGuard(List<WarningsGuard>) - Constructor for class com.google.javascript.jscomp.ComposeWarningsGuard
 
ComposeWarningsGuard(WarningsGuard...) - Constructor for class com.google.javascript.jscomp.ComposeWarningsGuard
 
composite_term() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
ComprehensionForTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ComprehensionForTree(SourceRange, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ComprehensionForTree
 
ComprehensionIfTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ComprehensionIfTree(SourceRange, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ComprehensionIfTree
 
ComprehensionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ComprehensionTree(SourceRange, ComprehensionTree.ComprehensionType, ImmutableList<ParseTree>, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ComprehensionTree
 
ComprehensionTree.ComprehensionType - Enum in com.google.javascript.jscomp.parsing.parser.trees
 
compute(N) - Method in class com.google.javascript.jscomp.graph.GraphReachability
 
compute() - Method in class com.google.template.soy.data.SoyAbstractCachingValueProvider
Implemented by subclasses to do the heavy-lifting for resolving.
compute() - Method in class com.google.template.soy.data.SoyFutureValueProvider
Calls Future.get() and then converts the result to SoyValue.
compute(List<SoyData>) - Method in interface com.google.template.soy.shared.restricted.SoyJavaRuntimeFunction
Computes this function on the given arguments.
compute(List<SoyData>) - Method in class org.plovr.soy.function.SubstringFunction
 
COMPUTED_PROP - Static variable in class com.google.javascript.rhino.Token
Token types.
COMPUTED_PROP_GETTER - Static variable in class com.google.javascript.rhino.Node
 
COMPUTED_PROP_METHOD - Static variable in class com.google.javascript.rhino.Node
 
COMPUTED_PROP_NAME_IN_ENUM - Static variable in class com.google.javascript.jscomp.lint.CheckEnums
 
COMPUTED_PROP_SETTER - Static variable in class com.google.javascript.rhino.Node
 
COMPUTED_PROP_VARIABLE - Static variable in class com.google.javascript.rhino.Node
 
computeDependencyCalls() - Method in class com.google.javascript.jscomp.deps.DepsGenerator
Performs the parsing inputs and writing of outputs.
ComputedPropertyDefinitionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
Represents a computed property in an object literal.
ComputedPropertyDefinitionTree(SourceRange, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyDefinitionTree
 
ComputedPropertyGetterTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ComputedPropertyGetterTree(SourceRange, ParseTree, boolean, TokenType, BlockTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyGetterTree
 
ComputedPropertyMemberVariableTree - Class in com.google.javascript.jscomp.parsing.parser.trees
Represents a member variable with a computed property name.
ComputedPropertyMemberVariableTree(SourceRange, ParseTree, boolean, TokenType, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyMemberVariableTree
 
ComputedPropertyMethodTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ComputedPropertyMethodTree(SourceRange, TokenType, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyMethodTree
 
ComputedPropertySetterTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ComputedPropertySetterTree(SourceRange, ParseTree, boolean, TokenType, IdentifierToken, BlockTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertySetterTree
 
computeFixedPoint(DiGraph<N, E>) - Method in class com.google.javascript.jscomp.graph.FixedPointGraphTraversal
Compute a fixed point for the given graph.
computeFixedPoint(DiGraph<N, E>, N) - Method in class com.google.javascript.jscomp.graph.FixedPointGraphTraversal
Compute a fixed point for the given graph, entering from the given node.
computeFixedPoint(DiGraph<N, E>, Set<N>) - Method in class com.google.javascript.jscomp.graph.FixedPointGraphTraversal
Compute a fixed point for the given graph, entering from the given nodes.
computeForJava(List<SoyValue>) - Method in interface com.google.template.soy.shared.restricted.SoyJavaFunction
Computes this function on the given arguments.
computeForJsSrc(List<JsExpr>) - Method in interface com.google.template.soy.jssrc.restricted.SoyJsSrcFunction
Computes this function on the given arguments for the JS Source backend.
computeForJsSrc(List<JsExpr>) - Method in class org.plovr.soy.function.SubstringFunction
 
computeForPySrc(List<PyExpr>) - Method in interface com.google.template.soy.pysrc.restricted.SoyPySrcFunction
Computes this function on the given arguments for the Python Source backend.
computeForTofu(List<SoyData>) - Method in class com.google.template.soy.tofu.restricted.SoyAbstractTofuFunction
 
computeForTofu(List<SoyData>) - Method in interface com.google.template.soy.tofu.restricted.SoyTofuFunction
Computes this function on the given arguments for the Tofu backend.
computeFunctionHelper(SoyJavaFunction, List<SoyValue>, FunctionNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
Protected helper for computeFunction.
computeFunctionSideEffects - Variable in class com.google.javascript.jscomp.CompilerOptions
Use @nosideeffects annotations, function bodies and name graph to determine if calls have side effects.
computeJSType(JSTypes) - Method in class com.google.javascript.jscomp.newtypes.EnumType
When defining an enum such as /** @enum {number} * / var X = { ONE: 1, TWO: 2 }; the properties of the object literal are constant.
computeJSType(JSTypes) - Method in class com.google.javascript.jscomp.newtypes.Namespace
 
computeJSType(JSTypes) - Method in class com.google.javascript.jscomp.newtypes.NamespaceLit
 
computeJSType(JSTypes) - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
computeLowestCommonType(SoyType, SoyType) - Method in class com.google.template.soy.types.SoyTypeOps
Compute the most specific type that is assignable from both t0 and t1.
computeLowestCommonType(Collection<SoyType>) - Method in class com.google.template.soy.types.SoyTypeOps
Compute the most specific type that is assignable from all types within a collection.
computeLowestCommonTypeArithmetic(SoyType, SoyType) - Method in class com.google.template.soy.types.SoyTypeOps
Compute the most specific type that is assignable from both t0 and t1, taking into account arithmetic promotions - that is, converting int to float if needed.
computeMsgId(ImmutableList<SoyMsgPart>, String, String) - Static method in class com.google.template.soy.msgs.internal.SoyMsgIdComputer
Computes the unique message id for a message, given the message parts, the meaning string (if any), and the content type (if any).
computeMsgIdForDualFormat(MsgNode) - Static method in class com.google.template.soy.msgs.internal.MsgUtils
Computes the unique message id for the given MsgNode, assuming a specific dual format.
computeMsgIdUsingBracedPhs(ImmutableList<SoyMsgPart>, String, String) - Static method in class com.google.template.soy.msgs.internal.SoyMsgIdComputer
Computes an alternate unique message id for a message, given the message parts, the meaning string (if any), and the content type (if any).
computePartialSha1AsHexString(String, int) - Static method in class com.google.template.soy.base.internal.BaseUtils
Computes the SHA-1 hash value of the input string's UTF-8 representation and returns the first numBits bits of the result as a hex value in string form.
concatHtml(SanitizedContent...) - Static method in class com.google.template.soy.data.SanitizedContents
Concatenate the contents of multiple SanitizedContent objects of kind HTML.
concatJsExprs(List<? extends JsExpr>) - Static method in class com.google.template.soy.jssrc.restricted.JsExprUtils
Builds one JS expression that computes the concatenation of the given JS expressions.
concatJsExprsForceString(List<? extends JsExpr>) - Static method in class com.google.template.soy.jssrc.restricted.JsExprUtils
Builds a JS expression which is the string concatenation of individual expressions.
concatPyExprs(List<? extends PyExpr>) - Static method in class com.google.template.soy.pysrc.restricted.PyExprUtils
Builds one Python expression that computes the concatenation of the given Python expressions.
condition - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ConditionalExpressionTree
 
condition - Variable in class com.google.javascript.jscomp.parsing.parser.trees.DoWhileStatementTree
 
condition - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ForStatementTree
 
condition - Variable in class com.google.javascript.jscomp.parsing.parser.trees.IfStatementTree
 
condition - Variable in class com.google.javascript.jscomp.parsing.parser.trees.WhileStatementTree
 
ConditionalExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ConditionalExpressionTree(SourceRange, ParseTree, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ConditionalExpressionTree
 
ConditionalOpNode(SourceLocation) - Constructor for class com.google.template.soy.exprtree.OperatorNodes.ConditionalOpNode
 
Config - Class in com.google.javascript.jscomp.parsing
Configuration for the AST factory.
Config(Parser.Config.Mode) - Constructor for class com.google.javascript.jscomp.parsing.parser.Parser.Config
 
Config - Class in org.plovr
 
Config - Class in org.plovr.soy.server
 
Config(String, int, File, boolean, Map<String, ?>, boolean, boolean, boolean, String) - Constructor for class org.plovr.soy.server.Config
 
Config.Builder - Class in org.plovr
 
Config.LanguageMode - Enum in com.google.javascript.jscomp.parsing
JavaScript mode
ConfigOption - Enum in org.plovr
 
ConfigOptionDocumentationGenerator - Class in org.plovr
ConfigOptionDocumentationGenerator is a class that generates HTML documentation for ConfigOption.
ConfigOptionDocumentationGenerator() - Constructor for class org.plovr.ConfigOptionDocumentationGenerator
 
ConfigParser - Class in org.plovr
ConfigParser extracts a Config from a JSON config file.
ConfigPath - Class in org.plovr
A represents an argument associated with the paths option in a plovr config.
ConfigPath(File, String) - Constructor for class org.plovr.ConfigPath
 
ConfigRequestHandler - Class in org.plovr
ConfigRequestHandler displays the contents of the config file that is responsible for creating the corresponding Config.
ConfigRequestHandler(CompilationServer) - Constructor for class org.plovr.ConfigRequestHandler
 
configure() - Method in class com.google.template.soy.basicdirectives.BasicDirectivesModule
 
configure() - Method in class com.google.template.soy.basicfunctions.BasicFunctionsModule
 
configure() - Method in class com.google.template.soy.bididirectives.BidiDirectivesModule
 
configure() - Method in class com.google.template.soy.bidifunctions.BidiFunctionsModule
 
configure() - Method in class com.google.template.soy.coredirectives.CoreDirectivesModule
 
configure() - Method in class com.google.template.soy.ErrorReporterModule
 
configure() - Method in class com.google.template.soy.i18ndirectives.I18nDirectivesModule
 
configure() - Method in class com.google.template.soy.jssrc.internal.JsSrcModule
 
configure() - Method in class com.google.template.soy.pomsgplugin.PoMsgPluginModule
 
configure() - Method in class com.google.template.soy.pysrc.internal.PySrcModule
 
configure(String[]) - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
Setup method to read arguments and setup initial configuration.
configure() - Method in class com.google.template.soy.shared.internal.SharedModule
 
configure() - Method in class com.google.template.soy.sharedpasses.opti.OptiModule
 
configure() - Method in class com.google.template.soy.sharedpasses.SharedPassesModule
 
configure() - Method in class com.google.template.soy.SoyModule
 
configure() - Method in class com.google.template.soy.tofu.internal.TofuModule
 
configure() - Method in class com.google.template.soy.xliffmsgplugin.XliffMsgPluginModule
 
configure() - Method in class org.plovr.soy.function.PlovrModule
 
CONFLICTING_EXTENDED_TYPE - Static variable in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc
 
CONFLICTING_IMPLEMENTED_TYPE - Static variable in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc
 
CONFLICTING_SHAPE_TYPE - Static variable in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc
 
CONFORMANCE - Static variable in class com.google.javascript.jscomp.ConformanceRules.ConformanceResult
 
CONFORMANCE_VIOLATIONS - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
ConformanceInput - Class in com.google.template.soy.conformance
All context needed to perform conformance checks.
ConformanceInput() - Constructor for class com.google.template.soy.conformance.ConformanceInput
 
ConformanceRules - Class in com.google.javascript.jscomp
Standard conformance rules.
ConformanceRules.AbstractRule - Class in com.google.javascript.jscomp
A conformance rule implementation to support things common to all rules such as whitelisting and reporting.
ConformanceRules.BanExpose - Class in com.google.javascript.jscomp
Banned @expose
ConformanceRules.BanGlobalVars - Class in com.google.javascript.jscomp
Banned global var declarations.
ConformanceRules.BanNullDeref - Class in com.google.javascript.jscomp
Banned dereferencing null or undefined types.
ConformanceRules.BanThrowOfNonErrorTypes - Class in com.google.javascript.jscomp
Banned throw of non-error object types.
ConformanceRules.BanUnknownDirectThisPropsReferences - Class in com.google.javascript.jscomp
Banned unknown type references of the form "this.prop" unless - it is immediately cast, - it is a @template type (until template type restricts are enabled) or - the value is unused.
ConformanceRules.BanUnknownThis - Class in com.google.javascript.jscomp
Banned unknown "this" types.
ConformanceRules.BanUnknownTypedClassPropsReferences - Class in com.google.javascript.jscomp
Banned unknown type references of the form "instance.prop" unless (a) it is immediately cast, or (b) it is a @template type (until template type restrictions are enabled), or (c) the value is unused, or (d) the source object type is unknown (to avoid error cascades), or (e) it is a whitelisted type
ConformanceRules.BanUnresolvedType - Class in com.google.javascript.jscomp
Banned accessing properties from objects that are unresolved forward-declared type names.
ConformanceRules.ConformanceLevel - Enum in com.google.javascript.jscomp
Possible check check results
ConformanceRules.ConformanceResult - Class in com.google.javascript.jscomp
Classes extending AbstractRule must return ConformanceResult from their checkConformance implementation.
ConformanceRules.NoImplicitlyPublicDecls - Class in com.google.javascript.jscomp
Requires top-level Closure-style "declarations" (example: foo.bar.Baz = ...;) to have explicit visibility annotations, either at the declaration site or in the @fileoverview block.
ConformanceRules.RequireFileoverviewVisibility - Class in com.google.javascript.jscomp
Requires source files to contain a top-level @fileoverview block with an explicit visibility annotation.
connect(N, E, N) - Method in class com.google.javascript.jscomp.graph.Graph
Connects two nodes in the graph with an edge.
connect(N, E, N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
connect(DiGraph.DiGraphNode<N, E>, E, DiGraph.DiGraphNode<N, E>) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
DiGraphNode look ups can be expensive for a large graph operation, prefer this method if you have the DiGraphNode available.
connect(N, E, N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
connectIfNotConnectedInDirection(N, E, N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
DiGraphNode look ups can be expensive for a large graph operation, prefer this method if you have the DiGraphNode available.
connectIfNotFound(N, E, N) - Method in class com.google.javascript.jscomp.graph.Graph
Connects two nodes in the graph with an edge if such edge does not already exists between the nodes.
CONST - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
CONST - Static variable in class com.google.javascript.rhino.Token
Token types.
CONSTANT_PROPERTY - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
CONSTANT_PROPERTY_DEF - Static variable in class com.google.javascript.rhino.Node
 
ConstantDefinitions - Class in com.google.common.css.compiler.passes
A container for GSS constant definitions, since a constant could be defined multiple times in the tree, this class has two set of interfaces that can be used to get either all definitions of a constant or only last definition of a constant.
ConstantDefinitions() - Constructor for class com.google.common.css.compiler.passes.ConstantDefinitions
 
constNode(Node, Node) - Static method in class com.google.javascript.rhino.IR
 
CONSTRUCT_SIGNATURE - Static variable in class com.google.javascript.rhino.Node
 
constructor() - Static method in class com.google.javascript.refactoring.Matchers
Returns a matcher that matches any constructor definitions.
constructor(String) - Static method in class com.google.javascript.refactoring.Matchers
Returns a matcher that matches constructor definitions of the specified name.
constructorPropertyDeclaration() - Static method in class com.google.javascript.refactoring.Matchers
Returns a Matcher that matches against properties that are declared in the constructor.
contains(boolean) - Method in enum com.google.javascript.rhino.jstype.BooleanLiteralSet
Returns whether this contains the given literal value.
contains(JSType) - Method in class com.google.javascript.rhino.jstype.UnionType
A UnionType contains a given type (alternate) iff the member vector contains it.
contains(File, File) - Static method in class org.plovr.FileUtil
 
containsAnchor() - Method in class com.google.javascript.jscomp.regex.RegExpTree
True if the regular expression contains an anchor : ^ or $.
containsConfigWithId(String) - Method in class org.plovr.CompilationServer
 
containsDeclaration() - Method in class com.google.javascript.rhino.JSDocInfo
 
containsFunctionDeclaration() - Method in class com.google.javascript.rhino.JSDocInfo
 
containWarning(String) - Method in class com.google.javascript.jscomp.WhitelistWarningsGuard
Determines whether a given warning is included in the white-list.
contentKind - Variable in enum com.google.template.soy.parsepasses.contextautoesc.EscapingMode
The kind of content produced by the escaping directive associated with this escaping mode.
contents - Variable in class com.google.javascript.jscomp.parsing.parser.SourceFile
 
ContentSecurityPolicyPass - Class in com.google.template.soy.parsepasses.contextautoesc
Inserts attributes into templates to bless inline <script> and <style> elements and inline event handler and style attributes so that the browser can distinguish scripts specified by the template author from ones injected via XSS.
Context - Class in com.google.template.soy.parsepasses.contextautoesc
Encapsulates the context in which a Soy node appears.
context - Variable in class com.google.template.soy.parsepasses.contextautoesc.SlicedRawTextNode.RawTextSlice
The context of the slice.
Context.AttributeEndDelimiter - Enum in com.google.template.soy.parsepasses.contextautoesc
Describes the content that will end the current HTML attribute.
Context.AttributeType - Enum in com.google.template.soy.parsepasses.contextautoesc
Describes the content of an HTML attribute.
Context.ElementType - Enum in com.google.template.soy.parsepasses.contextautoesc
A type of HTML element.
Context.JsFollowingSlash - Enum in com.google.template.soy.parsepasses.contextautoesc
Describes what a slash (/) means when parsing JavaScript source code.
Context.State - Enum in com.google.template.soy.parsepasses.contextautoesc
A state in the parse of an HTML document.
Context.UriPart - Enum in com.google.template.soy.parsepasses.contextautoesc
Describes the part of a URI reference that the context point is in.
ContextualAutoescaper - Class in com.google.template.soy.parsepasses.contextautoesc
Inserts directives into print commands by looking at the context in which a print appears, and derives templates and rewrites calls so that each template is entered only in contexts consistent with its escaping conventions.
ContextualAutoescaper(Iterable<String>, Map<String, SanitizedContent.ContentKind>, ErrorReporter) - Constructor for class com.google.template.soy.parsepasses.contextautoesc.ContextualAutoescaper
 
CONTINUE - Static variable in class com.google.javascript.rhino.Token
Token types.
continueAfter(Future<?>) - Static method in class com.google.template.soy.jbcsrc.api.RenderResult
Returns a RenderResult with type set to detach.
continueNode() - Static method in class com.google.javascript.rhino.IR
 
continueNode(Node) - Static method in class com.google.javascript.rhino.IR
 
continueRender() - Method in interface com.google.template.soy.jbcsrc.api.SoySauce.Continuation
Continues rendering if the prior render operation didn't complete.
continueRender() - Method in interface com.google.template.soy.jbcsrc.api.SoySauce.WriteContinuation
Continues rendering if the prior render operation didn't complete.
ContinueStatementTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ContinueStatementTree(SourceRange, IdentifierToken) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ContinueStatementTree
 
ControlFlowGraph<N> - Class in com.google.javascript.jscomp
Control flow graph.
ControlFlowGraph.AbstractCfgNodeTraversalCallback - Class in com.google.javascript.jscomp
Abstract callback to visit a control flow graph node without going into subtrees of the node that are also represented by other control flow graph nodes.
ControlFlowGraph.Branch - Enum in com.google.javascript.jscomp
The edge object for the control flow graph.
convert(JSTypeExpression) - Static method in class com.google.javascript.jscomp.JsdocToEs6TypedConverter.TypeDeclarationsIRFactory
 
convert(SoyValueConverter, Object) - Method in interface com.google.template.soy.data.SoyCustomValueConverter
Converts the given object into a corresponding SoyValue or SoyValueProvider.
convert(Object) - Method in interface com.google.template.soy.data.SoyValueConverter
Converts the given object into a corresponding SoyValue or SoyValueProvider.
convert(Object) - Method in class com.google.template.soy.data.SoyValueHelper
Converts a Java object into an equivalent SoyValueProvider.
convertCompileTimeGlobalsMap(Map<String, ?>) - Static method in class com.google.template.soy.data.internalutils.InternalValueUtils
Converts a compile-time globals map in user-provided format into one in the internal format.
convertFromJavaRegex(Pattern) - Method in class com.google.template.soy.jssrc.internal.GenerateSoyUtilsEscapingDirectiveCode
 
convertFromJavaRegex(Pattern) - Method in class com.google.template.soy.pysrc.internal.GeneratePySanitizeEscapingDirectiveCode
 
convertFromJavaRegex(Pattern) - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
Converts the given pattern from a Java Pattern syntax to the language specific syntax.
convertIterableToPyListExpr(Iterable<?>) - Static method in class com.google.template.soy.pysrc.restricted.PyExprUtils
Convert a java Iterable object to valid PyExpr as array.
convertIterableToPyTupleExpr(Iterable<?>) - Static method in class com.google.template.soy.pysrc.restricted.PyExprUtils
Convert a java Iterable object to valid PyExpr as tuple.
convertMapToPyExpr(Map<PyExpr, PyExpr>) - Static method in class com.google.template.soy.pysrc.restricted.PyExprUtils
Convert a java Map to valid PyExpr as dict.
convertMethodToFunction() - Method in interface com.google.javascript.rhino.FunctionTypeI
Creates a new function type B based on the original function type A.
convertMethodToFunction() - Method in class com.google.javascript.rhino.jstype.FunctionType
 
convertMsgPartsToEmbeddedIcuSyntax(List<SoyMsgPart>, boolean) - Static method in class com.google.template.soy.msgs.internal.IcuSyntaxUtils
Given a list of msg parts: (a) if it contains any plural/select parts, then builds a new list of msg parts where plural/select parts in the original msg parts are all embedded as raw text in ICU format, (b) if it doesn't contain any plural/select parts, then simply returns the original msg parts instead of creating a new list of identical msg parts.
convertPrimitiveDataToExpr(PrimitiveData) - Static method in class com.google.template.soy.data.internalutils.InternalValueUtils
Converts a primitive data object into a primitive expression node.
convertPrimitiveExprToData(ExprNode.PrimitiveNode) - Static method in class com.google.template.soy.data.internalutils.InternalValueUtils
Converts a primitive expression node into a primitive data object.
convertToCharacterIndex(int, int) - Method in class com.google.common.css.compiler.ast.StringCharStream
Returns an absolute character location for given line and column location.
convertToDottedProperties - Variable in class com.google.javascript.jscomp.CompilerOptions
Converts quoted property accesses to dot syntax (a['b'] -> a.b)
convertToUpperUnderscore(String) - Static method in class com.google.template.soy.base.internal.BaseUtils
Converts an identifier to upper-underscore format.
convertTypeNodeAST(Node) - Static method in class com.google.javascript.jscomp.JsdocToEs6TypedConverter.TypeDeclarationsIRFactory
The root of a JSTypeExpression is very different from an AST node, even though we use the same Java class to represent them.
COOKED_STRING - Static variable in class com.google.javascript.rhino.Node
 
copy() - Method in class com.google.template.soy.base.internal.FixedIdGenerator
 
copy() - Method in interface com.google.template.soy.base.internal.IdGenerator
Clones this id generator, such that the original and new generators will generate the same list of ids going forward.
copy() - Method in class com.google.template.soy.base.internal.IncrementingIdGenerator
 
copy(CopyState) - Method in interface com.google.template.soy.basetree.Node
Copies this node.
copy(CopyState) - Method in class com.google.template.soy.exprtree.BooleanNode
 
copy(CopyState) - Method in interface com.google.template.soy.exprtree.ExprNode
See Node.copy(CopyState) for a description of the copy contract.
copy(CopyState) - Method in class com.google.template.soy.exprtree.ExprRootNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.FieldAccessNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.FloatNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.FunctionNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.GlobalNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.IntegerNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.ItemAccessNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.ListLiteralNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.MapLiteralNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.NullNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.OperatorNodes.AndOpNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.OperatorNodes.ConditionalOpNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.OperatorNodes.DivideByOpNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.OperatorNodes.EqualOpNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.OperatorNodes.GreaterThanOpNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.OperatorNodes.GreaterThanOrEqualOpNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.OperatorNodes.LessThanOpNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.OperatorNodes.LessThanOrEqualOpNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.OperatorNodes.MinusOpNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.OperatorNodes.ModOpNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.OperatorNodes.NegativeOpNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.OperatorNodes.NotEqualOpNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.OperatorNodes.NotOpNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.OperatorNodes.NullCoalescingOpNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.OperatorNodes.OrOpNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.OperatorNodes.PlusOpNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.OperatorNodes.TimesOpNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.StringNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.VarNode
 
copy(CopyState) - Method in class com.google.template.soy.exprtree.VarRefNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.CallBasicNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.CallDelegateNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.CallParamContentNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.CallParamValueNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.CssNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.DebuggerNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.ExprUnion
Returns a (deep) clone of this object.
copy(CopyState) - Method in class com.google.template.soy.soytree.ForeachIfemptyNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.ForeachNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.ForeachNonemptyNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.ForNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.IfCondNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.IfElseNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.IfNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.jssrc.GoogMsgDefNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.jssrc.GoogMsgRefNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.LetContentNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.LetValueNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.LogNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.MsgFallbackGroupNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.MsgHtmlTagNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.MsgNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.MsgPlaceholderNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.MsgPluralCaseNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.MsgPluralDefaultNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.MsgPluralNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.MsgSelectCaseNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.MsgSelectDefaultNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.MsgSelectNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.PrintDirectiveNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.PrintNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.RawTextNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.SoyFileNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.SoyFileSetNode
 
copy(CopyState) - Method in interface com.google.template.soy.soytree.SoyNode
Copies this node.
copy(CopyState) - Method in class com.google.template.soy.soytree.SwitchCaseNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.SwitchDefaultNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.SwitchNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.TemplateBasicNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.TemplateDelegateNode
 
copy(CopyState) - Method in class com.google.template.soy.soytree.XidNode
 
copy() - Method in class com.google.template.soy.tofu.SoyTofuOptions
 
copyEssential() - Method in class com.google.template.soy.soytree.defn.HeaderParam
 
copyEssential() - Method in class com.google.template.soy.soytree.defn.SoyDocParam
 
copyEssential() - Method in class com.google.template.soy.soytree.defn.TemplateParam
 
copyFrom(JobDescription) - Method in class com.google.common.css.JobDescriptionBuilder
 
copyFrom(JSDocInfo) - Static method in class com.google.javascript.rhino.JSDocInfoBuilder
 
copyFromOtherFunction(FunctionType) - Method in class com.google.javascript.rhino.jstype.FunctionBuilder
Copies all the information from another function type.
copyInformationFrom(Node) - Method in class com.google.javascript.rhino.Node
Copies source file and name information from the other node given to the current node.
copyInformationFromForTree(Node) - Method in class com.google.javascript.rhino.Node
Copies source file and name information from the other node to the entire tree rooted at this node.
copyNodes(List<N>) - Static method in class com.google.common.css.compiler.ast.CssAtRuleNode
 
copyrightNotice - Variable in class com.google.common.css.JobDescription
 
CopyState - Class in com.google.template.soy.basetree
An object that can hold extra state for tree copying operations
CopyState() - Constructor for class com.google.template.soy.basetree.CopyState
 
CoreDirectivesModule - Class in com.google.template.soy.coredirectives
Guice module for basic Soy print directives.
CoreDirectivesModule() - Constructor for class com.google.template.soy.coredirectives.CoreDirectivesModule
 
CoreDirectiveUtils - Class in com.google.template.soy.coredirectives
Utilities for common operations related to core directives (|escapeHtml, |noAutoescape, |id).
couldHaveSyntaxVersionAtLeast(SyntaxVersion) - Method in class com.google.template.soy.basetree.AbstractNode
 
couldHaveSyntaxVersionAtLeast(SyntaxVersion) - Method in interface com.google.template.soy.basetree.Node
Returns false if we know that this node's syntax version must be lower than the given value.
count - Variable in class com.google.javascript.jscomp.parsing.parser.util.Timer.Entry
 
CountingFlushableAppendable - Class in com.google.template.soy.sharedpasses.render
Counts the characters that have been appended to the wrapped appenable since it was last flushed.
CountingFlushableAppendable(Appendable) - Constructor for class com.google.template.soy.sharedpasses.render.CountingFlushableAppendable
 
crazyBlockBrace() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
crazyBlockBracket() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
crazyBlockParen() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
create() - Static method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
create() - Static method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
create(CharSource, SoyFileKind, String) - Static method in class com.google.template.soy.base.internal.SoyFileSupplier.Factory
Creates a new SoyFileSupplier given a CharSource for the file content, as well as the desired file path for messages.
create(File, SoyFileKind) - Static method in class com.google.template.soy.base.internal.SoyFileSupplier.Factory
Creates a new SoyFileSupplier given a File.
create(URL, SoyFileKind, String) - Static method in class com.google.template.soy.base.internal.SoyFileSupplier.Factory
Creates a new SoyFileSupplier given a resource URL, as well as the desired file path for messages.
create(URL, SoyFileKind) - Static method in class com.google.template.soy.base.internal.SoyFileSupplier.Factory
Creates a new SoyFileSupplier given a resource URL.
create(CharSequence, SoyFileKind, String) - Static method in class com.google.template.soy.base.internal.SoyFileSupplier.Factory
Creates a new SoyFileSupplier given the file content provided as a string, as well as the desired file path for messages.
create(SoyFileSetNode, ImmutableList<SlicedRawTextNode>) - Static method in class com.google.template.soy.conformance.ConformanceInput
 
create(SoyRecord, SoyRecord) - Method in interface com.google.template.soy.jbcsrc.api.CompiledTemplate.Factory
Returns a new CompiledTemplate with the given params.
create(Iterable<String>) - Method in class com.google.template.soy.jbcsrc.api.DelTemplateSelectorImpl.Factory
Returns a new selector with the given active packages.
create(CompiledTemplates, TemplateRegistry, SoyMsgBundle, SetMultimap<String, String>) - Method in class com.google.template.soy.jbcsrc.api.SoySauceImpl.Factory
 
create(Deque<Map<String, JsExpr>>) - Method in interface com.google.template.soy.jssrc.internal.TranslateToJsExprVisitor.TranslateToJsExprVisitorFactory
 
create(T, Iterable<? extends SoyMsgPart>) - Static method in class com.google.template.soy.msgs.restricted.SoyMsgPart.Case
 
create(SyntaxVersion, ErrorReporter) - Method in interface com.google.template.soy.parsepasses.CheckFunctionCallsVisitor.CheckFunctionCallsVisitorFactory
 
create(LocalVariableStack) - Method in interface com.google.template.soy.pysrc.internal.GenPyExprsVisitor.GenPyExprsVisitorFactory
 
create(Environment) - Method in class com.google.template.soy.sharedpasses.opti.PreevalVisitorFactory
 
create(SoyRecord, Environment) - Method in class com.google.template.soy.sharedpasses.opti.PreevalVisitorFactory
 
create(Appendable, TemplateRegistry) - Method in class com.google.template.soy.sharedpasses.opti.PrerenderVisitorFactory
Creates a PrerenderVisitor.
create(SoyRecord, Environment) - Method in interface com.google.template.soy.sharedpasses.render.EvalVisitor.EvalVisitorFactory
Creates an EvalVisitor.
create(SoyRecord, Environment) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitorFactoryImpl
 
create(String) - Static method in exception com.google.template.soy.sharedpasses.render.RenderException
 
create(String, Throwable) - Static method in exception com.google.template.soy.sharedpasses.render.RenderException
 
create(Appendable, TemplateRegistry, SoyRecord, SoyRecord, Set<String>, SoyMsgBundle, SoyIdRenamingMap, SoyCssRenamingMap) - Method in class com.google.template.soy.sharedpasses.render.RenderVisitorFactory
Creates a RenderVisitor.
create(String, String) - Static method in class com.google.template.soy.soytree.TemplateDelegateNode.DelTemplateKey
 
create(SoyFileSetNode, boolean, ErrorReporter) - Method in interface com.google.template.soy.tofu.internal.BaseTofu.BaseTofuFactory
 
create(InetSocketAddress, int, boolean) - Static method in class org.plovr.cli.HttpServerUtil
 
create(List<SourceFile>, List<SourceFile>) - Static method in class org.plovr.Compilation
 
createAndCompile(Config) - Static method in class org.plovr.Compilation
 
createAnonymousObjectType(JSDocInfo) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Create an anonymous object type.
createBuilderFromFile(File) - Static method in class org.plovr.ConfigParser
 
createCausedWithNode(String, Throwable, SoyNode) - Static method in exception com.google.template.soy.parsepasses.contextautoesc.SoyAutoescapeException
Creates a SoyAutoescapeException, with meta info filled in based on the given Soy node.
createCausedWithNode(String, Throwable, SoyNode) - Static method in class com.google.template.soy.soytree.SoySyntaxExceptionUtils
Creates a SoySyntaxException, with meta info filled in based on the given Soy node.
createCausedWithoutMetaInfo(String, Throwable) - Static method in exception com.google.template.soy.base.SoySyntaxException
Deprecated.
Prefer #createCausedWithMetaInfo. There's no good reason for not knowing where an error came from.
createCausedWithoutMetaInfo(String, Throwable) - Static method in exception com.google.template.soy.parsepasses.contextautoesc.SoyAutoescapeException
Important: Do not use outside of Soy code (treat as superpackage-private).
createChildFlowScope() - Method in interface com.google.javascript.jscomp.type.FlowScope
Creates a child of this flow scope, to represent an instruction directly following this one.
createCompilationError() - Method in exception org.plovr.CheckedCoffeeScriptCompilerException
 
createCompilationError() - Method in exception org.plovr.CheckedSoySyntaxException
 
createCompilationError() - Method in exception org.plovr.CircularDependencyException
 
createCompilationError() - Method in exception org.plovr.CompilationException.Single
 
createCompilationError() - Method in exception org.plovr.MissingProvideException
 
createCompilationErrors() - Method in exception org.plovr.CompilationException
 
createCompilationErrors() - Method in exception org.plovr.CompilationException.Multi
 
createCompilationErrors() - Method in exception org.plovr.CompilationException.Single
 
createCompiler() - Method in class com.google.javascript.jscomp.CommandLineRunner
 
createCompilerPass(AbstractCompiler, Config) - Method in class org.plovr.CompilerPassFactory
Creates an instance of the CompilerPass that this factory is designed to produce.
CreateComponentNodes - Class in com.google.common.css.compiler.ast
Shim class for the class moved to the passes package.
CreateComponentNodes(MutatingVisitController, ErrorManager) - Constructor for class com.google.common.css.compiler.ast.CreateComponentNodes
Deprecated.
CreateComponentNodes - Class in com.google.common.css.compiler.passes
A compiler pass that transforms each well-formed @component or @abstract_component CssUnknownAtRuleNode into a CssComponentNode.
CreateComponentNodes(MutatingVisitController, ErrorManager) - Constructor for class com.google.common.css.compiler.passes.CreateComponentNodes
 
CreateConditionalNodes - Class in com.google.common.css.compiler.ast
Shim class for the class moved to the passes package.
CreateConditionalNodes(MutatingVisitController, ErrorManager) - Constructor for class com.google.common.css.compiler.ast.CreateConditionalNodes
Deprecated.
CreateConditionalNodes - Class in com.google.common.css.compiler.passes
A compiler pass that replaces each @if, @elseif, and @else CssUnknownAtRuleNode with appropriate conditional nodes (CssConditionalBlockNode and CssConditionalRuleNode).
CreateConditionalNodes(MutatingVisitController, ErrorManager) - Constructor for class com.google.common.css.compiler.passes.CreateConditionalNodes
 
createConfig(Config.LanguageMode) - Method in class com.google.javascript.jscomp.Compiler
 
createConfig(boolean, Config.LanguageMode, Set<String>) - Static method in class com.google.javascript.jscomp.parsing.ParserRunner
 
createConfig(boolean, boolean, Config.LanguageMode, Set<String>) - Static method in class com.google.javascript.jscomp.parsing.ParserRunner
 
CreateConstantReferences - Class in com.google.common.css.compiler.ast
Shim class for the class moved to the passes package.
CreateConstantReferences(MutatingVisitController) - Constructor for class com.google.common.css.compiler.ast.CreateConstantReferences
Deprecated.
CreateConstantReferences - Class in com.google.common.css.compiler.passes
A compiler pass that transforms each upper-cased CssLiteralNode to a CssConstantReferenceNode.
CreateConstantReferences(MutatingVisitController) - Constructor for class com.google.common.css.compiler.passes.CreateConstantReferences
 
createConstructorType(String, Node, Node, JSType, ImmutableList<TemplateType>) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates a constructor function type.
createDefaultObjectUnion(JSType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates a type representing nullable values of the given type.
createDefine() - Method in class com.google.javascript.jscomp.ant.CompileTask
Creates a new <define/> nested element.
CreateDefinitionNodes - Class in com.google.common.css.compiler.ast
Shim class for the class moved to the passes package.
CreateDefinitionNodes(MutatingVisitController, ErrorManager) - Constructor for class com.google.common.css.compiler.ast.CreateDefinitionNodes
Deprecated.
CreateDefinitionNodes - Class in com.google.common.css.compiler.passes
A compiler pass that transforms each well-formed @def CssUnknownAtRuleNode to a CssDefinitionNode.
CreateDefinitionNodes(MutatingVisitController, ErrorManager) - Constructor for class com.google.common.css.compiler.passes.CreateDefinitionNodes
 
createDelegateSuffix(String) - Static method in class com.google.javascript.rhino.jstype.ObjectType
Creates a suffix for a proxy delegate.
createDepsFileParser() - Method in class com.google.javascript.jscomp.deps.DepsGenerator
 
createDirectedGraphNode(N) - Method in class com.google.javascript.jscomp.graph.DiGraph
 
createDirectedGraphNode(N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
createEntryPoint() - Method in class com.google.javascript.jscomp.ant.CompileTask
Creates a new <entrypoint/> nested element.
createEnumType(String, Node, JSType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates an enum type.
createExterns(CompilerOptions) - Method in class com.google.javascript.jscomp.CommandLineRunner
 
createFileWriter(File, Config) - Static method in class org.plovr.io.Streams
As suggested by the FileWriter Javadoc, because we want to specify the character encoding, use this method to create a Writer for a File instead of creating a new FileWriter.
createFileWriter(String, Config) - Static method in class org.plovr.io.Streams
As suggested by the FileWriter Javadoc, because we want to specify the character encoding, use this method to create a Writer for a File instead of creating a new FileWriter.
CreateForLoopNodes - Class in com.google.common.css.compiler.passes
A compiler pass that replaces each @for with a CssForLoopRuleNode.
CreateForLoopNodes(MutatingVisitController, ErrorManager) - Constructor for class com.google.common.css.compiler.passes.CreateForLoopNodes
 
createForModules(List<SourceFile>, List<JSModule>) - Static method in class org.plovr.Compilation
 
createForSingleMapping(String, String) - Static method in class com.google.common.css.MultipleMappingSubstitutionMap.ValueWithMappings
 
createForTest(SoyRecord, Map<String, SoyValueProvider>) - Static method in class com.google.template.soy.sharedpasses.render.TestingEnvironment
Creates an environment that should only be used in testing environments.
createFromExistingData(Object) - Static method in class com.google.template.soy.data.SoyData
Creation function for creating a SoyData object out of any existing primitive, data object, or data structure.
createFromFile(File) - Method in class com.google.template.soy.msgs.SoyMsgBundleHandler
Reads a translated messages file and creates a SoyMsgBundle.
createFromRenderException(String, RenderException, SoyNode) - Static method in exception com.google.template.soy.sharedpasses.render.RenderException
 
createFromResource(URL) - Method in class com.google.template.soy.msgs.SoyMsgBundleHandler
Reads a translated messages resource and creates a SoyMsgBundle.
createFromUri(URI) - Static method in class org.plovr.QueryData
 
createFunctionType(JSType, JSType...) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates a function type.
createFunctionType(JSType, Node) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
 
createFunctionTypeWithInstanceType(ObjectType, JSType, List<JSType>) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates a function type in which this refers to an object instance.
createFunctionTypeWithNewReturnType(FunctionType, JSType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates a new function type based on an existing function type but with a new return type.
createFunctionTypeWithVarArgs(JSType, JSType...) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates a function type.
createHandlerForCompilationServer(CompilationServer) - Method in enum org.plovr.Handler
 
createHelperInstance(Appendable, SoyRecord) - Method in class com.google.template.soy.sharedpasses.render.RenderVisitor
Creates a helper instance for rendering a subtemplate.
createInjector(List<String>) - Static method in class org.plovr.SoyFile
 
createInput() - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
Called reflectively when Ant sees <input> to specify a file that uses the generated helper functions.
createInterfaceType(String, Node, ImmutableList<TemplateType>) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates an interface function type.
createJobFromConfig(Config) - Static method in class org.plovr.CssHandler
 
createL10nFileWriter(File) - Static method in class org.plovr.io.Streams
Special method to produce a Writer that will write localized files (i.e.
createList(List<? extends ExprRootNode>) - Static method in class com.google.template.soy.soytree.ExprUnion
Utility to create a list of ExprUnions from a list of expression trees.
CreateMixins - Class in com.google.common.css.compiler.passes
A compiler pass that transforms matching CssUnknownAtRuleNode instances into mixins or mixin definitions.
CreateMixins(MutatingVisitController, ErrorManager) - Constructor for class com.google.common.css.compiler.passes.CreateMixins
 
createModuleNameToUriFunction() - Method in class org.plovr.ModuleConfig
 
createNamedType(String, String, int, int) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates a named type.
createNode(N) - Method in class com.google.javascript.jscomp.graph.Graph
Gets a node from the graph given a value.
createNode(N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
createNode(N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
createNode(SourceLocation) - Method in enum com.google.template.soy.exprtree.Operator
Creates a node representing this operator.
createNullableType(JSType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates a type representing nullable values of the given type.
createNullableType(JSType) - Method in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
createObjectType(String, ObjectType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Create an object type.
createOptionalNullableType(JSType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates a nullable and undefine-able value of the given type.
createOptionalParameters(JSType...) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates a tree hierarchy representing a typed parameter list in which every parameter is optional.
createOptionalType(JSType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates a type representing optional values of the given type.
createOptionalType(JSType) - Method in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
createOptions() - Method in class com.google.javascript.jscomp.CommandLineRunner
 
createOutput() - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
Called reflectively when Ant sees <output> to specify the file that should receive the output.
createOutputStreamWriter(OutputStream, Config) - Static method in class org.plovr.io.Streams
 
createParameters(JSType...) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates a tree hierarchy representing a typed argument list.
createParametersWithVarArgs(List<JSType>) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates a tree hierarchy representing a typed argument list.
createParametersWithVarArgs(JSType...) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates a tree hierarchy representing a typed argument list.
createProxy() - Method in class com.google.common.css.compiler.ast.CssCustomFunctionNode
 
createProxy() - Method in class com.google.common.css.compiler.ast.CssCustomFunctionNode.CssCustomFunctionNodeProxy
Creates the proxy object.
createProxy() - Method in interface com.google.common.css.compiler.ast.Proxiable
Creates the proxy object.
createRecordType(Map<String, RecordTypeBuilder.RecordProperty>) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates a record type.
createRecordTypeBuilder() - Method in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
createSourceMap - Variable in class com.google.common.css.JobDescription
 
createStackTraceElement(SourceLocation) - Method in class com.google.template.soy.soytree.TemplateNode
Construct a StackTraceElement that will point to the given source location of the current template.
CreateStandardAtRuleNodes - Class in com.google.common.css.compiler.passes
A compiler pass that transforms standard CssUnknownAtRuleNode instances to more specific at-rule nodes, or deletes them.
CreateStandardAtRuleNodes(MutatingVisitController, ErrorManager) - Constructor for class com.google.common.css.compiler.passes.CreateStandardAtRuleNodes
 
createTemplateType(String) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
 
createTemplateTypeMap(ImmutableList<TemplateType>, ImmutableList<JSType>) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates a template type map from the specified list of template keys and template value types.
createTemplateTypeWithTransformation(String, Node) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
 
createTemplatizedType(ObjectType, ImmutableList<JSType>) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates a templatized instance of the specified type.
createTemplatizedType(ObjectType, Map<TemplateType, JSType>) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates a templatized instance of the specified type.
createTemplatizedType(ObjectType, JSType...) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates a templatized instance of the specified type.
createTemplatizedType(ObjectType, ImmutableList<JSType>) - Method in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
createTemplatizedType(ObjectType, JSType...) - Method in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
createTypeFromCommentNode(Node, String, StaticTypedScope<? extends TypeI>) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates a JSType from the nodes representing a type.
createTypeFromCommentNode(Node, String, StaticTypedScope<? extends TypeI>) - Method in interface com.google.javascript.rhino.TypeIRegistry
 
createUndirectedGraphNode(N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
createUnionType(JSType...) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates a union type whose variants are the arguments.
createUnionType(JSTypeNative...) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Creates a union type whose variants are the built-in types specified by the arguments.
createUnionType(JSType...) - Method in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
createUrl(String) - Static method in class com.google.common.css.compiler.gssfunctions.GssFunctions
Helper method for implementors of GssFunction to allow the creation of a url string in the GSS.
createUrlNode(String, SourceCodeLocation) - Static method in class com.google.common.css.compiler.gssfunctions.GssFunctions
Helper method for implementors of GssFunction to allow the creation of a url entry node in a GSS file.
CreateVendorPrefixedKeyframes - Class in com.google.common.css.compiler.passes
Compiler pass which duplicates @keyframes rules creating browser specific prefixed form.
CreateVendorPrefixedKeyframes(MutatingVisitController, ErrorManager) - Constructor for class com.google.common.css.compiler.passes.CreateVendorPrefixedKeyframes
 
createWarningsGuard() - Method in class org.plovr.WarningsGuardFactory
Creates an instance of the WarningsGuard that this factory is designed to produce.
createWithMetaInfo(String, SourceLocation) - Static method in exception com.google.template.soy.base.SoySyntaxException
Important: Do not use outside of Soy code (treat as superpackage-private).
createWithMetaInfo(String, SourceLocation, String, String) - Static method in exception com.google.template.soy.base.SoySyntaxException
Important: Do not use outside of Soy code (treat as superpackage-private).
createWithNode(String, SoyNode) - Static method in exception com.google.template.soy.parsepasses.contextautoesc.SoyAutoescapeException
Creates a SoyAutoescapeException, with meta info filled in based on the given Soy node.
createWithNode(String, SoyNode) - Static method in class com.google.template.soy.soytree.SoySyntaxExceptionUtils
Creates a SoySyntaxException, with meta info filled in based on the given Soy node.
createWithoutAnnotations() - Static method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
createWithoutMetaInfo(String) - Static method in exception com.google.template.soy.base.SoySyntaxException
Deprecated.
Prefer SoySyntaxException.createWithMetaInfo(java.lang.String, com.google.template.soy.base.SourceLocation). There's no good reason for not knowing where an error comes from.
createWithoutMetaInfo(String) - Static method in exception com.google.template.soy.parsepasses.contextautoesc.SoyAutoescapeException
Important: Do not use outside of Soy code (treat as superpackage-private).
createWithSource(String, SoyNode) - Static method in exception com.google.template.soy.sharedpasses.render.RenderException
 
createWithSource(String, Throwable, SoyNode) - Static method in exception com.google.template.soy.sharedpasses.render.RenderException
 
createWithValueAndMappings(String, Map<String, String>) - Static method in class com.google.common.css.MultipleMappingSubstitutionMap.ValueWithMappings
 
CrossLanguageStringXform(Pattern, String) - Constructor for class com.google.template.soy.shared.restricted.EscapingConventions.CrossLanguageStringXform
 
crossModuleCodeMotion - Variable in class com.google.javascript.jscomp.CompilerOptions
Move code to a deeper module
crossModuleMethodMotion - Variable in class com.google.javascript.jscomp.CompilerOptions
Move methods to a deeper module
CSP_NONCE_VARIABLE_NAME - Static variable in class com.google.template.soy.parsepasses.contextautoesc.ContentSecurityPolicyPass
The unprefixed name of the injected variable that holds the CSP nonce value for the page.
CSS_WORD - Static variable in class com.google.template.soy.shared.restricted.EscapingConventions.FilterCssValue
Matches a CSS token that can appear unquoted as part of an ID, class, font-family-name, or CSS keyword value.
CssAbstractBlockNode - Class in com.google.common.css.compiler.ast
An abstract representation of a list of nodes that are enclosed inside braces.
CssAbstractBlockNode(boolean, List<Class<? extends CssNode>>) - Constructor for class com.google.common.css.compiler.ast.CssAbstractBlockNode
 
CssAbstractBlockNode(boolean, List<CssNode>, List<CssCommentNode>, ImmutableList<Class<? extends CssNode>>) - Constructor for class com.google.common.css.compiler.ast.CssAbstractBlockNode
 
CssAbstractBlockNode(CssAbstractBlockNode) - Constructor for class com.google.common.css.compiler.ast.CssAbstractBlockNode
Copy constructor.
CssAtRuleNode - Class in com.google.common.css.compiler.ast
A node corresponding to an at-rule such as @if or @media.
CssAtRuleNode.Type - Enum in com.google.common.css.compiler.ast
The Types of at-rules we (should/could) know about.
CssAttributeSelectorNode - Class in com.google.common.css.compiler.ast
A CssRefinerNode implementation that represents an attribute selector.
CssAttributeSelectorNode(CssAttributeSelectorNode.MatchType, String, CssValueNode, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssAttributeSelectorNode
 
CssAttributeSelectorNode(CssAttributeSelectorNode) - Constructor for class com.google.common.css.compiler.ast.CssAttributeSelectorNode
 
CssAttributeSelectorNode.MatchType - Enum in com.google.common.css.compiler.ast
Determines how the given value has to match the value of the attribute so that the attribute is selected.
CssBlockNode - Class in com.google.common.css.compiler.ast
A CssAbstractBlockNode that contains only rulesets and @-rules.
CssBlockNode(boolean, List<CssNode>) - Constructor for class com.google.common.css.compiler.ast.CssBlockNode
 
CssBlockNode(boolean) - Constructor for class com.google.common.css.compiler.ast.CssBlockNode
 
CssBlockNode() - Constructor for class com.google.common.css.compiler.ast.CssBlockNode
 
CssBlockNode(CssBlockNode) - Constructor for class com.google.common.css.compiler.ast.CssBlockNode
 
CssBooleanExpressionNode - Class in com.google.common.css.compiler.ast
A node representing a boolean expression to evaluate.
CssBooleanExpressionNode(CssBooleanExpressionNode.Type, String, CssBooleanExpressionNode, CssBooleanExpressionNode, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssBooleanExpressionNode
Constructor for a boolean expression node.
CssBooleanExpressionNode(CssBooleanExpressionNode.Type, String, CssBooleanExpressionNode, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssBooleanExpressionNode
Constructor for a boolean expression node.
CssBooleanExpressionNode(CssBooleanExpressionNode.Type, String, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssBooleanExpressionNode
Constructor for a boolean expression node.
CssBooleanExpressionNode(CssBooleanExpressionNode.Type, String) - Constructor for class com.google.common.css.compiler.ast.CssBooleanExpressionNode
Constructor for a boolean expression node.
CssBooleanExpressionNode(CssBooleanExpressionNode) - Constructor for class com.google.common.css.compiler.ast.CssBooleanExpressionNode
Copy constructor.
CssBooleanExpressionNode.Type - Enum in com.google.common.css.compiler.ast
Boolean expression node types.
CssClassRenaming - Class in com.google.common.css.compiler.passes
Compiler pass that does CSS class renaming given a renaming map.
CssClassRenaming(MutatingVisitController, SubstitutionMap, SubstitutionMap) - Constructor for class com.google.common.css.compiler.passes.CssClassRenaming
 
CssClassSelectorNode - Class in com.google.common.css.compiler.ast
A CssRefinerNode implementation that represents a selector for a class.
CssClassSelectorNode(String, boolean, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssClassSelectorNode
 
CssClassSelectorNode(String, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssClassSelectorNode
 
CssClassSelectorNode(CssClassSelectorNode) - Constructor for class com.google.common.css.compiler.ast.CssClassSelectorNode
 
CssCombinatorNode - Class in com.google.common.css.compiler.ast
A node representing a combinator of selectors in the AST.
CssCombinatorNode(CssSelectorNode, CssCombinatorNode.Combinator, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssCombinatorNode
Constructor of a combinator node.
CssCombinatorNode(CssCombinatorNode.Combinator, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssCombinatorNode
Constructor of a combinator node.
CssCombinatorNode(CssCombinatorNode) - Constructor for class com.google.common.css.compiler.ast.CssCombinatorNode
Copy constructor.
CssCombinatorNode.Combinator - Enum in com.google.common.css.compiler.ast
Contains the list of all possible CSS combinators.
CssCommentNode - Class in com.google.common.css.compiler.ast
Node corresponding to a comment.
CssCommentNode(String, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssCommentNode
Constructor of a comment node.
CssCommentNode(CssCommentNode) - Constructor for class com.google.common.css.compiler.ast.CssCommentNode
Copy constructor.
CssCompilerPass - Interface in com.google.common.css.compiler.ast
 
CssComponentNode - Class in com.google.common.css.compiler.ast
 
CssComponentNode(CssLiteralNode, CssLiteralNode, boolean, CssComponentNode.PrefixStyle, CssBlockNode) - Constructor for class com.google.common.css.compiler.ast.CssComponentNode
Constructor of a component.
CssComponentNode(CssComponentNode) - Constructor for class com.google.common.css.compiler.ast.CssComponentNode
Copy constructor.
CssComponentNode.PrefixStyle - Enum in com.google.common.css.compiler.ast
Indicates how we want to construct the prefix strings for this component.
CssCompositeValueNode - Class in com.google.common.css.compiler.ast
A node that contains a list of value nodes that together represent one logical value.
CssCompositeValueNode(List<CssValueNode>, CssCompositeValueNode.Operator, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssCompositeValueNode
Constructor of a composite value node.
CssCompositeValueNode(CssCompositeValueNode) - Constructor for class com.google.common.css.compiler.ast.CssCompositeValueNode
Copy constructor for a composite value node.
CssCompositeValueNode.Operator - Enum in com.google.common.css.compiler.ast
Contains the list of recognized operators.
CssConditionalBlockNode - Class in com.google.common.css.compiler.ast
A node representing a (complex) conditional block.
CssConditionalBlockNode() - Constructor for class com.google.common.css.compiler.ast.CssConditionalBlockNode
Constructor of a conditional block.
CssConditionalBlockNode(List<CssCommentNode>) - Constructor for class com.google.common.css.compiler.ast.CssConditionalBlockNode
Constructor of a conditional block.
CssConditionalBlockNode(CssConditionalBlockNode) - Constructor for class com.google.common.css.compiler.ast.CssConditionalBlockNode
 
CssConditionalRuleNode - Class in com.google.common.css.compiler.ast
A node representing a conditional rule such as @if or @else.
CssConditionalRuleNode(CssAtRuleNode.Type, CssLiteralNode) - Constructor for class com.google.common.css.compiler.ast.CssConditionalRuleNode
Constructor of a conditional rule.
CssConditionalRuleNode(CssAtRuleNode.Type, CssLiteralNode, CssBooleanExpressionNode, CssBlockNode) - Constructor for class com.google.common.css.compiler.ast.CssConditionalRuleNode
Constructor of a conditional rule.
CssConditionalRuleNode(CssConditionalRuleNode) - Constructor for class com.google.common.css.compiler.ast.CssConditionalRuleNode
Copy constructor.
CssConstantReferenceNode - Class in com.google.common.css.compiler.ast
A node holding a reference to a constant or an argument of a mixin definition.
CssConstantReferenceNode(String, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssConstantReferenceNode
 
CssConstantReferenceNode(String) - Constructor for class com.google.common.css.compiler.ast.CssConstantReferenceNode
 
CssConstantReferenceNode(CssConstantReferenceNode) - Constructor for class com.google.common.css.compiler.ast.CssConstantReferenceNode
Creates a new constant reference node that is a deep copy of the given node.
CssCustomFunctionNode - Class in com.google.common.css.compiler.ast
A node representing a custom GSS function call.
CssCustomFunctionNode(String, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssCustomFunctionNode
Constructor of the node.
CssCustomFunctionNode(CssCustomFunctionNode) - Constructor for class com.google.common.css.compiler.ast.CssCustomFunctionNode
Copy constructor.
CssCustomFunctionNode.CssCustomFunctionNodeProxy - Class in com.google.common.css.compiler.ast
Copy-on-Write proxy for CssCustomFunctionNode used to avoid copying of function call subtrees in ReplaceConstantReferences pass.
CssCustomFunctionNodeProxy(CssCustomFunctionNode) - Constructor for class com.google.common.css.compiler.ast.CssCustomFunctionNode.CssCustomFunctionNodeProxy
Constructs the node proxy.
CssDeclarationBlockNode - Class in com.google.common.css.compiler.ast
A CssAbstractBlockNode that contains only declarations and @-rules.
CssDeclarationBlockNode() - Constructor for class com.google.common.css.compiler.ast.CssDeclarationBlockNode
 
CssDeclarationBlockNode(CssDeclarationBlockNode) - Constructor for class com.google.common.css.compiler.ast.CssDeclarationBlockNode
 
CssDeclarationNode - Class in com.google.common.css.compiler.ast
A node representing a CSS declaration in the abstract syntax tree.
CssDeclarationNode(CssPropertyNode) - Constructor for class com.google.common.css.compiler.ast.CssDeclarationNode
Constructor of a node representing a CSS declaration.
CssDeclarationNode(CssPropertyNode, List<CssCommentNode>) - Constructor for class com.google.common.css.compiler.ast.CssDeclarationNode
Constructor of a node representing a CSS declaration.
CssDeclarationNode(CssPropertyNode, CssPropertyValueNode) - Constructor for class com.google.common.css.compiler.ast.CssDeclarationNode
Constructor of a node representing a CSS declaration.
CssDeclarationNode(CssPropertyNode, CssPropertyValueNode, List<CssCommentNode>) - Constructor for class com.google.common.css.compiler.ast.CssDeclarationNode
Constructor of a node representing a CSS declaration.
CssDeclarationNode(CssPropertyNode, CssPropertyValueNode, List<CssCommentNode>, boolean) - Constructor for class com.google.common.css.compiler.ast.CssDeclarationNode
Constructor of a node representing a CSS declaration.
CssDeclarationNode(CssDeclarationNode) - Constructor for class com.google.common.css.compiler.ast.CssDeclarationNode
Copy constructor.
CssDefinitionNode - Class in com.google.common.css.compiler.ast
A node representing a GSS definition.
CssDefinitionNode(CssLiteralNode, List<CssCommentNode>) - Constructor for class com.google.common.css.compiler.ast.CssDefinitionNode
Constructor of a definition.
CssDefinitionNode(CssLiteralNode) - Constructor for class com.google.common.css.compiler.ast.CssDefinitionNode
Constructor of a definition.
CssDefinitionNode(List<CssValueNode>, CssLiteralNode) - Constructor for class com.google.common.css.compiler.ast.CssDefinitionNode
Constructor of a definition.
CssDefinitionNode(List<CssValueNode>, CssLiteralNode, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssDefinitionNode
Constructor of a definition.
CssDefinitionNode(List<CssValueNode>, CssLiteralNode, List<CssCommentNode>) - Constructor for class com.google.common.css.compiler.ast.CssDefinitionNode
Constructor of a definition.
CssDefinitionNode(List<CssValueNode>, CssLiteralNode, List<CssCommentNode>, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssDefinitionNode
Constructor of a definition.
CssDefinitionNode(CssDefinitionNode) - Constructor for class com.google.common.css.compiler.ast.CssDefinitionNode
Copy constructor.
CssFontFaceNode - Class in com.google.common.css.compiler.ast
CssFontFaceNode corresponds to a @font-face declaration in CSS.
CssFontFaceNode() - Constructor for class com.google.common.css.compiler.ast.CssFontFaceNode
 
CssFontFaceNode(List<CssCommentNode>) - Constructor for class com.google.common.css.compiler.ast.CssFontFaceNode
 
CssFontFaceNode(List<CssCommentNode>, CssDeclarationBlockNode) - Constructor for class com.google.common.css.compiler.ast.CssFontFaceNode
 
CssForLoopRuleNode - Class in com.google.common.css.compiler.ast
A node representing a @for loop rule.
CssForLoopRuleNode(CssLiteralNode, CssAbstractBlockNode, List<CssCommentNode>, CssValueNode, CssValueNode, CssValueNode, String, int, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssForLoopRuleNode
 
CssForLoopRuleNode(CssForLoopRuleNode) - Constructor for class com.google.common.css.compiler.ast.CssForLoopRuleNode
 
CssFunctionArgumentsNode - Class in com.google.common.css.compiler.ast
A list of nodes that are arguments of a function.
CssFunctionArgumentsNode() - Constructor for class com.google.common.css.compiler.ast.CssFunctionArgumentsNode
Constructor of a node that contains the arguments of a function.
CssFunctionArgumentsNode(List<CssValueNode>) - Constructor for class com.google.common.css.compiler.ast.CssFunctionArgumentsNode
Constructor of a node with list of arguments to initialize with.
CssFunctionArgumentsNode(CssFunctionArgumentsNode) - Constructor for class com.google.common.css.compiler.ast.CssFunctionArgumentsNode
Copy constructor.
CssFunctionNode - Class in com.google.common.css.compiler.ast
A node representing a function.
CssFunctionNode(CssFunctionNode.Function, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssFunctionNode
Constructor of the class.
CssFunctionNode(CssFunctionNode) - Constructor for class com.google.common.css.compiler.ast.CssFunctionNode
Copy constructor.
CssFunctionNode(SourceCodeLocation, CssFunctionNode.Function) - Constructor for class com.google.common.css.compiler.ast.CssFunctionNode
Constructor used by the proxy mechanism, avoids unnecessary arguments node initialization.
CssFunctionNode.Function - Class in com.google.common.css.compiler.ast
Contains the list of recognized CSS functions.
CssHandler - Class in org.plovr
 
CssHandler(CompilationServer) - Constructor for class org.plovr.CssHandler
 
CssHandler.ErrorManager - Class in org.plovr
 
CssHexColorNode - Class in com.google.common.css.compiler.ast
Node corresponding to a hex color.
CssHexColorNode(String) - Constructor for class com.google.common.css.compiler.ast.CssHexColorNode
Constructor of a color node.
CssHexColorNode(String, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssHexColorNode
Constructor of a color node.
CssHexColorNode(CssHexColorNode) - Constructor for class com.google.common.css.compiler.ast.CssHexColorNode
Copy constructor.
CssIdSelectorNode - Class in com.google.common.css.compiler.ast
A CssRefinerNode implementation that represents a selector for an id.
CssIdSelectorNode(String, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssIdSelectorNode
 
CssIdSelectorNode(CssIdSelectorNode) - Constructor for class com.google.common.css.compiler.ast.CssIdSelectorNode
 
CssImportBlockNode - Class in com.google.common.css.compiler.ast
A list of nodes that contains only import rules.
CssImportBlockNode() - Constructor for class com.google.common.css.compiler.ast.CssImportBlockNode
 
CssImportBlockNode(CssImportBlockNode) - Constructor for class com.google.common.css.compiler.ast.CssImportBlockNode
 
CssImportRuleNode - Class in com.google.common.css.compiler.ast
A node representing an @import rule.
CssImportRuleNode() - Constructor for class com.google.common.css.compiler.ast.CssImportRuleNode
Constructor of an import rule.
CssImportRuleNode(List<CssCommentNode>) - Constructor for class com.google.common.css.compiler.ast.CssImportRuleNode
Constructor of an import rule.
CssImportRuleNode(CssImportRuleNode) - Constructor for class com.google.common.css.compiler.ast.CssImportRuleNode
Copy constructor.
CssKeyframeRulesetNode - Class in com.google.common.css.compiler.ast
A node representing a keyframe style rule.
CssKeyframeRulesetNode(CssDeclarationBlockNode, List<CssCommentNode>) - Constructor for class com.google.common.css.compiler.ast.CssKeyframeRulesetNode
Constructor of a keyframe ruleset node.
CssKeyframeRulesetNode(CssDeclarationBlockNode) - Constructor for class com.google.common.css.compiler.ast.CssKeyframeRulesetNode
Constructor of a keyframe ruleset node.
CssKeyframeRulesetNode() - Constructor for class com.google.common.css.compiler.ast.CssKeyframeRulesetNode
Constructor of a keyframe ruleset node.
CssKeyframeRulesetNode(List<CssCommentNode>) - Constructor for class com.google.common.css.compiler.ast.CssKeyframeRulesetNode
Constructor of a keyframe ruleset node.
CssKeyframeRulesetNode(CssKeyframeRulesetNode) - Constructor for class com.google.common.css.compiler.ast.CssKeyframeRulesetNode
Copy constructor.
CssKeyframesNode - Class in com.google.common.css.compiler.ast
A node representing an @-webkit-keyframes rule.
CssKeyframesNode(CssLiteralNode) - Constructor for class com.google.common.css.compiler.ast.CssKeyframesNode
 
CssKeyframesNode(CssKeyframesNode) - Constructor for class com.google.common.css.compiler.ast.CssKeyframesNode
 
CssKeyframesNode(CssLiteralNode, CssKeyframesNode) - Constructor for class com.google.common.css.compiler.ast.CssKeyframesNode
Used by CreateVendorPrefixedKeyframes to copy an existing keyframes node to create a browser specific duplicate having different name.
CssKeyListNode - Class in com.google.common.css.compiler.ast
A list of nodes that contains only keys (for keyframes).
CssKeyListNode() - Constructor for class com.google.common.css.compiler.ast.CssKeyListNode
 
CssKeyListNode(CssKeyListNode) - Constructor for class com.google.common.css.compiler.ast.CssKeyListNode
 
CssKeyNode - Class in com.google.common.css.compiler.ast
A node representing a key (for keyframes) in the AST.
CssKeyNode(String, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssKeyNode
Constructor of a key node.
CssKeyNode(String) - Constructor for class com.google.common.css.compiler.ast.CssKeyNode
Constructor of a key node.
CssKeyNode(CssKeyNode) - Constructor for class com.google.common.css.compiler.ast.CssKeyNode
Copy-constructor of a key node.
CssLiteralNode - Class in com.google.common.css.compiler.ast
A node that holds a CSS literal.
CssLiteralNode(String, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssLiteralNode
 
CssLiteralNode(String) - Constructor for class com.google.common.css.compiler.ast.CssLiteralNode
 
CssLiteralNode(CssLiteralNode) - Constructor for class com.google.common.css.compiler.ast.CssLiteralNode
 
CssLoopVariableNode - Class in com.google.common.css.compiler.ast
A node that is a reference to a for loop variable.
CssLoopVariableNode(String, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssLoopVariableNode
 
CssLoopVariableNode(CssLoopVariableNode) - Constructor for class com.google.common.css.compiler.ast.CssLoopVariableNode
 
CssMathNode - Class in com.google.common.css.compiler.ast
A CSS node that holds a mathematical expression.
CssMathNode(String) - Constructor for class com.google.common.css.compiler.ast.CssMathNode
 
CssMathNode(String, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssMathNode
 
CssMediaRuleNode - Class in com.google.common.css.compiler.ast
A node representing an @media rule.
CssMediaRuleNode() - Constructor for class com.google.common.css.compiler.ast.CssMediaRuleNode
Constructor of a media rule.
CssMediaRuleNode(List<CssCommentNode>) - Constructor for class com.google.common.css.compiler.ast.CssMediaRuleNode
Constructor of a media rule.
CssMediaRuleNode(List<CssCommentNode>, CssBlockNode) - Constructor for class com.google.common.css.compiler.ast.CssMediaRuleNode
Constructor of a media rule.
CssMediaRuleNode(CssMediaRuleNode) - Constructor for class com.google.common.css.compiler.ast.CssMediaRuleNode
Copy constructor.
CssMixinDefinitionNode - Class in com.google.common.css.compiler.ast
A node representing a mixin definition.
CssMixinDefinitionNode(String, CssFunctionArgumentsNode, CssDeclarationBlockNode, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssMixinDefinitionNode
 
CssMixinDefinitionNode(CssMixinDefinitionNode) - Constructor for class com.google.common.css.compiler.ast.CssMixinDefinitionNode
Creates a new mixin definition node that is a deep copy of the given node.
CssMixinNode - Class in com.google.common.css.compiler.ast
A node representing a mixin.
CssMixinNode(String, CssFunctionArgumentsNode, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssMixinNode
 
CssMixinNode(CssMixinNode) - Constructor for class com.google.common.css.compiler.ast.CssMixinNode
Creates a new mixin node that is a deep copy of the given node.
cssNames - Variable in class com.google.javascript.jscomp.Result
 
CssNode - Class in com.google.common.css.compiler.ast
A node of the abstract syntax tree.
CssNode() - Constructor for class com.google.common.css.compiler.ast.CssNode
Constructor of a node.
CssNode(SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssNode
Constructor of a node.
CssNode(CssNode) - Constructor for class com.google.common.css.compiler.ast.CssNode
Constructor of a node.
CssNode(CssNode, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssNode
Constructor of a node.
CssNode(CssNode, List<CssCommentNode>, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssNode
Constructor of a node.
CssNode - Class in com.google.template.soy.soytree
Node representing a 'css' statement.
CssNode(CssNode, String, CopyState) - Constructor for class com.google.template.soy.soytree.CssNode
Transform constructor - creates a copy but with different selector text.
CssNode.Builder - Class in com.google.template.soy.soytree
Builder for CssNode.
CssNodesListNode<T extends CssNode> - Class in com.google.common.css.compiler.ast
Represents a list of nodes.
CssNodesListNode(boolean) - Constructor for class com.google.common.css.compiler.ast.CssNodesListNode
Constructor of a list of nodes alike.
CssNodesListNode(boolean, List<CssCommentNode>) - Constructor for class com.google.common.css.compiler.ast.CssNodesListNode
Constructor of a list of nodes alike.
CssNodesListNode(boolean, List<T>, List<CssCommentNode>) - Constructor for class com.google.common.css.compiler.ast.CssNodesListNode
Constructor of a list of nodes alike.
CssNodesListNode(CssNodesListNode<? extends CssNode>) - Constructor for class com.google.common.css.compiler.ast.CssNodesListNode
Copy constructor.
CssNumericNode - Class in com.google.common.css.compiler.ast
A CSS node containing a numeric value such as height, width, length, or percentage values.
CssNumericNode(String, String) - Constructor for class com.google.common.css.compiler.ast.CssNumericNode
Constructor of a numeric node.
CssNumericNode(String, String, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssNumericNode
Constructor of a numeric node.
CssNumericNode(CssNumericNode) - Constructor for class com.google.common.css.compiler.ast.CssNumericNode
Copy constructor.
CssPageRuleNode - Class in com.google.common.css.compiler.ast
A node representing an @page rule.
CssPageRuleNode(List<CssCommentNode>, CssDeclarationBlockNode) - Constructor for class com.google.common.css.compiler.ast.CssPageRuleNode
Constructor of a page rule.
CssPageRuleNode(CssPageRuleNode) - Constructor for class com.google.common.css.compiler.ast.CssPageRuleNode
Copy constructor.
CssPageSelectorNode - Class in com.google.common.css.compiler.ast
A node representing a page selector @-rule that can be used inside an @page rule.
CssPageSelectorNode(CssAtRuleNode.Type, List<CssCommentNode>, CssDeclarationBlockNode) - Constructor for class com.google.common.css.compiler.ast.CssPageSelectorNode
Constructor of a page selector.
CssPageSelectorNode(CssPageSelectorNode) - Constructor for class com.google.common.css.compiler.ast.CssPageSelectorNode
Copy constructor.
CssParserEventHandler - Interface in com.google.common.css.compiler.ast
A handler for parse events in the spirit of SAC and SAX.
CssParserEventHandler.BooleanExpressionHandler - Interface in com.google.common.css.compiler.ast
Builds a boolean expression.
CssParserEventHandler.ExpressionHandler - Interface in com.google.common.css.compiler.ast
Builds an expression.
CssParserEventHandler.ImportHandler - Interface in com.google.common.css.compiler.ast
Builds an import.
CssParserEventHandler.MediaHandler - Interface in com.google.common.css.compiler.ast
Builds a media rule.
CssPriorityNode - Class in com.google.common.css.compiler.ast
Node representing the priority of a declaration.
CssPriorityNode(CssPriorityNode.PriorityType) - Constructor for class com.google.common.css.compiler.ast.CssPriorityNode
Constructor of a priority node.
CssPriorityNode(CssPriorityNode) - Constructor for class com.google.common.css.compiler.ast.CssPriorityNode
Copy constructor.
CssPriorityNode.PriorityType - Enum in com.google.common.css.compiler.ast
Types of priority
CssPropertyNode - Class in com.google.common.css.compiler.ast
A node representing a CSS property, such as background or padding.
CssPropertyNode(String) - Constructor for class com.google.common.css.compiler.ast.CssPropertyNode
Creates a property node with the specified value.
CssPropertyNode(String, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssPropertyNode
Creates a property node with the specified value and source code location.
CssPropertyNode(CssPropertyNode) - Constructor for class com.google.common.css.compiler.ast.CssPropertyNode
Creates a property node by deep-copying the specified property node.
CssPropertyValueNode - Class in com.google.common.css.compiler.ast
A list of values for a property in a declaration.
CssPropertyValueNode() - Constructor for class com.google.common.css.compiler.ast.CssPropertyValueNode
 
CssPropertyValueNode(List<CssValueNode>) - Constructor for class com.google.common.css.compiler.ast.CssPropertyValueNode
 
CssPropertyValueNode(CssPropertyValueNode) - Constructor for class com.google.common.css.compiler.ast.CssPropertyValueNode
 
CssProvideNode - Class in com.google.common.css.compiler.ast
CssProvideNode corresponds to a @provide declaration in GSS.
CssProvideNode(CssLiteralNode, List<CssCommentNode>, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssProvideNode
 
CssPseudoClassNode - Class in com.google.common.css.compiler.ast
A CssRefinerNode implementation that represents a pseudo-class.
CssPseudoClassNode(String, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssPseudoClassNode
Constructor for non-function pseudo-classes like :link or :visited
CssPseudoClassNode(CssPseudoClassNode.FunctionType, String, String, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssPseudoClassNode
Constructor for function pseudo-classes except the negation function like :lang(en) or :nth-child(2n).
CssPseudoClassNode(String, CssSelectorNode, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssPseudoClassNode
Constructor for the negation function pseudo-class.
CssPseudoClassNode(CssPseudoClassNode) - Constructor for class com.google.common.css.compiler.ast.CssPseudoClassNode
 
CssPseudoClassNode.FunctionType - Enum in com.google.common.css.compiler.ast
Determines if the pseudo-class is a function and if so which one.
CssPseudoElementNode - Class in com.google.common.css.compiler.ast
A CssRefinerNode implementation that represents a pseudo-element.
CssPseudoElementNode(String, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssPseudoElementNode
 
CssPseudoElementNode(CssPseudoElementNode) - Constructor for class com.google.common.css.compiler.ast.CssPseudoElementNode
 
CssRefinerListNode - Class in com.google.common.css.compiler.ast
A list of nodes that are refiners of a selector.
CssRefinerListNode() - Constructor for class com.google.common.css.compiler.ast.CssRefinerListNode
Constructor of a list of refiner nodes.
CssRefinerListNode(CssRefinerListNode) - Constructor for class com.google.common.css.compiler.ast.CssRefinerListNode
Copy constructor.
CssRefinerNode - Class in com.google.common.css.compiler.ast
A node representing a refiner of a selector in the AST.
CssRefinerNode(CssRefinerNode.Refiner, String, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssRefinerNode
 
CssRefinerNode.Refiner - Enum in com.google.common.css.compiler.ast
Contains the list of all possible CSS refiners.
cssRenamingMap - Variable in class com.google.javascript.jscomp.CompilerOptions
Map used in the renaming of CSS class names.
CssRenamingMap - Interface in com.google.javascript.jscomp
Interface used by ReplaceCssNames to substitute CSS class names.
cssRenamingMap - Variable in class com.google.template.soy.sharedpasses.render.RenderVisitor
CSS renaming map.
CssRenamingMap.ByPart - Class in com.google.javascript.jscomp
ByPart renaming map
CssRenamingMap.ByWhole - Class in com.google.javascript.jscomp
ByWhole renaming map
CssRenamingMap.Style - Enum in com.google.javascript.jscomp
Kind of renaming map
cssRenamingPrefix - Variable in class com.google.common.css.JobDescription
 
CssRequireNode - Class in com.google.common.css.compiler.ast
CssRequireNode corresponds to a @require declaration in GSS.
CssRequireNode(CssLiteralNode, List<CssCommentNode>, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssRequireNode
 
CssRootNode - Class in com.google.common.css.compiler.ast
The root of a node.
CssRootNode(CssBlockNode) - Constructor for class com.google.common.css.compiler.ast.CssRootNode
 
CssRootNode() - Constructor for class com.google.common.css.compiler.ast.CssRootNode
 
CssRootNode(CssRootNode) - Constructor for class com.google.common.css.compiler.ast.CssRootNode
 
CssRulesetNode - Class in com.google.common.css.compiler.ast
A node representing a style rule.
CssRulesetNode(CssDeclarationBlockNode, List<CssCommentNode>) - Constructor for class com.google.common.css.compiler.ast.CssRulesetNode
Constructor of a ruleset node.
CssRulesetNode(CssDeclarationBlockNode) - Constructor for class com.google.common.css.compiler.ast.CssRulesetNode
Constructor of a ruleset node.
CssRulesetNode() - Constructor for class com.google.common.css.compiler.ast.CssRulesetNode
Constructor of a ruleset node.
CssRulesetNode(List<CssCommentNode>) - Constructor for class com.google.common.css.compiler.ast.CssRulesetNode
Constructor of a ruleset node.
CssRulesetNode(CssRulesetNode) - Constructor for class com.google.common.css.compiler.ast.CssRulesetNode
Copy constructor.
CssSelectorListNode - Class in com.google.common.css.compiler.ast
A list of nodes that contains only selectors.
CssSelectorListNode() - Constructor for class com.google.common.css.compiler.ast.CssSelectorListNode
 
CssSelectorListNode(CssSelectorListNode) - Constructor for class com.google.common.css.compiler.ast.CssSelectorListNode
 
CssSelectorNode - Class in com.google.common.css.compiler.ast
A node representing a selector in the AST.
CssSelectorNode(String, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssSelectorNode
Constructor of a selector node.
CssSelectorNode(String) - Constructor for class com.google.common.css.compiler.ast.CssSelectorNode
Constructor of a selector node.
CssSelectorNode(CssSelectorNode) - Constructor for class com.google.common.css.compiler.ast.CssSelectorNode
Copy-constructor of a selector node.
CssSelectorNode.Specificity - Class in com.google.common.css.compiler.ast
The specifity of a selector is used to select among rules with the same importance and origin.
CssSpecification - Enum in com.google.common.css.compiler.ast
 
CssStringNode - Class in com.google.common.css.compiler.ast
Node corresponding to a string value.
CssStringNode(CssStringNode.Type, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssStringNode
Constructor of a string node.
CssStringNode(CssStringNode.Type, String) - Constructor for class com.google.common.css.compiler.ast.CssStringNode
Constructor of a string node.
CssStringNode(CssStringNode) - Constructor for class com.google.common.css.compiler.ast.CssStringNode
Copy constructor.
CssStringNode.Type - Enum in com.google.common.css.compiler.ast
CSS syntax permits strings to be expressed either using single-quotes or double-quotes.
cssSubstitutionMapProvider - Variable in class com.google.common.css.JobDescription
 
CssTree - Class in com.google.common.css.compiler.ast
A mutable abstract syntax tree that corresponds to a CSS input file.
CssTree(SourceCode, CssRootNode) - Constructor for class com.google.common.css.compiler.ast.CssTree
Constructor of a tree.
CssTree(SourceCode) - Constructor for class com.google.common.css.compiler.ast.CssTree
Constructor of a tree.
CssTree(CssTree) - Constructor for class com.google.common.css.compiler.ast.CssTree
Copy constructor.
CssTree.RulesetNodesToRemove - Class in com.google.common.css.compiler.ast
 
CssTreeBuilder - Class in com.google.common.css.compiler.ast
Use this to build one CssTree object.
CssTreeBuilder() - Constructor for class com.google.common.css.compiler.ast.CssTreeBuilder
 
CssTreeVisitor - Interface in com.google.common.css.compiler.ast
Visitor interface for CSS abstract syntax trees.
CssUnicodeRangeNode - Class in com.google.common.css.compiler.ast
A node that represent a unicode range.
CssUnicodeRangeNode(String, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssUnicodeRangeNode
 
CssUnicodeRangeNode(String) - Constructor for class com.google.common.css.compiler.ast.CssUnicodeRangeNode
 
CssUnicodeRangeNode(CssUnicodeRangeNode) - Constructor for class com.google.common.css.compiler.ast.CssUnicodeRangeNode
 
CssUnknownAtRuleNode - Class in com.google.common.css.compiler.ast
An unknown or generic at-rule node.
CssUnknownAtRuleNode(CssLiteralNode, boolean) - Constructor for class com.google.common.css.compiler.ast.CssUnknownAtRuleNode
 
CssUnknownAtRuleNode(CssUnknownAtRuleNode) - Constructor for class com.google.common.css.compiler.ast.CssUnknownAtRuleNode
 
CssValueNode - Class in com.google.common.css.compiler.ast
A CSS node that holds a value of some sort.
CssValueNode(String, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.CssValueNode
Constructor of a node that contains a value.
CssValueNode(String) - Constructor for class com.google.common.css.compiler.ast.CssValueNode
Constructor of a node that contains a value.
CssValueNode(CssValueNode) - Constructor for class com.google.common.css.compiler.ast.CssValueNode
Copy constructor.
curChar - Variable in class com.google.common.css.compiler.ast.GssParserCCTokenManager
 
curChar - Variable in class com.google.template.soy.exprparse.ExpressionParserTokenManager
 
curChar - Variable in class com.google.template.soy.soyparse.SoyFileParserTokenManager
 
curChar - Variable in class com.google.template.soy.soyparse.TemplateParserTokenManager
 
curChar - Variable in class com.google.template.soy.types.parse.TypeParserTokenManager
 
CURRENT_YEAR - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoExpressionsSoyTemplateInfo
The current year.
CURRENT_YEAR - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .demoExpressions.
currentLoopIndexIndex() - Method in class com.google.template.soy.soytree.defn.LoopVar
 
currentToken - Variable in exception com.google.common.css.compiler.ast.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception com.google.template.soy.exprparse.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception com.google.template.soy.soyparse.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception com.google.template.soy.types.parse.ParseException
This is the last token that has been consumed successfully.
CUSTOM - Static variable in class com.google.common.css.compiler.ast.CssFunctionNode.Function
Serves as a placeholder for custom functions.
CustomPassConfig - Class in org.plovr
 
CustomPassConfig() - Constructor for class org.plovr.CustomPassConfig
 
CustomPassConfig.CustomPassConfigDeserializer - Class in org.plovr
Unfortunately, CustomPassConfig needs a custom deserializer because "class" is a Java keyword, so having a getClass() setter that returns a String is problematic.
CustomPassConfigDeserializer() - Constructor for class org.plovr.CustomPassConfig.CustomPassConfigDeserializer
 
customPasses - Variable in class com.google.javascript.jscomp.CompilerOptions
Custom passes
CustomPassExecutionTime - Enum in com.google.javascript.jscomp
Custom pass type.

D

data - Variable in class com.google.template.soy.sharedpasses.render.RenderVisitor
The current template data.
DataAccessNode - Class in com.google.template.soy.exprtree
Base class which represents access to a field or element of an aggregate value, such as an object or collection.
DataAccessNode(ExprNode, SourceLocation, boolean) - Constructor for class com.google.template.soy.exprtree.DataAccessNode
 
DataAccessNode(DataAccessNode, CopyState) - Constructor for class com.google.template.soy.exprtree.DataAccessNode
 
dataAttribute(CallNode.DataAttribute) - Method in class com.google.template.soy.soytree.CallBasicNode.Builder
 
dataAttribute(CallNode.DataAttribute) - Method in class com.google.template.soy.soytree.CallDelegateNode.Builder
 
dataAttribute() - Method in class com.google.template.soy.soytree.CallNode
The parsed 'data' attribute.
dataExpr() - Method in class com.google.template.soy.soytree.CallNode.DataAttribute
 
DATE_FUNCTION_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
DATE_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
deadAssignmentElimination - Variable in class com.google.javascript.jscomp.CompilerOptions
Remove assignments to values that can not be referenced
DEBUGGER - Static variable in class com.google.javascript.rhino.Token
Token types.
DEBUGGER_STATEMENT_PRESENT - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
DebuggerNode - Class in com.google.template.soy.soytree
Node representing the 'debugger' statement.
DebuggerNode(int, SourceLocation) - Constructor for class com.google.template.soy.soytree.DebuggerNode
 
DebuggerStatementTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
DebuggerStatementTree(SourceRange) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.DebuggerStatementTree
 
debugLog - Variable in class com.google.javascript.jscomp.Result
 
debugStream - Variable in class com.google.common.css.compiler.ast.GssParserCCTokenManager
Debug output.
debugStream - Variable in class com.google.template.soy.exprparse.ExpressionParserTokenManager
Debug output.
debugStream - Variable in class com.google.template.soy.soyparse.SoyFileParserTokenManager
Debug output.
debugStream - Variable in class com.google.template.soy.soyparse.TemplateParserTokenManager
Debug output.
debugStream - Variable in class com.google.template.soy.types.parse.TypeParserTokenManager
Debug output.
dec(Node, boolean) - Static method in class com.google.javascript.rhino.IR
 
DEC - Static variable in class com.google.javascript.rhino.Token
Token types.
DEC_DIGITS - Static variable in interface com.google.template.soy.exprparse.ExpressionParserConstants
RegularExpression Id.
Declaration - Class in com.google.javascript.jscomp.newtypes
Represents a declaration of a javascript type.
Declaration(JSType, Typedef, NamespaceLit, EnumType, DeclaredTypeRegistry, RawNominalType, boolean, boolean, boolean) - Constructor for class com.google.javascript.jscomp.newtypes.Declaration
 
declaration - Variable in class com.google.javascript.jscomp.parsing.parser.trees.AmbientDeclarationTree
 
declaration - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ExportDeclarationTree
 
declaration(Node, int) - Static method in class com.google.javascript.rhino.IR
 
declaration(Node, Node, int) - Static method in class com.google.javascript.rhino.IR
 
DECLARATION_END - Static variable in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
DECLARATION_START - Static variable in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
declarations - Variable in class com.google.javascript.jscomp.parsing.parser.trees.VariableDeclarationListTree
 
declarations - Variable in class com.google.javascript.jscomp.parsing.parser.trees.VariableStatementTree
 
declarationType - Variable in class com.google.javascript.jscomp.parsing.parser.trees.VariableDeclarationListTree
 
DECLARE - Static variable in class com.google.javascript.rhino.Token
Token types.
DECLARED_TYPE_EXPR - Static variable in class com.google.javascript.rhino.Node
 
DeclaredFunctionType - Class in com.google.javascript.jscomp.newtypes
This class represents the function types for functions that are defined statically in the code.
declaredType - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyMemberVariableTree
 
declaredType - Variable in class com.google.javascript.jscomp.parsing.parser.trees.IndexSignatureTree
 
declaredType - Variable in class com.google.javascript.jscomp.parsing.parser.trees.MemberVariableTree
 
declaredType - Variable in class com.google.javascript.jscomp.parsing.parser.trees.VariableDeclarationTree
 
DeclaredTypeRegistry - Interface in com.google.javascript.jscomp.newtypes
A registry capable of translating names into JSTypes.
declareInferredSymbol(SymbolTable.SymbolScope, String, Node) - Method in class com.google.javascript.jscomp.SymbolTable
Declare a symbol after the main symbol table was constructed.
declareNameInScope(FlowScope, Node, JSType) - Method in class com.google.javascript.jscomp.type.ChainableReverseAbstractInterpreter
Declares a refined type in scope for the name represented by node.
declareType(String, JSType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Records declared global type names.
declaringNode() - Method in class com.google.template.soy.soytree.defn.LocalVar
 
DeclInfo(TemplateNodeBuilder.DeclInfo.Type, TemplateNodeBuilder.DeclInfo.OptionalStatus, String, String, SourceLocation) - Constructor for class com.google.template.soy.soytree.TemplateNodeBuilder.DeclInfo
 
declLoc() - Method in class com.google.template.soy.soytree.defn.HeaderParam
 
declLoc() - Method in class com.google.template.soy.soytree.defn.SoyDocParam
 
declLoc() - Method in class com.google.template.soy.soytree.defn.TemplateParam
Returns the location of the parameter declaration.
decodeBidiGlobalDirFromJsOptions(int, boolean) - Static method in class com.google.template.soy.internal.i18n.SoyBidiUtils
Decodes the bidi global directionality from the usual command line options used to specify it.
decodeBidiGlobalDirFromPyOptions(String) - Static method in class com.google.template.soy.internal.i18n.SoyBidiUtils
Decodes bidi global directionality from the Python bidiIsRtlFn command line option.
DECR_FLAG - Static variable in class com.google.javascript.rhino.Node
 
decreaseIndent() - Method in class com.google.template.soy.base.internal.IndentedLinesBuilder
Decreases the indent by one stop.
decreaseIndent(int) - Method in class com.google.template.soy.base.internal.IndentedLinesBuilder
Decreases the indent by the given number of stops.
decreaseIndent() - Method in class com.google.template.soy.shared.internal.CodeBuilder
Decreases the current indent.
decreaseIndentTwice() - Method in class com.google.template.soy.shared.internal.CodeBuilder
Decreases the current indent twice.
deepCopy() - Method in class com.google.common.css.compiler.ast.CssAbstractBlockNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssAttributeSelectorNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssBlockNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssBooleanExpressionNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssClassSelectorNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssCombinatorNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssCommentNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssComponentNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssCompositeValueNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssConditionalBlockNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssConditionalRuleNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssConstantReferenceNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssCustomFunctionNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssDeclarationBlockNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssDeclarationNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssDefinitionNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssFontFaceNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssForLoopRuleNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssFunctionArgumentsNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssFunctionNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssHexColorNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssIdSelectorNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssImportBlockNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssImportRuleNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssKeyframeRulesetNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssKeyframesNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssKeyListNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssKeyNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssLiteralNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssLoopVariableNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssMathNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssMediaRuleNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssMixinDefinitionNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssMixinNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssNumericNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssPageRuleNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssPageSelectorNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssPriorityNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssPropertyNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssPropertyValueNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssProvideNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssPseudoClassNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssPseudoElementNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssRefinerListNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssRequireNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssRootNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssRulesetNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssSelectorListNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssSelectorNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssStringNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssUnicodeRangeNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssUnknownAtRuleNode
 
deepCopy() - Method in class com.google.common.css.compiler.ast.CssValueNode
 
DEF_PREFIX - Static variable in class com.google.common.css.compiler.passes.ResolveCustomFunctionNodesForChunks
The prefix for definitions of calls with references
DEFAULT - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
Lexical state.
DEFAULT - Static variable in interface com.google.template.soy.exprparse.ExpressionParserConstants
Lexical state.
DEFAULT - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
Lexical state.
DEFAULT - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
Lexical state.
DEFAULT - Static variable in interface com.google.template.soy.types.parse.TypeParserConstants
Lexical state.
DEFAULT_CASE - Static variable in class com.google.javascript.rhino.Token
Token types.
DEFAULT_FILENAME_PREFIX - Static variable in class com.google.javascript.jscomp.ES6ModuleLoader
The default module root, the current directory.
DEFAULT_IN_MSG_BLOCK_AT_SOL - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
Lexical state.
DEFAULT_IN_MSG_BLOCK_NOT_SOL - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
Lexical state.
DEFAULT_NOT_SOL - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
Lexical state.
DEFAULT_VALUE - Static variable in class com.google.javascript.rhino.Token
Token types.
defaultAutoescapeMode - Variable in class com.google.template.soy.soytree.TemplateNode.SoyFileHeaderInfo
 
defaultBindingIdentifier - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ImportDeclarationTree
 
defaultCase(Node) - Static method in class com.google.javascript.rhino.IR
 
DefaultClauseTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
DefaultClauseTree(SourceRange, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.DefaultClauseTree
 
DefaultCommandLineCompiler - Class in com.google.common.css.compiler.commandline
DefaultCommandLineCompiler provides the CSS parser from command line interface to users.
DefaultCommandLineCompiler(JobDescription, ExitCodeHandler, ErrorManager) - Constructor for class com.google.common.css.compiler.commandline.DefaultCommandLineCompiler
Constructs a DefaultCommandLineCompiler.
DefaultCommandLineCompiler.CompilerErrorManager - Class in com.google.common.css.compiler.commandline
An error message handler.
DefaultDependencyResolver - Class in com.google.javascript.jscomp.deps
Class for resolving Closure dependencies.
DefaultDependencyResolver(List<DependencyFile>, boolean) - Constructor for class com.google.javascript.jscomp.deps.DefaultDependencyResolver
Creates a new dependency resolver.
DefaultExitCodeHandler - Class in com.google.common.css
DefaultExitCodeHandler is a default implementation of ExitCodeHandler that uses System.exit(int).
DefaultExitCodeHandler() - Constructor for class com.google.common.css.DefaultExitCodeHandler
 
DefaultGssFunctionMapProvider - Class in com.google.common.css.compiler.gssfunctions
Provides the default set of functions that are bundled with Closure Stylesheets.
DefaultGssFunctionMapProvider() - Constructor for class com.google.common.css.compiler.gssfunctions.DefaultGssFunctionMapProvider
 
DefaultGssSourceMapGenerator - Class in com.google.common.css.compiler.passes
Class to collect and generate source map(v3) for Gss compiler.
DefaultGssSourceMapGenerator(JobDescription.SourceMapDetailLevel) - Constructor for class com.google.common.css.compiler.passes.DefaultGssSourceMapGenerator
Constructor to get source map class to use.
defaultLevel - Variable in class com.google.javascript.jscomp.DiagnosticType
Default level
DefaultParameterTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
DefaultParameterTree(SourceRange, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.DefaultParameterTree
 
DefaultPassConfig - Class in com.google.javascript.jscomp
Pass factories and meta-data for native JSCompiler passes.
DefaultPassConfig(CompilerOptions) - Constructor for class com.google.javascript.jscomp.DefaultPassConfig
 
DefaultTreeVisitor - Class in com.google.common.css.compiler.ast
Visits everything and does nothing.
DefaultTreeVisitor() - Constructor for class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
defaultValue - Variable in class com.google.javascript.jscomp.parsing.parser.trees.DefaultParameterTree
 
defineDeclaredProperty(String, JSType, Node) - Method in class com.google.javascript.rhino.jstype.ObjectType
Defines a property whose type is explicitly declared by the programmer.
defineDelegateProxyPrototypeProperties(JSTypeRegistry, StaticTypedScope<JSType>, List<ObjectType>, Map<String, String>) - Method in interface com.google.javascript.jscomp.CodingConvention
Defines the delegate proxy prototype properties.
defineDelegateProxyPrototypeProperties(JSTypeRegistry, StaticTypedScope<JSType>, List<ObjectType>, Map<String, String>) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
defineElement(String, Node) - Method in class com.google.javascript.rhino.jstype.EnumType
Defines a new element on this enum.
defineEscapes() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.CrossLanguageStringXform
Returns the escapes used for this escaper.
defineEscapes() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.EscapeCssString
 
defineEscapes() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.EscapeHtml
 
defineEscapes() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.EscapeHtmlNospace
 
defineEscapes() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.EscapeJsRegex
 
defineEscapes() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.EscapeJsString
 
defineEscapes() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.EscapeUri
 
defineEscapes() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.FilterCssValue
 
defineEscapes() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.FilterHtmlAttributes
 
defineEscapes() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.FilterHtmlElementName
 
defineEscapes() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.FilterImageDataUri
 
defineEscapes() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.FilterNormalizeUri
 
defineEscapes() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.NormalizeHtml
 
defineEscapes() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.NormalizeHtmlNospace
 
defineEscapes() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.NormalizeUri
 
defineInferredProperty(String, JSType, Node) - Method in class com.google.javascript.rhino.jstype.ObjectType
Defines a property whose type is inferred.
defineReferenceAt(Node) - Method in class com.google.javascript.jscomp.SymbolTable.Symbol
 
defineSynthesizedProperty(String, JSType, Node) - Method in class com.google.javascript.rhino.jstype.ObjectType
Defines a property whose type is on a synthesized object.
DefinitionPrinter<T> - Class in com.google.common.css.compiler.passes
Printer for definition nodes, which outputs GSS definitions so that they can be re-parsed later.
DefinitionPrinter(CssNode, T) - Constructor for class com.google.common.css.compiler.passes.DefinitionPrinter
Create a printer for all the definitions in the given chunk.
DefinitionPrinter(CssTree, T) - Constructor for class com.google.common.css.compiler.passes.DefinitionPrinter
Create a printer for all the definitions in the given chunk.
del(String) - Method in class com.google.template.soy.data.internal.EasyDictImpl
 
del(int) - Method in class com.google.template.soy.data.internal.EasyListImpl
 
del(String) - Method in interface com.google.template.soy.data.SoyEasyDict
Deletes a subfield of this dict.
del(int) - Method in interface com.google.template.soy.data.SoyEasyList
Deletes a value from this SoyList, given its index.
delCalleeName(String) - Method in class com.google.template.soy.soytree.CallDelegateNode.Builder
 
delCalleeVariantExpr(ExprRootNode) - Method in class com.google.template.soy.soytree.CallDelegateNode.Builder
 
DelegateTemplateConflictException(String) - Constructor for exception com.google.template.soy.soytree.TemplateRegistry.DelegateTemplateConflictException
 
delete(Node) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
Deletes a node and its contents from the source file.
deleteEndingIfEndingIs(String) - Method in class com.google.common.css.compiler.passes.CodeBuffer
Deletes the end of the buffer if it exactly equals s.
deleteLastChar() - Method in class com.google.common.css.compiler.passes.CodeBuffer
Deletes the last character in the buffer and updates the nextCharIndex and nextLineIndex.
deleteLastCharIfCharIs(char) - Method in class com.google.common.css.compiler.passes.CodeBuffer
Deletes the last character from the string builder if the character is as given.
deleteLastChars(int) - Method in class com.google.common.css.compiler.passes.CodeBuffer
Deletes last n characters in the buffer.
deleteWithoutRemovingSurroundWhitespace(Node) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
Deletes a node and its contents from the source file.
delField(String) - Method in class com.google.template.soy.data.internal.EasyDictImpl
 
delField(String) - Method in interface com.google.template.soy.data.SoyEasyDict
Deletes a field of this dict.
delimiter - Variable in enum com.google.common.css.compiler.ast.CssStringNode.Type
 
delimType - Variable in class com.google.template.soy.parsepasses.contextautoesc.Context
Describes the quoting convention for the attribute value that the context point is in.
DELPACKAGE_TAG - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
delPackageName - Variable in class com.google.template.soy.soytree.TemplateNode.SoyFileHeaderInfo
 
delPackageNameToDelTemplateMap - Variable in class com.google.template.soy.soytree.TemplateRegistry.DelegateTemplateDivision
Map of all delegate templates in this division, by delegate package name.
DELPROP - Static variable in class com.google.javascript.rhino.Token
Token types.
DelTemplateSelector - Interface in com.google.template.soy.jbcsrc.api
Defines a strategy for looking up deltemplates by callee name and variant.
DelTemplateSelectorImpl - Class in com.google.template.soy.jbcsrc.api
A helper for performing deltemplate selection.
DelTemplateSelectorImpl.Factory - Class in com.google.template.soy.jbcsrc.api
DEMO_AUTOESCAPE_TRUE - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo
Same as DemoAutoescapeTrueSoyTemplateInfo.getInstance().
DEMO_AUTOESCAPE_TRUE - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.TemplateName
The full template name of the .demoAutoescapeTrue template.
DEMO_BIDI_SUPPORT - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo
Same as DemoBidiSupportSoyTemplateInfo.getInstance().
DEMO_BIDI_SUPPORT - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.TemplateName
The full template name of the .demoBidiSupport template.
DEMO_CALL_OTHER_FILE - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo
Same as DemoCallOtherFileSoyTemplateInfo.getInstance().
DEMO_CALL_OTHER_FILE - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.TemplateName
The full template name of the .demoCallOtherFile template.
DEMO_CALL_WITH_PARAM - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo
Same as DemoCallWithParamSoyTemplateInfo.getInstance().
DEMO_CALL_WITH_PARAM - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.TemplateName
The full template name of the .demoCallWithParam template.
DEMO_CALL_WITH_PARAM_BLOCK - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo
Same as DemoCallWithParamBlockSoyTemplateInfo.getInstance().
DEMO_CALL_WITH_PARAM_BLOCK - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.TemplateName
The full template name of the .demoCallWithParamBlock template.
DEMO_CALL_WITHOUT_PARAM - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo
Same as DemoCallWithoutParamSoyTemplateInfo.getInstance().
DEMO_CALL_WITHOUT_PARAM - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.TemplateName
The full template name of the .demoCallWithoutParam template.
DEMO_COMMENTS - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo
Same as DemoCommentsSoyTemplateInfo.getInstance().
DEMO_COMMENTS - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.TemplateName
The full template name of the .demoComments template.
DEMO_DOUBLE_BRACES - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo
Same as DemoDoubleBracesSoyTemplateInfo.getInstance().
DEMO_DOUBLE_BRACES - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.TemplateName
The full template name of the .demoDoubleBraces template.
DEMO_EXPRESSIONS - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo
Same as DemoExpressionsSoyTemplateInfo.getInstance().
DEMO_EXPRESSIONS - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.TemplateName
The full template name of the .demoExpressions template.
DEMO_FOR - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo
Same as DemoForSoyTemplateInfo.getInstance().
DEMO_FOR - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.TemplateName
The full template name of the .demoFor template.
DEMO_FOREACH - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo
Same as DemoForeachSoyTemplateInfo.getInstance().
DEMO_FOREACH - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.TemplateName
The full template name of the .demoForeach template.
DEMO_IF - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo
Same as DemoIfSoyTemplateInfo.getInstance().
DEMO_IF - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.TemplateName
The full template name of the .demoIf template.
DEMO_LINE_JOINING - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo
Same as DemoLineJoiningSoyTemplateInfo.getInstance().
DEMO_LINE_JOINING - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.TemplateName
The full template name of the .demoLineJoining template.
DEMO_MSG - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo
Same as DemoMsgSoyTemplateInfo.getInstance().
DEMO_MSG - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.TemplateName
The full template name of the .demoMsg template.
DEMO_PARAM_WITH_KIND_ATTRIBUTE - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo
Same as DemoParamWithKindAttributeSoyTemplateInfo.getInstance().
DEMO_PARAM_WITH_KIND_ATTRIBUTE - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.TemplateName
The full template name of the .demoParamWithKindAttribute template.
DEMO_PRINT - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo
Same as DemoPrintSoyTemplateInfo.getInstance().
DEMO_PRINT - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.TemplateName
The full template name of the .demoPrint template.
DEMO_RAW_TEXT_COMMANDS - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo
Same as DemoRawTextCommandsSoyTemplateInfo.getInstance().
DEMO_RAW_TEXT_COMMANDS - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.TemplateName
The full template name of the .demoRawTextCommands template.
DEMO_SWITCH - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo
Same as DemoSwitchSoyTemplateInfo.getInstance().
DEMO_SWITCH - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.TemplateName
The full template name of the .demoSwitch template.
DependencyFile - Class in com.google.javascript.jscomp.deps
SourceFile containing dependency information.
DependencyFile(SourceFile) - Constructor for class com.google.javascript.jscomp.deps.DependencyFile
Creates a new dependency file.
DependencyInfo - Interface in com.google.javascript.jscomp.deps
A data structure for JS dependency information for a single .js file.
DependencyOptions - Class in com.google.javascript.jscomp
Options for how to manage dependencies between input files.
DependencyOptions() - Constructor for class com.google.javascript.jscomp.DependencyOptions
 
DependencyResolver - Interface in com.google.javascript.jscomp.deps
Interface for DependencyResolver to keep in line with DefaultDependencyResolver, which doesn't provide an interface.
dependsOn(JSModule, JSModule) - Method in class com.google.javascript.jscomp.JSModuleGraph
Determines whether this module depends on a given module.
DEPRECATED - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
DEPRECATED_ANNOTATIONS - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
DepsFileParser - Class in com.google.javascript.jscomp.deps
A parser that can extract dependency information from existing deps.js files.
DepsFileParser(ErrorManager) - Constructor for class com.google.javascript.jscomp.deps.DepsFileParser
Constructor
DepsFileParser(Function<String, String>, ErrorManager) - Constructor for class com.google.javascript.jscomp.deps.DepsFileParser
 
DepsGenerator - Class in com.google.javascript.jscomp.deps
Generates deps.js files by scanning JavaScript files for calls to goog.provide(), goog.require() and goog.addDependency().
DepsGenerator(Collection<SourceFile>, Collection<SourceFile>, DepsGenerator.InclusionStrategy, String, ErrorManager) - Constructor for class com.google.javascript.jscomp.deps.DepsGenerator
Creates a new DepsGenerator.
DepsGenerator.InclusionStrategy - Enum in com.google.javascript.jscomp.deps
 
depTemplateSet - Variable in class com.google.template.soy.sharedpasses.FindTransitiveDepTemplatesVisitor.TransitiveDepTemplatesInfo
Set of templates transitively called by the root template(s).
depth - Variable in class com.google.javascript.jscomp.Scope
 
dereference() - Method in class com.google.javascript.rhino.jstype.JSType
Dereference a type for property access.
derive(Context.State) - Method in class com.google.template.soy.parsepasses.contextautoesc.Context
Returns a context that differs only in the state.
derive(Context.JsFollowingSlash) - Method in class com.google.template.soy.parsepasses.contextautoesc.Context
Returns a context that differs only in the following slash.
derive(Context.UriPart) - Method in class com.google.template.soy.parsepasses.contextautoesc.Context
Returns a context that differs only in the uri part.
DerivedTemplateUtils - Class in com.google.template.soy.parsepasses.contextautoesc
Utilities for dealing with the names of derived templates.
desc() - Method in class com.google.template.soy.soytree.defn.TemplateParam
 
describeFunctionBind(Node, boolean, boolean) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
 
describeFunctionBind(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
A Bind instance or null.
describeFunctionBind(Node, boolean, boolean) - Method in interface com.google.javascript.jscomp.CodingConvention
A Bind instance or null.
describeFunctionBind(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
describeFunctionBind(Node, boolean, boolean) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
description - Variable in class com.google.javascript.jscomp.JSError
Description of the error
Descriptor - Interface in org.plovr.docgen
 
DescriptorPass - Class in org.plovr.docgen
 
DescriptorPass(AbstractCompiler, Config) - Constructor for class org.plovr.docgen.DescriptorPass
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class org.plovr.CustomPassConfig.CustomPassConfigDeserializer
 
DESTINATION - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoCallWithoutParamSoyTemplateInfo
Listed by .tripReport_ (private).
DESTINATION - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .tripReport_ (private).
destinationName - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ExportSpecifierTree
 
destinationName - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ImportSpecifierTree
 
DESTINATIONS - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoCallWithParamSoyTemplateInfo
List of destinations visited by this person.
DESTINATIONS - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .demoCallWithParam.
DetachableContentProvider - Class in com.google.template.soy.jbcsrc.runtime
A special implementation of SoyValueProvider to use as a shared base class for the jbcsrc implementations of the generated LetContentNode and CallParamContentNode implementations.
DetachableContentProvider(SanitizedContent.ContentKind) - Constructor for class com.google.template.soy.jbcsrc.runtime.DetachableContentProvider
 
DetachableSoyValueProvider - Class in com.google.template.soy.jbcsrc.runtime
A special implementation of SoyValueProvider to use as a shared base class for the jbcsrc implementations of the generated LetValueNode and CallParamValueNode implementations.
DetachableSoyValueProvider() - Constructor for class com.google.template.soy.jbcsrc.runtime.DetachableSoyValueProvider
 
detachChildren() - Method in class com.google.javascript.rhino.Node
Removes all children from this node and isolates the children from each other.
detachFromParent() - Method in class com.google.javascript.rhino.Node
Removes this node from its parent.
devirtualizePrototypeMethods - Variable in class com.google.javascript.jscomp.CompilerOptions
Devirtualize prototype method by rewriting them to be static calls that take the this pointer as their first argument
DiagnosticGroup - Class in com.google.javascript.jscomp
Group a set of related diagnostic types together, so that they can be toggled on and off as one unit.
DiagnosticGroup(DiagnosticType...) - Constructor for class com.google.javascript.jscomp.DiagnosticGroup
Create a group that matches all errors of the given types.
DiagnosticGroup(DiagnosticGroup...) - Constructor for class com.google.javascript.jscomp.DiagnosticGroup
Create a composite group.
DiagnosticGroup(String, DiagnosticGroup...) - Constructor for class com.google.javascript.jscomp.DiagnosticGroup
Create a composite group.
DiagnosticGroupRegistrar - Interface in org.plovr
 
DiagnosticGroups - Class in com.google.javascript.jscomp
Named groups of DiagnosticTypes exposed by Compiler.
DiagnosticGroups() - Constructor for class com.google.javascript.jscomp.DiagnosticGroups
 
DiagnosticGroupUtil - Class in org.plovr
DiagnosticGroupUtil is a hack to work around the fact that not everything that plovr needs from DiagnosticGroups is exposed via its public API.
DiagnosticGroupWarningsGuard - Class in com.google.javascript.jscomp
Sets the level for a particular DiagnosticGroup.
DiagnosticGroupWarningsGuard(DiagnosticGroup, CheckLevel) - Constructor for class com.google.javascript.jscomp.DiagnosticGroupWarningsGuard
 
DiagnosticType - Class in com.google.javascript.jscomp
The type of a compile or analysis error.
DICT_IMPLEMENTS_INTERF - Static variable in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc
 
DictImpl - Class in com.google.template.soy.data.internal
Internal implementation of SoyDict in terms of a map.
didParseSucceed() - Method in class com.google.javascript.jscomp.deps.JsFileLineParser
 
diff - Variable in class com.google.javascript.jscomp.PerformanceTracker.Stats
 
differsFrom(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
Whether this type is meaningfully different from that type for the purposes of data flow analysis.
DIGIT - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
DiGraph<N,E> - Class in com.google.javascript.jscomp.graph
A generic directed graph.
DiGraph() - Constructor for class com.google.javascript.jscomp.graph.DiGraph
 
DiGraph.DiGraphEdge<N,E> - Interface in com.google.javascript.jscomp.graph
A generic directed graph edge.
DiGraph.DiGraphNode<N,E> - Interface in com.google.javascript.jscomp.graph
A generic directed graph node.
Dir - Enum in com.google.template.soy.data
Enum for data directionality.
dirAttr(String, boolean) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Returns "dir=\"ltr\"" or "dir=\"rtl\"", depending on str's estimated directionality, if it is not the same as the context directionality.
dirAttr(String) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Operates like BidiFormatter.dirAttr(String, boolean), but assumes isHtml is false.
dirAttrValue(String, boolean) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Returns "rtl" if str's estimated directionality is RTL, and "ltr" if it is LTR.
DIRECT_EVAL - Static variable in class com.google.javascript.rhino.Node
 
DirectiveDigest - Class in com.google.template.soy.shared.internal
The identifiers associated with the support for a particular escaping directive.
directiveName - Variable in enum com.google.template.soy.parsepasses.contextautoesc.EscapingMode
The Soy {print} directive that specifies this escaping mode.
DIRECTIVES - Static variable in class com.google.javascript.rhino.Node
 
disable_tracing() - Method in class com.google.common.css.compiler.ast.GssParserCC
Disable tracing.
disable_tracing() - Method in class com.google.template.soy.exprparse.ExpressionParser
Disable tracing.
disable_tracing() - Method in class com.google.template.soy.soyparse.SoyFileParser
Disable tracing.
disable_tracing() - Method in class com.google.template.soy.soyparse.TemplateParser
Disable tracing.
disable_tracing() - Method in class com.google.template.soy.types.parse.TypeParser
Disable tracing.
disabled(String, String) - Static method in class com.google.javascript.jscomp.DiagnosticType
Create a DiagnosticType at level CheckLevel.OFF
disableRuntimeTypeCheck() - Method in class com.google.javascript.jscomp.CompilerOptions
 
disables(DiagnosticGroup) - Method in class com.google.javascript.jscomp.ComposeWarningsGuard
 
disables(DiagnosticGroup) - Method in class com.google.javascript.jscomp.DiagnosticGroupWarningsGuard
 
disables(DiagnosticGroup) - Method in class com.google.javascript.jscomp.WarningsGuard
Returns whether all warnings in the given diagnostic group will be filtered out.
disableThreads() - Method in class com.google.javascript.jscomp.Compiler
Disable threads.
DisallowDuplicateDeclarations - Class in com.google.common.css.compiler.passes
Compiler pass that reports an error if a ruleset has two of the same declarations that are not marked as alternate.
DisallowDuplicateDeclarations(VisitController, ErrorManager) - Constructor for class com.google.common.css.compiler.passes.DisallowDuplicateDeclarations
 
disambiguateProperties - Variable in class com.google.javascript.jscomp.CompilerOptions
Rename properties to disambiguate between unrelated fields based on type information.
disconnect(N, N) - Method in class com.google.javascript.jscomp.graph.Graph
Disconnects two nodes in the graph by removing all edges between them.
disconnect(N, N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
disconnect(N, N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
disconnectInDirection(N, N) - Method in class com.google.javascript.jscomp.graph.DiGraph
Disconnects all edges from n1 to n2.
disconnectInDirection(N, N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
DISPOSE_ALL - Static variable in class com.google.javascript.jscomp.CheckEventfulObjectDisposal
Constant used to signify all arguments of method/function should be marked as disposed.
DISPOSE_SELF - Static variable in class com.google.javascript.jscomp.CheckEventfulObjectDisposal
Constant used to signify that object on which this method is called, will itself get disposed of.
disposesOf(String) - Method in class com.google.javascript.rhino.JSDocInfo
Return whether the function disposes of specified parameter.
Div() - Constructor for class com.google.common.css.compiler.gssfunctions.GssFunctions.Div
 
DIV - Static variable in class com.google.javascript.rhino.Token
Token types.
DivideByOpNode(SourceLocation) - Constructor for class com.google.template.soy.exprtree.OperatorNodes.DivideByOpNode
 
dividedBy(SoyValue, SoyValue) - Static method in class com.google.template.soy.shared.internal.SharedRuntime
Performs the / operator on the two values.
DO - Static variable in class com.google.javascript.rhino.Token
Token types.
DocWriter - Class in org.plovr.docgen
 
DocWriter(File, Map<String, ClassDescriptor>, Map<String, LibraryDescriptor>) - Constructor for class org.plovr.docgen.DocWriter
 
doEquivalent(ExprNode, ExprNode) - Method in class com.google.template.soy.exprtree.ExprEquivalence
 
doGet(HttpExchange, QueryData, Config) - Method in class org.plovr.CompileRequestHandler
 
doGet(HttpExchange, QueryData, Config) - Method in class org.plovr.ConfigRequestHandler
 
doGet(HttpExchange, QueryData, Config) - Method in class org.plovr.CssHandler
 
doGet(HttpExchange, QueryData, Config) - Method in class org.plovr.ExternsHandler
 
doGet(HttpExchange, QueryData, Config) - Method in class org.plovr.InputFileHandler
 
doGet(HttpExchange, QueryData, Config) - Method in class org.plovr.ListHandler
 
doGet(HttpExchange, QueryData, Config) - Method in class org.plovr.ModuleHandler
 
doGet(HttpExchange, QueryData, Config) - Method in class org.plovr.ModulesHandler
 
doGet(HttpExchange, QueryData, Config) - Method in class org.plovr.SizeHandler
 
doGet(HttpExchange, QueryData, Config) - Method in class org.plovr.SourceMapHandler
 
doGet(HttpExchange, QueryData, Config) - Method in class org.plovr.TestHandler
 
doGet(HttpExchange, QueryData, Config) - Method in class org.plovr.ViewFileHandler
 
doHash(ExprNode) - Method in class com.google.template.soy.exprtree.ExprEquivalence
 
DOLLAR - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
DOLLAR_EQUALS - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
DOLLAR_IDENT - Static variable in interface com.google.template.soy.exprparse.ExpressionParserConstants
RegularExpression Id.
Done() - Method in interface com.google.common.css.compiler.ast.CharStream
The lexer calls this function to indicate that it is done with the stream and hence implementations can free any resources held by this class.
Done() - Method in class com.google.common.css.compiler.ast.StringCharStream
The lexer calls this function to indicate that it is done with the stream and hence implementations can free any resources held by this class.
Done() - Method in class com.google.template.soy.exprparse.SimpleCharStream
Reset buffer when finished.
done() - Static method in class com.google.template.soy.jbcsrc.api.RenderResult
Returns a RenderResult with type set to done.
Done() - Method in class com.google.template.soy.soyparse.SimpleCharStream
Reset buffer when finished.
Done() - Method in class com.google.template.soy.types.parse.SimpleCharStream
Reset buffer when finished.
doNode(Node, Node) - Static method in class com.google.javascript.rhino.IR
 
doRender(Appendable) - Method in class com.google.template.soy.data.internal.RenderableThunk
 
doRender(AdvisingAppendable) - Method in class com.google.template.soy.jbcsrc.runtime.DetachableContentProvider
Overridden by generated subclasses to implement lazy detachable resolution.
doResolve() - Method in class com.google.template.soy.jbcsrc.runtime.DetachableSoyValueProvider
Overridden by generated subclasses to implement lazy detachable resolution.
DOT - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
DOT - Static variable in interface com.google.template.soy.types.parse.TypeParserConstants
RegularExpression Id.
DOT_IDENT - Static variable in interface com.google.template.soy.exprparse.ExpressionParserConstants
RegularExpression Id.
DOT_INDEX - Static variable in interface com.google.template.soy.exprparse.ExpressionParserConstants
RegularExpression Id.
DotFormatter - Class in com.google.javascript.jscomp
DotFormatter prints out a dot file of the Abstract Syntax Tree.
DOTTED_IDENT - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
DOTTED_IDENT_RE - Static variable in class com.google.template.soy.base.internal.BaseUtils
Regular expression for a dotted identifier.
DOUBLE_QUOTE - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
DOUBLE_QUOTED_STRING - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
DoWhileStatementTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
DoWhileStatementTree(SourceRange, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.DoWhileStatementTree
 
drive() - Method in class com.google.javascript.refactoring.RefactoringDriver
Run the refactoring and return any suggested fixes as a result.
DummyErrorManager - Class in com.google.common.css.compiler.passes
DummyErrorManager is a stateless error manager suitable for use in the Null Object pattern.
DummyErrorManager() - Constructor for class com.google.common.css.compiler.passes.DummyErrorManager
 
dumpEntries(PrintStream) - Static method in class com.google.javascript.jscomp.parsing.parser.util.Timer
 
DUPLICATE_ENUM_VALUE - Static variable in class com.google.javascript.jscomp.lint.CheckEnums
 
DUPLICATE_MESSAGE - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
DUPLICATE_VARS - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
duringComputeJSType - Variable in class com.google.javascript.jscomp.newtypes.Namespace
 

E

EasyDictImpl - Class in com.google.template.soy.data.internal
Internal implementation of SoyEasyDict.
EasyDictImpl(SoyValueHelper) - Constructor for class com.google.template.soy.data.internal.EasyDictImpl
Important: Do not use outside of Soy code (treat as superpackage-private).\
EasyListImpl - Class in com.google.template.soy.data.internal
Internal implementation of SoyEasyList.
EasyListImpl(SoyValueHelper) - Constructor for class com.google.template.soy.data.internal.EasyListImpl
Important: Do not use outside of Soy code (treat as superpackage-private).
edge - Variable in class com.google.javascript.jscomp.graph.GraphReachability.EdgeTuple
 
EdgeTuple(N, E, N) - Constructor for class com.google.javascript.jscomp.graph.GraphReachability.EdgeTuple
 
elapsedTime - Variable in class com.google.javascript.jscomp.parsing.parser.util.Timer.Entry
 
elementName() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
elements() - Method in class com.google.javascript.jscomp.graph.StandardUnionFind
 
elements() - Method in interface com.google.javascript.jscomp.graph.UnionFind
Returns an unmodifiable set of all elements added to the UnionFind.
elements - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ArrayLiteralExpressionTree
 
elements - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ArrayPatternTree
 
elements - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ClassDeclarationTree
 
elements - Variable in class com.google.javascript.jscomp.parsing.parser.trees.InterfaceDeclarationTree
 
elements - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ModuleDeclarationTree
 
elements - Variable in class com.google.javascript.jscomp.parsing.parser.trees.TemplateLiteralExpressionTree
 
elementType - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ArrayTypeTree
 
EliminateConditionalNodes - Class in com.google.common.css.compiler.passes
A compiler pass that eliminates the conditional blocks for which the boolean expression does not evaluate to true.
EliminateConditionalNodes(MutatingVisitController, Set<String>) - Constructor for class com.google.common.css.compiler.passes.EliminateConditionalNodes
 
eliminateDeadStyles - Variable in class com.google.common.css.JobDescription
 
eliminateDeadStyles() - Method in class com.google.common.css.JobDescriptionBuilder
 
EliminateEmptyRulesetNodes - Class in com.google.common.css.compiler.passes
A compiler pass that eliminates the empty ruleset nodes.
EliminateEmptyRulesetNodes(MutatingVisitController) - Constructor for class com.google.common.css.compiler.passes.EliminateEmptyRulesetNodes
 
EliminateUnitsFromZeroNumericValues - Class in com.google.common.css.compiler.passes
A compiler pass that eliminates useless units from 0.
EliminateUnitsFromZeroNumericValues(MutatingVisitController) - Constructor for class com.google.common.css.compiler.passes.EliminateUnitsFromZeroNumericValues
 
EliminateUselessRulesetNodes - Class in com.google.common.css.compiler.passes
Compiler pass that removes useless ruleset nodes from the AST.
EliminateUselessRulesetNodes(CssTree) - Constructor for class com.google.common.css.compiler.passes.EliminateUselessRulesetNodes
 
ELLIPSIS - Static variable in class com.google.javascript.rhino.Token
Token types.
elseClause - Variable in class com.google.javascript.jscomp.parsing.parser.trees.IfStatementTree
 
elseifBuilder(int, String, SourceLocation) - Static method in class com.google.template.soy.soytree.IfCondNode
 
elType - Variable in class com.google.template.soy.parsepasses.contextautoesc.Context
Describes the innermost element that the text preceding the context point is in.
empty() - Static method in class com.google.javascript.rhino.IR
 
EMPTY - Static variable in class com.google.javascript.rhino.Token
Token types.
EMPTY - Static variable in class com.google.template.soy.data.internal.DictImpl
Empty, immutable dictionary.
EMPTY - Static variable in interface com.google.template.soy.msgs.SoyMsgBundle
Null object for SoyMsgBundle, assumes English Locale.
EMPTY - Static variable in interface com.google.template.soy.shared.SoyCssRenamingMap
A renaming map that has no entries.
EMPTY_CHAR_STREAM - Static variable in class com.google.common.css.compiler.ast.AbstractGssParser
 
EMPTY_DICT - Static variable in class com.google.template.soy.data.SoyValueHelper
An immutable empty dict.
EMPTY_INSTANCE - Static variable in class com.google.template.soy.data.internal.ParamStore
 
EMPTY_LIST - Static variable in class com.google.template.soy.data.SoyValueHelper
An immutable empty list.
EMPTY_STRING - Static variable in class com.google.template.soy.data.restricted.StringData
Static instance of StringData with value "".
EMPTY_TYPE_COMPONENT - Static variable in class com.google.javascript.rhino.jstype.JSType
 
EmptyMessageBundle - Class in com.google.javascript.jscomp
An implementation of MessageBundle that has no translations.
EmptyMessageBundle() - Constructor for class com.google.javascript.jscomp.EmptyMessageBundle
 
emptyScope() - Static method in class com.google.javascript.rhino.testing.MapBasedScope
 
EmptyStatementTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
EmptyStatementTree(SourceRange) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.EmptyStatementTree
 
emptyString(SanitizedContent.ContentKind) - Static method in class com.google.template.soy.data.SanitizedContents
Creates an empty string constant.
enable_tracing() - Method in class com.google.common.css.compiler.ast.GssParserCC
Enable tracing.
enable_tracing() - Method in class com.google.template.soy.exprparse.ExpressionParser
Enable tracing.
enable_tracing() - Method in class com.google.template.soy.soyparse.SoyFileParser
Enable tracing.
enable_tracing() - Method in class com.google.template.soy.soyparse.TemplateParser
Enable tracing.
enable_tracing() - Method in class com.google.template.soy.types.parse.TypeParser
Enable tracing.
enableExternExports(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
enableRuntimeTypeCheck(String) - Method in class com.google.javascript.jscomp.CompilerOptions
Enable run-time type checking, which adds JS type assertions for debugging.
enables(DiagnosticGroup) - Method in class com.google.javascript.jscomp.ComposeWarningsGuard
Determines whether this guard will "elevate" the status of any disabled diagnostic type in the group to a warning or an error.
enables(DiagnosticGroup) - Method in class com.google.javascript.jscomp.DiagnosticGroupWarningsGuard
 
enables(DiagnosticGroup) - Method in class com.google.javascript.jscomp.WarningsGuard
Returns whether any of the warnings in the given diagnostic group will be upgraded to a warning or error.
EncounteredPlrselMsgException(MsgNode) - Constructor for exception com.google.template.soy.msgs.internal.InsertMsgsVisitor.EncounteredPlrselMsgException
 
end - Variable in class com.google.javascript.jscomp.parsing.parser.util.SourceRange
 
end() - Method in class com.google.javascript.jscomp.parsing.parser.util.Timer
 
END_MASK - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
endColumn - Variable in class com.google.common.css.compiler.ast.Token
The column number of the last character of this Token.
endColumn - Variable in class com.google.template.soy.exprparse.Token
The column number of the last character of this Token.
endColumn - Variable in class com.google.template.soy.soyparse.Token
The column number of the last character of this Token.
endColumn - Variable in class com.google.template.soy.types.parse.Token
The column number of the last character of this Token.
endEdge() - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Returns "left" for RTL context directionality.
endLine - Variable in class com.google.common.css.compiler.ast.Token
The line number of the last character of this Token.
endLine - Variable in class com.google.template.soy.exprparse.Token
The line number of the last character of this Token.
endLine - Variable in class com.google.template.soy.soyparse.Token
The line number of the last character of this Token.
endLine - Variable in class com.google.template.soy.types.parse.Token
The line number of the last character of this Token.
endSourceMapping(CssNode, int, int) - Method in class com.google.common.css.compiler.passes.DefaultGssSourceMapGenerator
Finishes the source mapping for the given node at the current position.
endSourceMapping(CssNode, int, int) - Method in interface com.google.common.css.compiler.passes.GssSourceMapGenerator
Finishes the source mapping for the given node at the current position.
endSourceMapping(CssNode, int, int) - Method in class com.google.common.css.compiler.passes.NullGssSourceMapGenerator
 
ensureDirsExistInPath(String) - Static method in class com.google.template.soy.base.internal.BaseUtils
Ensures that the directories in the given path exist, creating them if necessary.
ensureUpToDate() - Method in class com.google.javascript.jscomp.deps.DependencyFile
Ensures that the dependency graph is up to date and reloads the graph if necessary.
ensureValidValue(SoyData) - Static method in class com.google.template.soy.data.restricted.CollectionData
Ensures that the given value is valid for insertion into a Soy data tree.
enter(CssNode) - Method in class com.google.common.css.compiler.passes.CodePrinter
 
enter(CssNode) - Method in class com.google.common.css.compiler.passes.EnumeratingVisitor
 
enter(CssNode) - Method in class com.google.common.css.compiler.passes.LocationBoundingVisitor
 
enter(CssNode) - Method in class com.google.common.css.compiler.passes.SExprPrinter
 
enter(CssNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
 
enter() - Method in class com.google.template.soy.shared.internal.GuiceSimpleScope
Enters an occurrence of this scope.
enterArgumentNode(CssValueNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssFunctionNode's sub trees
enterArgumentNode(CssValueNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterArgumentNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterArgumentNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.DefinitionPrinter
 
enterArgumentNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.EvaluateCompileConstants
 
enterArgumentNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterArgumentNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.ReplaceConstantReferences
 
enterArgumentNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.ReplaceMixins
 
enterArgumentNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssFunctionNode's sub trees
enterAttributeSelector(CssAttributeSelectorNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssAttributeSelectorNode's sub trees
enterAttributeSelector(CssAttributeSelectorNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterAttributeSelector(CssAttributeSelectorNode) - Method in class com.google.common.css.compiler.passes.ChunkCompactPrinter
 
enterAttributeSelector(CssAttributeSelectorNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterAttributeSelector(CssAttributeSelectorNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterAttributeSelector(CssAttributeSelectorNode) - Method in class com.google.common.css.compiler.passes.StrictCss2
Ensures that attribute selectors are valid.
enterAttributeSelector(CssAttributeSelectorNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssAttributeSelectorNode's sub trees
enterBlock(CssBlockNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssBlockNode's sub trees
enterBlock(CssBlockNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterBlock(CssBlockNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterBlock(CssBlockNode) - Method in class com.google.common.css.compiler.passes.MarkRemovableRulesetNodes
 
enterBlock(CssBlockNode) - Method in class com.google.common.css.compiler.passes.MergeAdjacentRulesetNodesWithSameDeclarations
 
enterBlock(CssBlockNode) - Method in class com.google.common.css.compiler.passes.MergeAdjacentRulesetNodesWithSameSelector
 
enterBlock(CssBlockNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterBlock(CssBlockNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssBlockNode's sub trees
enterClassSelector(CssClassSelectorNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssClassSelectorNode's sub trees
enterClassSelector(CssClassSelectorNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterClassSelector(CssClassSelectorNode) - Method in class com.google.common.css.compiler.passes.ChunkCompactPrinter
 
enterClassSelector(CssClassSelectorNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterClassSelector(CssClassSelectorNode) - Method in class com.google.common.css.compiler.passes.CssClassRenaming
 
enterClassSelector(CssClassSelectorNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterClassSelector(CssClassSelectorNode) - Method in class com.google.common.css.compiler.passes.ProcessComponents
 
enterClassSelector(CssClassSelectorNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssClassSelectorNode's sub trees
enterCombinator(CssCombinatorNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssCombinatorNode's sub trees
enterCombinator(CssCombinatorNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterCombinator(CssCombinatorNode) - Method in class com.google.common.css.compiler.passes.ChunkCompactPrinter
 
enterCombinator(CssCombinatorNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterCombinator(CssCombinatorNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterCombinator(CssCombinatorNode) - Method in class com.google.common.css.compiler.passes.StrictCss2
Ensures that the combinator '~' (introduced in CSS 3) is not used.
enterCombinator(CssCombinatorNode) - Method in class com.google.common.css.compiler.passes.StrictCss3
Ensures that the combinator '/deep/' (not strict CSS 3) is not used.
enterCombinator(CssCombinatorNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssCombinatorNode's sub trees
enterComponent(CssComponentNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called before visiting a CssComponentNode's sub trees
enterComponent(CssComponentNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterComponent(CssComponentNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterComponent(CssComponentNode) - Method in class com.google.common.css.compiler.passes.ProcessComponents
 
enterComponent(CssComponentNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssComponentNode's sub trees
enterCompositeValueNode(CssCompositeValueNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssValueNode that is a CssCompositeValueNode
enterCompositeValueNode(CssCompositeValueNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterCompositeValueNode(CssCompositeValueNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterCompositeValueNode(CssCompositeValueNode) - Method in class com.google.common.css.compiler.passes.RemoveDefaultDeclarations
 
enterCompositeValueNode(CssCompositeValueNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssValueNode that is a CssCompositeValueNode
enterCompositeValueNodeOperator(CssCompositeValueNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called between values in a CssCompositeValueNode
enterCompositeValueNodeOperator(CssCompositeValueNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterCompositeValueNodeOperator(CssCompositeValueNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterCompositeValueNodeOperator(CssCompositeValueNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterCompositeValueNodeOperator(CssCompositeValueNode) - Method in class com.google.common.css.compiler.passes.SExprPrinter
Called between values in a CssCompositeValueNode
enterCompositeValueNodeOperator(CssCompositeValueNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called between values in a CssCompositeValueNode
enterConditionalBlock(CssConditionalBlockNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssConditionalBlockNode's sub trees
enterConditionalBlock(CssConditionalBlockNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterConditionalBlock(CssConditionalBlockNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterConditionalBlock(CssConditionalBlockNode) - Method in class com.google.common.css.compiler.passes.EliminateConditionalNodes
 
enterConditionalBlock(CssConditionalBlockNode) - Method in class com.google.common.css.compiler.passes.HasConditionalNodes
 
enterConditionalBlock(CssConditionalBlockNode) - Method in class com.google.common.css.compiler.passes.MarkNonFlippableNodes
 
enterConditionalBlock(CssConditionalBlockNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterConditionalBlock(CssConditionalBlockNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssConditionalBlockNode's sub trees
enterConditionalRule(CssConditionalRuleNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
 
enterConditionalRule(CssConditionalRuleNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterConditionalRule(CssConditionalRuleNode) - Method in class com.google.common.css.compiler.passes.HasConditionalNodes
 
enterConditionalRule(CssConditionalRuleNode) - Method in class com.google.common.css.compiler.passes.MarkNonFlippableNodes
 
enterConditionalRule(CssConditionalRuleNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterConditionalRule(CssConditionalRuleNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
 
enterDeclaration(CssDeclarationNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssDeclarationNode's sub trees
enterDeclaration(CssDeclarationNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterDeclaration(CssDeclarationNode) - Method in class com.google.common.css.compiler.passes.AbbreviatePositionalValues
 
enterDeclaration(CssDeclarationNode) - Method in class com.google.common.css.compiler.passes.AutoExpandBrowserPrefix
 
enterDeclaration(CssDeclarationNode) - Method in class com.google.common.css.compiler.passes.BiDiFlipper
 
enterDeclaration(CssDeclarationNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterDeclaration(CssDeclarationNode) - Method in class com.google.common.css.compiler.passes.FixupFontDeclarations
 
enterDeclaration(CssDeclarationNode) - Method in class com.google.common.css.compiler.passes.MarkNonFlippableNodes
 
enterDeclaration(CssDeclarationNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterDeclaration(CssDeclarationNode) - Method in class com.google.common.css.compiler.passes.RemoveDefaultDeclarations
 
enterDeclaration(CssDeclarationNode) - Method in class com.google.common.css.compiler.passes.RemoveVendorSpecificProperties
Checks whether the Property of declarationNode is a vendor-specific property that does not match vendorToKeep.
enterDeclaration(CssDeclarationNode) - Method in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
enterDeclaration(CssDeclarationNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssDeclarationNode's sub trees
enterDeclaration(CssDeclarationNode) - Method in class com.google.common.css.compiler.passes.VerifyRecognizedProperties
Checks whether the Property of declarationNode is a recognized property.
enterDeclarationBlock(CssDeclarationBlockNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssDeclarationBlockNode's sub trees
enterDeclarationBlock(CssDeclarationBlockNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterDeclarationBlock(CssDeclarationBlockNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterDeclarationBlock(CssDeclarationBlockNode) - Method in class com.google.common.css.compiler.passes.MarkNonFlippableNodes
 
enterDeclarationBlock(CssDeclarationBlockNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterDeclarationBlock(CssDeclarationBlockNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssDeclarationBlockNode's sub trees
enterDefinition(CssDefinitionNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
 
enterDefinition(CssDefinitionNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterDefinition(CssDefinitionNode) - Method in class com.google.common.css.compiler.ast.RelocateDefaultComments
 
enterDefinition(CssDefinitionNode) - Method in class com.google.common.css.compiler.passes.CheckMissingRequire
 
enterDefinition(CssDefinitionNode) - Method in class com.google.common.css.compiler.passes.CollectConstantDefinitions
 
enterDefinition(CssDefinitionNode) - Method in class com.google.common.css.compiler.passes.CollectProvideNamespaces
 
enterDefinition(CssDefinitionNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterDefinition(CssDefinitionNode) - Method in class com.google.common.css.compiler.passes.CreateConditionalNodes
 
enterDefinition(CssDefinitionNode) - Method in class com.google.common.css.compiler.passes.DefinitionPrinter
 
enterDefinition(CssDefinitionNode) - Method in class com.google.common.css.compiler.passes.MapChunkAwareNodesToChunk
 
enterDefinition(CssDefinitionNode) - Method in class com.google.common.css.compiler.passes.MarkDefaultDefinitions
 
enterDefinition(CssDefinitionNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterDefinition(CssDefinitionNode) - Method in class com.google.common.css.compiler.passes.RemoveEmptyValues
 
enterDefinition(CssDefinitionNode) - Method in class com.google.common.css.compiler.passes.ReplaceConstantReferences
 
enterDefinition(CssDefinitionNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
 
enterFontFace(CssFontFaceNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called before visiting a CssFontFaceNode's sub trees
enterFontFace(CssFontFaceNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterFontFace(CssFontFaceNode) - Method in class com.google.common.css.compiler.passes.ChunkCompactPrinter
 
enterFontFace(CssFontFaceNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterFontFace(CssFontFaceNode) - Method in class com.google.common.css.compiler.passes.MapChunkAwareNodesToChunk
 
enterFontFace(CssFontFaceNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterFontFace(CssFontFaceNode) - Method in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
enterFontFace(CssFontFaceNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssFontFaceNode's sub trees
enterForLoop(CssForLoopRuleNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssForLoopRuleNode's sub trees
enterForLoop(CssForLoopRuleNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterForLoop(CssForLoopRuleNode) - Method in class com.google.common.css.compiler.passes.EvaluateCompileConstants
 
enterForLoop(CssForLoopRuleNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
 
enterForLoop(CssForLoopRuleNode) - Method in class com.google.common.css.compiler.passes.UnrollLoops
 
enterFunction(AbstractCompiler, Node) - Method in interface com.google.javascript.jscomp.NodeTraversal.FunctionCallback
 
enterFunctionNode(CssFunctionNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssFunctionNode's sub trees
enterFunctionNode(CssFunctionNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterFunctionNode(CssFunctionNode) - Method in class com.google.common.css.compiler.passes.ColorValueOptimizer
 
enterFunctionNode(CssFunctionNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterFunctionNode(CssFunctionNode) - Method in class com.google.common.css.compiler.passes.DefinitionPrinter
 
enterFunctionNode(CssFunctionNode) - Method in class com.google.common.css.compiler.passes.MapChunkAwareNodesToChunk
 
enterFunctionNode(CssFunctionNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterFunctionNode(CssFunctionNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssFunctionNode's sub trees
enterIdSelector(CssIdSelectorNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssIdSelectorNode's sub trees
enterIdSelector(CssIdSelectorNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterIdSelector(CssIdSelectorNode) - Method in class com.google.common.css.compiler.passes.ChunkCompactPrinter
 
enterIdSelector(CssIdSelectorNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterIdSelector(CssIdSelectorNode) - Method in class com.google.common.css.compiler.passes.CssClassRenaming
 
enterIdSelector(CssIdSelectorNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterIdSelector(CssIdSelectorNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssIdSelectorNode's sub trees
enterImportBlock(CssImportBlockNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssImportBlockNode's sub trees
enterImportBlock(CssImportBlockNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterImportBlock(CssImportBlockNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssImportBlockNode's sub trees
enterImportRule(CssImportRuleNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called before visiting a CssImportRuleNode's sub trees
enterImportRule(CssImportRuleNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterImportRule(CssImportRuleNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterImportRule(CssImportRuleNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterImportRule(CssImportRuleNode) - Method in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
enterImportRule(CssImportRuleNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssImportRuleNode's sub trees
enterKey(CssKeyNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssKeyNode's sub trees
enterKey(CssKeyNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterKey(CssKeyNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterKey(CssKeyNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterKey(CssKeyNode) - Method in class com.google.common.css.compiler.passes.ProcessKeyframes
 
enterKey(CssKeyNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssKeyNode's sub trees
enterKeyBlock(CssKeyListNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssKeyListNode's sub trees
enterKeyBlock(CssKeyListNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterKeyBlock(CssKeyListNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssKeyListNode's sub trees
enterKeyframeRuleset(CssKeyframeRulesetNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssKeyframeRulesetNode's sub trees
enterKeyframeRuleset(CssKeyframeRulesetNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterKeyframeRuleset(CssKeyframeRulesetNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterKeyframeRuleset(CssKeyframeRulesetNode) - Method in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
enterKeyframeRuleset(CssKeyframeRulesetNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssKeyframeRulesetNode's sub trees
enterKeyframesRule(CssKeyframesNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called before visiting a CssKeyframesNode's sub trees
enterKeyframesRule(CssKeyframesNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterKeyframesRule(CssKeyframesNode) - Method in class com.google.common.css.compiler.passes.ChunkCompactPrinter
 
enterKeyframesRule(CssKeyframesNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterKeyframesRule(CssKeyframesNode) - Method in class com.google.common.css.compiler.passes.MapChunkAwareNodesToChunk
 
enterKeyframesRule(CssKeyframesNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterKeyframesRule(CssKeyframesNode) - Method in class com.google.common.css.compiler.passes.ProcessKeyframes
 
enterKeyframesRule(CssKeyframesNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssKeyframesNode's sub trees
enterMediaRule(CssMediaRuleNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called before visiting a CssMediaRuleNode's sub trees
enterMediaRule(CssMediaRuleNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterMediaRule(CssMediaRuleNode) - Method in class com.google.common.css.compiler.passes.ChunkCompactPrinter
 
enterMediaRule(CssMediaRuleNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterMediaRule(CssMediaRuleNode) - Method in class com.google.common.css.compiler.passes.MapChunkAwareNodesToChunk
 
enterMediaRule(CssMediaRuleNode) - Method in class com.google.common.css.compiler.passes.MarkNonFlippableNodes
 
enterMediaRule(CssMediaRuleNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterMediaRule(CssMediaRuleNode) - Method in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
enterMediaRule(CssMediaRuleNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssMediaRuleNode's sub trees
enterMediaTypeListDelimiter(CssNodesListNode<? extends CssNode>) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called between adjacent nodes in a media type list
enterMediaTypeListDelimiter(CssNodesListNode<? extends CssNode>) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterMediaTypeListDelimiter(CssNodesListNode<? extends CssNode>) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterMediaTypeListDelimiter(CssNodesListNode<? extends CssNode>) - Method in class com.google.common.css.compiler.passes.SExprPrinter
Called between adjacent nodes in a media type list
enterMediaTypeListDelimiter(CssNodesListNode<? extends CssNode>) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called between adjacent nodes in a media type list
enterMixin(CssMixinNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called before visiting a CssMixinNode's sub trees
enterMixin(CssMixinNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterMixin(CssMixinNode) - Method in class com.google.common.css.compiler.passes.CheckMissingRequire
 
enterMixin(CssMixinNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterMixin(CssMixinNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssMixinNode's sub trees
enterMixinDefinition(CssMixinDefinitionNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called before visiting a CssMixinDefinitionNode's sub trees
enterMixinDefinition(CssMixinDefinitionNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterMixinDefinition(CssMixinDefinitionNode) - Method in class com.google.common.css.compiler.passes.AutoExpandBrowserPrefix
 
enterMixinDefinition(CssMixinDefinitionNode) - Method in class com.google.common.css.compiler.passes.CollectMixinDefinitions
 
enterMixinDefinition(CssMixinDefinitionNode) - Method in class com.google.common.css.compiler.passes.CollectProvideNamespaces
 
enterMixinDefinition(CssMixinDefinitionNode) - Method in class com.google.common.css.compiler.passes.CreateConstantReferences
 
enterMixinDefinition(CssMixinDefinitionNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterMixinDefinition(CssMixinDefinitionNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssMixinDefinitionNode's sub trees
enterPageRule(CssPageRuleNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called before visiting a CssPageRuleNode's sub trees
enterPageRule(CssPageRuleNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterPageRule(CssPageRuleNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterPageRule(CssPageRuleNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterPageRule(CssPageRuleNode) - Method in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
enterPageRule(CssPageRuleNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssPageRuleNode's sub trees
enterPageSelector(CssPageSelectorNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called before visiting a CssPageSelectorNode's sub trees
enterPageSelector(CssPageSelectorNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterPageSelector(CssPageSelectorNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterPageSelector(CssPageSelectorNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterPageSelector(CssPageSelectorNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssPageSelectorNode's sub trees
enterPropertyValue(CssPropertyValueNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssPropertyValueNode's sub trees
enterPropertyValue(CssPropertyValueNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterPropertyValue(CssPropertyValueNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterPropertyValue(CssPropertyValueNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssPropertyValueNode's sub trees
enterProvideNode(CssProvideNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called before visiting a CssProvideNode's sub trees
enterProvideNode(CssProvideNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterProvideNode(CssProvideNode) - Method in class com.google.common.css.compiler.passes.CollectProvideNamespaces
 
enterProvideNode(CssProvideNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterProvideNode(CssProvideNode) - Method in class com.google.common.css.compiler.passes.ProcessComponents
 
enterProvideNode(CssProvideNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssProvideNode
enterPseudoClass(CssPseudoClassNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssPseudoClassNode's sub trees
enterPseudoClass(CssPseudoClassNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterPseudoClass(CssPseudoClassNode) - Method in class com.google.common.css.compiler.passes.ChunkCompactPrinter
 
enterPseudoClass(CssPseudoClassNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterPseudoClass(CssPseudoClassNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterPseudoClass(CssPseudoClassNode) - Method in class com.google.common.css.compiler.passes.ProcessRefiners
 
enterPseudoClass(CssPseudoClassNode) - Method in class com.google.common.css.compiler.passes.StrictCss2
Ensures that only pseudo-classes valid in CSS 2.1 are used.
enterPseudoClass(CssPseudoClassNode) - Method in class com.google.common.css.compiler.passes.StrictCss3
 
enterPseudoClass(CssPseudoClassNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssPseudoClassNode's sub trees
enterPseudoElement(CssPseudoElementNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssPseudoElementNode's sub trees
enterPseudoElement(CssPseudoElementNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterPseudoElement(CssPseudoElementNode) - Method in class com.google.common.css.compiler.passes.ChunkCompactPrinter
 
enterPseudoElement(CssPseudoElementNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterPseudoElement(CssPseudoElementNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterPseudoElement(CssPseudoElementNode) - Method in class com.google.common.css.compiler.passes.StrictCss2
Ensures that the new pseudo-element notation (::) is not used, because the notation has been introduced in CSS 3.
enterPseudoElement(CssPseudoElementNode) - Method in class com.google.common.css.compiler.passes.StrictCss3
Ensures that only pseudo-elements valid in CSS 3 are used.
enterPseudoElement(CssPseudoElementNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssPseudoElementNode's sub trees
enterRequireNode(CssRequireNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called before visiting a CssRequireNode's sub trees
enterRequireNode(CssRequireNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterRequireNode(CssRequireNode) - Method in class com.google.common.css.compiler.passes.CollectProvideNamespaces
 
enterRequireNode(CssRequireNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterRequireNode(CssRequireNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssRequireNode
enterRuleset(CssRulesetNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssRulesetNode's sub trees.
enterRuleset(CssRulesetNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterRuleset(CssRulesetNode) - Method in class com.google.common.css.compiler.passes.ChunkCompactPrinter
 
enterRuleset(CssRulesetNode) - Method in class com.google.common.css.compiler.passes.CreateConditionalNodes
 
enterRuleset(CssRulesetNode) - Method in class com.google.common.css.compiler.passes.DisallowDuplicateDeclarations
 
enterRuleset(CssRulesetNode) - Method in class com.google.common.css.compiler.passes.EliminateEmptyRulesetNodes
 
enterRuleset(CssRulesetNode) - Method in class com.google.common.css.compiler.passes.EliminateUselessRulesetNodes
 
enterRuleset(CssRulesetNode) - Method in class com.google.common.css.compiler.passes.MarkNonFlippableNodes
 
enterRuleset(CssRulesetNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterRuleset(CssRulesetNode) - Method in class com.google.common.css.compiler.passes.SplitRulesetNodes
 
enterRuleset(CssRulesetNode) - Method in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
enterRuleset(CssRulesetNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssRulesetNode's sub trees.
enterScope(NodeTraversal) - Method in class com.google.javascript.jscomp.NodeTraversal.AbstractScopedCallback
 
enterScope(NodeTraversal) - Method in interface com.google.javascript.jscomp.NodeTraversal.ScopedCallback
Called immediately after entering a new scope.
enterSelector(CssSelectorNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssSelectorNode's sub trees
enterSelector(CssSelectorNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterSelector(CssSelectorNode) - Method in class com.google.common.css.compiler.passes.CheckMissingRequire
 
enterSelector(CssSelectorNode) - Method in class com.google.common.css.compiler.passes.ChunkCompactPrinter
 
enterSelector(CssSelectorNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterSelector(CssSelectorNode) - Method in class com.google.common.css.compiler.passes.MapChunkAwareNodesToChunk
Marks the selector with an appropriate chunk.
enterSelector(CssSelectorNode) - Method in class com.google.common.css.compiler.passes.MarkNonFlippableNodes
 
enterSelector(CssSelectorNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterSelector(CssSelectorNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssSelectorNode's sub trees
enterSelectorBlock(CssSelectorListNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssSelectorListNode's sub trees
enterSelectorBlock(CssSelectorListNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterSelectorBlock(CssSelectorListNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssSelectorListNode's sub trees
enterTree(CssRootNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssRootNode's sub trees
enterTree(CssRootNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterTree(CssRootNode) - Method in class com.google.common.css.compiler.passes.CreateConstantReferences
 
enterTree(CssRootNode) - Method in class com.google.common.css.compiler.passes.CreateStandardAtRuleNodes
 
enterTree(CssRootNode) - Method in class com.google.common.css.compiler.passes.MergeAdjacentRulesetNodesWithSameDeclarations
 
enterTree(CssRootNode) - Method in class com.google.common.css.compiler.passes.MergeAdjacentRulesetNodesWithSameSelector
 
enterTree(CssRootNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterTree(CssRootNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssRootNode's sub trees
enterUnknownAtRule(CssUnknownAtRuleNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called before visiting a CssUnknownAtRuleNode's sub trees
enterUnknownAtRule(CssUnknownAtRuleNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterUnknownAtRule(CssUnknownAtRuleNode) - Method in class com.google.common.css.compiler.passes.CheckDependencyNodes
 
enterUnknownAtRule(CssUnknownAtRuleNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterUnknownAtRule(CssUnknownAtRuleNode) - Method in class com.google.common.css.compiler.passes.CreateConditionalNodes
 
enterUnknownAtRule(CssUnknownAtRuleNode) - Method in class com.google.common.css.compiler.passes.CreateDefinitionNodes
 
enterUnknownAtRule(CssUnknownAtRuleNode) - Method in class com.google.common.css.compiler.passes.CreateForLoopNodes
 
enterUnknownAtRule(CssUnknownAtRuleNode) - Method in class com.google.common.css.compiler.passes.CreateMixins
 
enterUnknownAtRule(CssUnknownAtRuleNode) - Method in class com.google.common.css.compiler.passes.CreateStandardAtRuleNodes
 
enterUnknownAtRule(CssUnknownAtRuleNode) - Method in class com.google.common.css.compiler.passes.HandleUnknownAtRuleNodes
 
enterUnknownAtRule(CssUnknownAtRuleNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterUnknownAtRule(CssUnknownAtRuleNode) - Method in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
enterUnknownAtRule(CssUnknownAtRuleNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called before visiting a CssUnknownAtRuleNode's sub trees
enterValueNode(CssValueNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called before visiting a CssValueNode that is not a CssCompositeValueNode
enterValueNode(CssValueNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
enterValueNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.CheckMissingRequire
 
enterValueNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.ColorValueOptimizer
 
enterValueNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
enterValueNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.DefinitionPrinter
 
enterValueNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.EliminateUnitsFromZeroNumericValues
 
enterValueNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.EvaluateCompileConstants
 
enterValueNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
enterValueNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.RemoveDefaultDeclarations
 
enterValueNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.RemoveEmptyValues
 
enterValueNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.ReplaceConstantReferences
 
enterValueNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.ReplaceMixins
Replaces a variable inside the copy of the mixin definition with the value given by the mixin.
enterValueNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.SExprPrinter
 
enterValueNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.StrictCssBase
Checks numeric nodes for valid units.
enterValueNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
 
enterValueNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.ValidatePropertyValues
 
Entry(String) - Constructor for class com.google.javascript.jscomp.parsing.parser.util.Timer.Entry
 
ENUM - Static variable in class com.google.javascript.rhino.Token
Token types.
ENUM_MASK - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
ENUM_MEMBERS - Static variable in class com.google.javascript.rhino.Token
Token types.
ENUMDECL - Static variable in class com.google.javascript.rhino.jstype.JSType
 
EnumDeclarationTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
EnumDeclarationTree(SourceRange, IdentifierToken, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.EnumDeclarationTree
 
enumDefinition() - Static method in class com.google.javascript.refactoring.Matchers
Returns a Matcher that matches definitions of any enum.
enumDefinitionOfType(String) - Static method in class com.google.javascript.refactoring.Matchers
Returns a Matcher that matches definitions of an enum of the given type.
EnumDescriptor - Class in org.plovr.docgen
 
EnumDescriptor.Builder - Class in org.plovr.docgen
 
EnumElementType - Class in com.google.javascript.rhino.jstype
The type of individual elements of an enum type (see EnumType).
enumerate(CssTree) - Static method in class com.google.common.css.compiler.passes.EnumeratingVisitor
 
EnumeratingVisitor - Class in com.google.common.css.compiler.passes
A visitor that maps nodes to their visit ordering.
EnumeratingVisitor() - Constructor for class com.google.common.css.compiler.passes.EnumeratingVisitor
 
enumLiteralHasKey(String) - Method in class com.google.javascript.jscomp.newtypes.EnumType
 
enums - Variable in class com.google.javascript.jscomp.newtypes.Namespace
 
EnumType - Class in com.google.javascript.jscomp.newtypes
 
EnumType - Class in com.google.javascript.rhino.jstype
An enum type representing a branded collection of elements.
EnumValueDescriptor - Class in org.plovr.docgen
 
EnumValueDescriptor(String, String) - Constructor for class org.plovr.docgen.EnumValueDescriptor
 
env - Variable in class com.google.template.soy.sharedpasses.render.RenderVisitor
The current environment.
Environment - Class in com.google.template.soy.sharedpasses.render
The local variable table.
EOC - Static variable in class com.google.javascript.rhino.Token
Token types.
EOF - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
End of File.
EOF - Static variable in interface com.google.template.soy.exprparse.ExpressionParserConstants
End of File.
EOF - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
End of File.
EOF - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
End of File.
EOF - Static variable in interface com.google.template.soy.types.parse.TypeParserConstants
End of File.
EOL - Static variable in exception com.google.common.css.compiler.ast.ParseException
The end of line string for this machine.
eol - Variable in exception com.google.template.soy.exprparse.ParseException
The end of line string for this machine.
eol - Variable in exception com.google.template.soy.soyparse.ParseException
The end of line string for this machine.
eol - Variable in exception com.google.template.soy.types.parse.ParseException
The end of line string for this machine.
eq(Node, Node) - Static method in class com.google.javascript.rhino.IR
"=="
EQ - Static variable in class com.google.javascript.rhino.Token
Token types.
equal(SoyValue, SoyValue) - Static method in class com.google.template.soy.shared.internal.SharedRuntime
Custom equality operator that smooths out differences between different Soy runtimes.
EqualOpNode(SourceLocation) - Constructor for class com.google.template.soy.exprtree.OperatorNodes.EqualOpNode
 
equals(Object) - Method in class com.google.common.css.compiler.ast.CssNode
This is the default implementation of equals().
equals(Object) - Method in class com.google.common.css.compiler.ast.CssSelectorNode.Specificity
 
equals(Object) - Method in class com.google.common.css.compiler.ast.GssError
 
EQUALS - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
equals(Object) - Method in class com.google.common.css.SourceCodeLocation
 
equals(Object) - Method in class com.google.common.css.SourceCodeLocation.SourceCodePoint
 
equals(Object) - Method in class com.google.javascript.jscomp.deps.SimpleDependencyInfo
 
equals(Object) - Method in class com.google.javascript.jscomp.deps.VirtualFile
 
equals(Object) - Method in class com.google.javascript.jscomp.DiagnosticType
 
equals(Object) - Method in class com.google.javascript.jscomp.graph.GraphColoring.Color
 
equals(Object) - Method in class com.google.javascript.jscomp.JSError
 
equals(Object) - Method in class com.google.javascript.jscomp.JsMessage
 
equals(Object) - Method in class com.google.javascript.jscomp.JsMessage.PlaceholderReference
 
equals(Object) - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
equals(Object) - Method in class com.google.javascript.jscomp.newtypes.JSType
 
equals(Object) - Method in class com.google.javascript.jscomp.newtypes.NominalType
 
equals(Object) - Method in class com.google.javascript.jscomp.regex.RegExpTree
 
equals(Object) - Method in class com.google.javascript.jscomp.TypedVar
 
equals(Object) - Method in class com.google.javascript.jscomp.Var
 
equals(Object) - Method in class com.google.javascript.refactoring.CodeReplacement
 
equals(Object) - Method in class com.google.javascript.rhino.InputId
 
equals(Object) - Method in class com.google.javascript.rhino.jstype.JSType
 
equals(Object) - Method in class com.google.javascript.rhino.JSTypeExpression
 
EQUALS - Static variable in class com.google.javascript.rhino.Token
Token types.
equals(Object) - Method in class com.google.template.soy.base.internal.AbstractSoyFileSupplier
Tests equality based on the file path.
equals(Object) - Method in interface com.google.template.soy.base.internal.SoyFileSupplier.Version
Compares to versions that are equivalent.
equals(Object) - Method in class com.google.template.soy.base.SourceLocation
 
equals(Object) - Method in class com.google.template.soy.data.internal.ParamStore
 
equals(Object) - Method in class com.google.template.soy.data.restricted.BooleanData
 
equals(Object) - Method in class com.google.template.soy.data.restricted.IntegerData
 
equals(Object) - Method in class com.google.template.soy.data.restricted.NullData
 
equals(Object) - Method in class com.google.template.soy.data.restricted.NumberData
 
equals(Object) - Method in class com.google.template.soy.data.restricted.StringData
 
equals(Object) - Method in class com.google.template.soy.data.restricted.UndefinedData
 
equals(Object) - Method in class com.google.template.soy.data.SanitizedContent
 
equals(Object) - Method in class com.google.template.soy.data.SoyAbstractList
This implementation uses object identity (to match JS behavior).
equals(Object) - Method in class com.google.template.soy.data.SoyAbstractMap
 
equals(Object) - Method in class com.google.template.soy.data.SoyAbstractValue
 
equals(Object) - Method in class com.google.template.soy.data.SoyListData
 
equals(Object) - Method in class com.google.template.soy.data.SoyMapData
 
equals(Object) - Method in interface com.google.template.soy.data.SoyValue
Compares this value against another for equality in the sense of the '==' operator of Soy.
equals(Object) - Method in class com.google.template.soy.exprtree.FieldAccessNode
 
equals(Object) - Method in class com.google.template.soy.exprtree.IntegerNode
 
equals(Object) - Method in class com.google.template.soy.exprtree.ItemAccessNode
 
equals(Object) - Method in class com.google.template.soy.exprtree.VarRefNode
 
equals(Object) - Method in class com.google.template.soy.internal.base.Pair
 
equals(Object) - Method in class com.google.template.soy.internal.targetexpr.TargetExpr
 
equals(Object) - Method in class com.google.template.soy.jbcsrc.api.RenderResult
 
equals(Object) - Method in class com.google.template.soy.msgs.restricted.SoyMsg
 
equals(Object) - Method in class com.google.template.soy.msgs.restricted.SoyMsgPlaceholderPart
 
equals(Object) - Method in class com.google.template.soy.msgs.restricted.SoyMsgPluralCaseSpec
 
equals(Object) - Method in class com.google.template.soy.msgs.restricted.SoyMsgPluralPart
 
equals(Object) - Method in class com.google.template.soy.msgs.restricted.SoyMsgPluralRemainderPart
 
equals(Object) - Method in class com.google.template.soy.msgs.restricted.SoyMsgSelectPart
 
equals(Object) - Method in class com.google.template.soy.parsepasses.contextautoesc.Context
Deprecated.
Prefer comparing states or predicates like isValidEndContext
equals(Object) - Method in class com.google.template.soy.shared.internal.SharedModule
 
equals(Object) - Method in class com.google.template.soy.sharedpasses.SharedPassesModule
 
equals(Object) - Method in class com.google.template.soy.soytree.defn.HeaderParam
 
equals(Object) - Method in class com.google.template.soy.soytree.defn.SoyDocParam
 
equals(Object) - Method in class com.google.template.soy.soytree.defn.TemplateParam
 
equals(Object) - Method in class com.google.template.soy.types.aggregate.ListType
 
equals(Object) - Method in class com.google.template.soy.types.aggregate.MapType
 
equals(Object) - Method in class com.google.template.soy.types.aggregate.RecordType
 
equals(Object) - Method in class com.google.template.soy.types.aggregate.UnionType
 
equals(Object) - Method in class com.google.template.soy.types.primitive.ErrorType
 
equals(Object) - Method in class org.plovr.LocalFileJsInput
 
equals(Object) - Method in class org.plovr.util.Pair
 
error(CssValueNode, String, ErrorManager) - Static method in class com.google.common.css.compiler.gssfunctions.GssFunctions
 
error(String, String) - Static method in class com.google.javascript.jscomp.DiagnosticType
Create a DiagnosticType at level CheckLevel.ERROR
error(String, String, int, int) - Method in class com.google.javascript.jscomp.parsing.NullErrorReporter
 
error(String, String, int, int) - Method in interface com.google.javascript.rhino.ErrorReporter
Report an error.
error(String, String, int, int) - Method in class com.google.javascript.rhino.SimpleErrorReporter
 
error(String, String, int, int) - Method in class com.google.javascript.rhino.testing.TestErrorReporter
 
ERROR - Static variable in class com.google.javascript.rhino.Token
Token types.
ERROR - Static variable in class com.google.template.soy.exprtree.GlobalNode
 
ERROR - Static variable in class com.google.template.soy.exprtree.VarNode
 
ERROR - Static variable in class com.google.template.soy.exprtree.VarRefNode
 
ERROR - Static variable in class com.google.template.soy.soytree.MsgPluralCaseNode.Builder
 
ERROR - Static variable in class com.google.template.soy.soytree.XidNode.Builder
 
ERROR_FUNCTION_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
ERROR_MESSAGE_EXIT_CODE - Static variable in class com.google.common.css.AbstractCommandLineCompiler
Exit code for compilation errors.
ERROR_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
ErrorCode - Enum in com.google.javascript.jscomp.webservice.common
Enum of all the possible error described in the Web Service protocol.
errorFormat - Variable in class com.google.javascript.jscomp.CompilerOptions
 
ErrorFormat - Enum in com.google.javascript.jscomp
Error formats available.
ErrorHandler - Interface in com.google.javascript.jscomp
The error handler is any generic sink for warnings and errors, after they've passed through any filtering WarningsGuards.
ErrorManager - Interface in com.google.common.css.compiler.ast
The error manager is in charge of storing, organizing and displaying errors.
errorManager - Variable in class com.google.common.css.compiler.passes.StrictCssBase
 
ErrorManager - Interface in com.google.javascript.jscomp
The error manager is in charge of storing, organizing and displaying errors and warnings generated by the compiler.
ErrorManager() - Constructor for class org.plovr.CssHandler.ErrorManager
 
ErrorPrettyPrinter - Class in com.google.template.soy.error
Displays SoySyntaxExceptions in a useful way, with a snippet of Soy source code containing the error and a caret pointing at the exact place where the error was found.
ErrorPrettyPrinter(List<SoyFileSupplier>) - Constructor for class com.google.template.soy.error.ErrorPrettyPrinter
 
ErrorReporter - Class in com.google.javascript.jscomp.parsing.parser.util
A conduit for reporting errors and warnings to the user.
ErrorReporter() - Constructor for class com.google.javascript.jscomp.parsing.parser.util.ErrorReporter
 
ErrorReporter - Interface in com.google.javascript.rhino
This is interface defines a protocol for the reporting of errors during JavaScript translation or execution.
errorReporter - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
errorReporter - Variable in class com.google.template.soy.basetree.AbstractNodeVisitor
 
errorReporter - Variable in class com.google.template.soy.basetree.AbstractReturningNodeVisitor
 
ErrorReporter - Interface in com.google.template.soy.error
Collects errors during parsing.
errorReporter - Variable in class com.google.template.soy.soytree.TemplateNodeBuilder
For reporting parse errors.
ErrorReporter.Checkpoint - Interface in com.google.template.soy.error
ErrorReporterImpl - Class in com.google.template.soy
Simple ErrorReporter implementation.
ErrorReporterImpl() - Constructor for class com.google.template.soy.ErrorReporterImpl
 
ErrorReporterModule - Class in com.google.template.soy
Provides a default ErrorReporter binding.
ErrorReporterModule() - Constructor for class com.google.template.soy.ErrorReporterModule
 
errors - Variable in class com.google.common.css.compiler.ast.BasicErrorManager
 
errors - Variable in class com.google.javascript.jscomp.Result
 
errors() - Method in class com.google.javascript.rhino.SimpleErrorReporter
Returns the list of errors, or null if there were none.
errorsSince(ErrorReporter.Checkpoint) - Method in interface com.google.template.soy.error.ErrorReporter
Returns true iff errors have occurred since checkpoint was obtained from ErrorReporter.checkpoint().
errorsSince(ErrorReporter.Checkpoint) - Method in class com.google.template.soy.error.ExplodingErrorReporter
 
errorsSince(ErrorReporter.Checkpoint) - Method in class com.google.template.soy.ErrorReporterImpl
 
ErrorToFixMapper - Class in com.google.javascript.refactoring
Maps a JSError to a SuggestedFix.
ErrorType - Class in com.google.template.soy.types.primitive
A placeholder for errors during parsing.
ErrorType(String) - Constructor for class com.google.template.soy.types.primitive.ErrorType
 
ES3 - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
ES5_STRICT - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
Es6ConvertSuper - Class in com.google.javascript.jscomp
Converts super nodes.
Es6ConvertSuper(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.Es6ConvertSuper
 
ES6ModuleLoader - Class in com.google.javascript.jscomp
Provides compile-time locate semantics for ES6 and CommonJS modules.
ES6ModuleLoader(List<String>, Iterable<CompilerInput>) - Constructor for class com.google.javascript.jscomp.ES6ModuleLoader
Creates an instance of the module loader which can be used to locate ES6 and CommonJS modules.
Es6RenameVariablesInParamLists - Class in com.google.javascript.jscomp
Renames declarations and references in function bodies to avoid shadowing names referenced in the parameter list, in default values or computed properties.
Es6RenameVariablesInParamLists(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.Es6RenameVariablesInParamLists
 
Es6RewriteArrowFunction - Class in com.google.javascript.jscomp
Converts ES6 arrow functions to standard anonymous ES3 functions.
Es6RewriteArrowFunction(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.Es6RewriteArrowFunction
 
Es6RewriteBlockScopedDeclaration - Class in com.google.javascript.jscomp
Rewrite "let"s and "const"s as "var"s.
Es6RewriteBlockScopedDeclaration(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.Es6RewriteBlockScopedDeclaration
 
Es6RewriteDestructuring - Class in com.google.javascript.jscomp
Rewrites ES6 destructuring patterns and default parameters to valid ES3 code.
Es6RewriteDestructuring(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.Es6RewriteDestructuring
 
Es6RewriteGenerators - Class in com.google.javascript.jscomp
Converts ES6 generator functions to valid ES3 code.
Es6RewriteGenerators(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.Es6RewriteGenerators
 
Es6SplitVariableDeclarations - Class in com.google.javascript.jscomp
Splits variable declarations that declare multiple variables into separate declarations, if at least one of the declarations is a destructuring declaration.
Es6SplitVariableDeclarations(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.Es6SplitVariableDeclarations
 
Es6ToEs3ClassSideInheritance - Class in com.google.javascript.jscomp
Rewrites static inheritance to explicitly copy inherited properties from superclass to subclass so that the typechecker knows the subclass has those properties.
Es6ToEs3ClassSideInheritance(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.Es6ToEs3ClassSideInheritance
 
Es6ToEs3Converter - Class in com.google.javascript.jscomp
Converts ES6 code to valid ES5 code.
Es6ToEs3Converter(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.Es6ToEs3Converter
 
Es6TypedToEs6Converter - Class in com.google.javascript.jscomp
escape(CssStringNode.Type, Function<? super String, String>, String) - Static method in class com.google.common.css.compiler.ast.CssStringNode
Encodes a CSS term denoting raw.
ESCAPE - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
escape(SoyValue) - Method in class com.google.template.soy.basicdirectives.BasicEscapeDirective
Performs the actual escaping.
escape(String) - Method in class com.google.template.soy.shared.restricted.EscapingConventions.CrossLanguageStringXform
 
escape(Appendable) - Method in class com.google.template.soy.shared.restricted.EscapingConventions.CrossLanguageStringXform
 
Escape(char, String) - Constructor for class com.google.template.soy.shared.restricted.EscapingConventions.Escape
 
escapeCssString(SoyValue) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Converts the input to the body of a CSS string literal.
escapeCssString(String) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Converts plain text to the body of a CSS string literal.
escapeForDelimiters(String) - Method in enum com.google.common.css.compiler.ast.CssStringNode.Type
Escape delimiters found in input so that they will not begin or end new lexemes.
escapeHtml(SoyValue) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Converts the input to HTML by entity escaping.
escapeHtml(String) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Converts plain text to HTML by entity escaping.
escapeHtmlAttribute(SoyValue) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Converts the input to HTML by entity escaping, stripping tags in sanitized content so the result can safely be embedded in an HTML attribute value.
escapeHtmlAttribute(String) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Converts plain text to HTML by entity escaping so the result can safely be embedded in an HTML attribute value.
escapeHtmlAttributeNospace(SoyValue) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Converts plain text to HTML by entity escaping, stripping tags in sanitized content so the result can safely be embedded in an unquoted HTML attribute value.
escapeHtmlAttributeNospace(String) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Converts plain text to HTML by entity escaping so the result can safely be embedded in an unquoted HTML attribute value.
EscapeHtmlDirective - Class in com.google.template.soy.coredirectives
A directive that HTML-escapes the output.
EscapeHtmlDirective() - Constructor for class com.google.template.soy.coredirectives.EscapeHtmlDirective
 
escapeHtmlRcdata(SoyValue) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Converts the input to HTML suitable for use inside <textarea> by entity escaping.
escapeJsRegex(SoyValue) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Converts the input to the body of a JavaScript regular expression literal.
escapeJsRegex(String) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Converts plain text to the body of a JavaScript regular expression literal.
escapeJsString(SoyValue) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Converts the input to the body of a JavaScript string by using \n style escapes.
escapeJsString(String) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Converts plain text to the body of a JavaScript string by using \n style escapes.
escapeJsValue(SoyValue) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Converts the input to a JavaScript expression.
escapeJsValue(String) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Converts plain text to a quoted javaScript string value.
escapeOutputString(String) - Method in class com.google.template.soy.jssrc.internal.GenerateSoyUtilsEscapingDirectiveCode
 
escapeOutputString(String) - Method in class com.google.template.soy.pysrc.internal.GeneratePySanitizeEscapingDirectiveCode
 
escapeOutputString(String) - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
Escape a generated string being outputted based on the current language being generated.
escapeToSoyString(String, boolean) - Static method in class com.google.template.soy.base.internal.BaseUtils
Builds a Soy string literal for this string value (including the surrounding single quotes).
escapeUnicodeFormatChars(String) - Static method in class com.google.template.soy.jssrc.internal.JsSrcUtils
Builds a version of the given string that has literal Unicode Format characters (Unicode category "Cf") changed to valid JavaScript Unicode escapes (i.e.
escapeUri(SoyValue) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Converts the input to a piece of a URI by percent encoding the value as UTF-8 bytes.
escapeUri(String) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Converts plain text to a piece of a URI by percent encoding the string as UTF-8 bytes.
EscapingConventions - Class in com.google.template.soy.shared.restricted
Definitions of escaping functions that behave consistently in JavaScript and Java that implement the escaping directives as in {print $x |escapeJsString}.
EscapingConventions() - Constructor for class com.google.template.soy.shared.restricted.EscapingConventions
 
EscapingConventions.CrossLanguageStringXform - Class in com.google.template.soy.shared.restricted
A transformation on strings that preserves some correctness or safety properties.
EscapingConventions.Escape - Class in com.google.template.soy.shared.restricted
A mapping from a plain text character to the escaped text in the target language.
EscapingConventions.EscapeCssString - Class in com.google.template.soy.shared.restricted
Implements the |escapeCssString directive which allows arbitrary content to be included in a CSS quoted string or identifier.
EscapingConventions.EscapeHtml - Class in com.google.template.soy.shared.restricted
Implements the |escapeHtml directive.
EscapingConventions.EscapeHtmlNospace - Class in com.google.template.soy.shared.restricted
Implements the |escapeHtmlNoSpace directive which allows arbitrary content to be included in the value of an unquoted HTML attribute.
EscapingConventions.EscapeJsRegex - Class in com.google.template.soy.shared.restricted
Implements the |escapeJsRegex directive which allows arbitrary content to be included inside a JavaScript regular expression.
EscapingConventions.EscapeJsString - Class in com.google.template.soy.shared.restricted
Implements the |escapeJsString directive which allows arbitrary content to be included inside a quoted JavaScript string.
EscapingConventions.EscapeUri - Class in com.google.template.soy.shared.restricted
Implements the |escapeUri directive which allows arbitrary content to be included in a URI regardless of the string delimiters of the the surrounding language.
EscapingConventions.EscapingLanguage - Enum in com.google.template.soy.shared.restricted
The list of potential languages which are used by the escapers.
EscapingConventions.FilterCssValue - Class in com.google.template.soy.shared.restricted
Implements the |filterCssValue directive which filters out strings that are not valid CSS property names, keyword values, quantities, hex colors, or ID or class literals.
EscapingConventions.FilterHtmlAttributes - Class in com.google.template.soy.shared.restricted
Implements the |filterHtmlAttributes directive which filters out identifiers that can't appear as part of an HTML tag or attribute name.
EscapingConventions.FilterHtmlElementName - Class in com.google.template.soy.shared.restricted
Implements the |filterHtmlElementName directive which filters out identifiers that can't appear as part of an HTML tag or attribute name.
EscapingConventions.FilterImageDataUri - Class in com.google.template.soy.shared.restricted
Like EscapingConventions.FilterNormalizeUri except only accepts data URI's that contain an image.
EscapingConventions.FilterNormalizeUri - Class in com.google.template.soy.shared.restricted
Like EscapingConventions.NormalizeUri but filters out dangerous protocols.
EscapingConventions.NormalizeHtml - Class in com.google.template.soy.shared.restricted
A directive that encodes any HTML special characters that can appear in RCDATA unescaped but that can be escaped without changing semantics.
EscapingConventions.NormalizeHtmlNospace - Class in com.google.template.soy.shared.restricted
A directive that encodes any HTML special characters and unquoted attribute terminators that can appear in RCDATA unescaped but that can be escaped without changing semantics.
EscapingConventions.NormalizeUri - Class in com.google.template.soy.shared.restricted
Implements the |normalizeUri directive which allows arbitrary content to be included in a URI regardless of the string delimiters of the the surrounding language.
escapingDirectiveNames(ImmutableList<String>) - Method in class com.google.template.soy.soytree.CallBasicNode.Builder
 
escapingDirectiveNames(ImmutableList<String>) - Method in class com.google.template.soy.soytree.CallDelegateNode.Builder
 
EscapingMode - Enum in com.google.template.soy.parsepasses.contextautoesc
Ways of escaping dynamic content in a template.
estimateDirection(String, boolean) - Static method in class com.google.template.soy.internal.i18n.BidiFormatter
Estimates the directionality of a string using the best known general-purpose method, i.e.
estimateDirection(String) - Static method in class com.google.template.soy.internal.i18n.BidiUtils
Estimates the directionality of a string based on relative word counts, as detailed below.
estimateDirection(String, boolean) - Static method in class com.google.template.soy.internal.i18n.BidiUtils
Like BidiUtils.estimateDirection(String), but can treat str as HTML, ignoring HTML tags and escapes that would otherwise be mistaken for LTR text.
eTag - Variable in class org.plovr.JsInput.CodeWithEtag
 
EVAL_ERROR_FUNCTION_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
EVAL_ERROR_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
evaluate() - Method in class com.google.common.css.compiler.passes.BooleanExpressionEvaluator
Evaluates the boolean expression associated with this evaluator.
evaluate(StaticTypedScope<JSType>, TypeIRegistry) - Method in class com.google.javascript.rhino.JSTypeExpression
Evaluates the type expression into a JSType object.
EvaluateCompileConstants - Class in com.google.common.css.compiler.passes
Evaluates integer constants provided typically through command line.
EvaluateCompileConstants(MutatingVisitController, Map<String, Integer>) - Constructor for class com.google.common.css.compiler.passes.EvaluateCompileConstants
 
evaluateFunction(CssCustomFunctionNode, GssFunction, List<CssValueNode>, ErrorManager) - Method in class com.google.common.css.compiler.passes.ResolveCustomFunctionNodes
Evaluates the given function node.
evaluateFunction(CssCustomFunctionNode, GssFunction, List<CssValueNode>, ErrorManager) - Method in class com.google.common.css.compiler.passes.ResolveCustomFunctionNodesForChunks
 
evaluateInEmptyScope(TypeIRegistry) - Method in class com.google.javascript.rhino.JSTypeExpression
 
EvalVisitor - Class in com.google.template.soy.sharedpasses.render
Visitor for evaluating the expression rooted at a given ExprNode.
EvalVisitor(SoyValueHelper, Map<String, SoyJavaFunction>, SoyRecord, Environment, ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.render.EvalVisitor
 
EvalVisitor.EvalVisitorFactory - Interface in com.google.template.soy.sharedpasses.render
Interface for a factory that creates an EvalVisitor.
evalVisitorFactory - Variable in class com.google.template.soy.sharedpasses.render.RenderVisitor
Factory for creating an instance of EvalVisitor.
EvalVisitorFactoryImpl - Class in com.google.template.soy.sharedpasses.render
Default implementation of EvalVisitorFactory.
EvalVisitorFactoryImpl(SoyValueHelper, Map<String, SoyJavaFunction>, ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.render.EvalVisitorFactoryImpl
 
EXAMPLE_HEADER - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo
Same as ExampleHeaderSoyTemplateInfo.getInstance().
EXAMPLE_HEADER - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.TemplateName
The full template name of the .exampleHeader template.
EXAMPLE_NAME - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.ExampleHeaderSoyTemplateInfo
The name of the example.
EXAMPLE_NAME - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .exampleHeader.
EXAMPLE_NUM - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.ExampleHeaderSoyTemplateInfo
The number of the example.
EXAMPLE_NUM - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .exampleHeader.
exception - Variable in class com.google.javascript.jscomp.parsing.parser.trees.CatchTree
 
exceptPath(List<String>, CheckLevel) - Static method in class com.google.javascript.jscomp.ByPathWarningsGuard
 
EXCL_MARK - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
excludedClassesFromRenaming - Variable in class com.google.common.css.JobDescription
 
excludeModuleInfoFromRootModule() - Method in class org.plovr.ModuleConfig
 
exec(N) - Method in class com.google.template.soy.basetree.AbstractNodeVisitor
 
exec(N) - Method in class com.google.template.soy.basetree.AbstractReturningNodeVisitor
 
exec(N) - Method in interface com.google.template.soy.basetree.NodeVisitor
Executes the function defined by this visitor.
exec(SoyNode) - Method in class com.google.template.soy.msgs.internal.ExtractMsgsVisitor
Returns a SoyMsgBundle containing all messages extracted from the given SoyFileSetNode or SoyFileNode (locale string is null).
exec(SoyNode) - Method in class com.google.template.soy.msgs.internal.InsertMsgsVisitor
 
exec(SoyNode) - Method in class com.google.template.soy.parseinfo.passes.GenerateParseInfoVisitor
 
exec(SoyNode) - Method in class com.google.template.soy.parsepasses.ChangeCallsToPassAllDataVisitor
 
exec(SoyNode) - Method in class com.google.template.soy.parsepasses.CheckCallsVisitor
 
exec(SoyNode) - Method in class com.google.template.soy.parsepasses.CheckDelegatesVisitor
 
exec(SoyNode) - Method in class com.google.template.soy.parsepasses.InferRequiredSyntaxVersionVisitor
 
exec(SoyNode) - Method in class com.google.template.soy.parsepasses.SetDefaultForDelcallAllowsEmptyDefaultVisitor
 
exec(SoyNode) - Method in class com.google.template.soy.parsepasses.SetFullCalleeNamesVisitor
 
exec(SoyNode) - Method in class com.google.template.soy.pysrc.internal.GenPyExprsVisitor
 
exec(SoyNode) - Method in class com.google.template.soy.shared.internal.FindCalleesNotInFileVisitor
 
exec(SoyNode) - Method in class com.google.template.soy.shared.internal.HasNodeTypesVisitor
 
exec(SoyNode) - Method in class com.google.template.soy.sharedpasses.AssertStrictAutoescapingVisitor
 
exec(SoyNode) - Method in class com.google.template.soy.sharedpasses.BuildAllDependeesMapVisitor
 
exec(SoyNode) - Method in class com.google.template.soy.sharedpasses.CombineConsecutiveRawTextNodesVisitor
 
exec(TemplateNode) - Method in class com.google.template.soy.sharedpasses.FindIjParamsVisitor
Computes injected params info for a template.
exec(SoyNode) - Method in class com.google.template.soy.sharedpasses.FindIndirectParamsVisitor
 
exec(SoyNode) - Method in class com.google.template.soy.sharedpasses.FindTransitiveDepTemplatesVisitor
Executes the function defined by this visitor.
exec(SoyFileSetNode) - Method in class com.google.template.soy.sharedpasses.IsUsingIjDataVisitor
Runs this pass on the given Soy tree.
exec(SoyNode) - Method in class com.google.template.soy.sharedpasses.opti.SimplifyVisitor
 
exec(SoyNode) - Method in class com.google.template.soy.sharedpasses.RemoveHtmlCommentsVisitor
 
exec(SoyNode) - Method in class com.google.template.soy.sharedpasses.RenameCssVisitor
 
exec(SoyNode) - Method in class com.google.template.soy.sharedpasses.render.RenderVisitor
 
exec(SoyNode) - Method in class com.google.template.soy.sharedpasses.ReportSyntaxVersionErrorsVisitor
Executes the function defined by this visitor.
exec(TemplateNode) - Method in class com.google.template.soy.sharedpasses.ShouldEnsureDataIsDefinedVisitor
Runs this pass on the given template.
exec(SoyNode) - Method in class com.google.template.soy.sharedpasses.StrictDepsVisitor
 
exec(SoyFileSetNode) - Method in class com.google.template.soy.sharedpasses.SubstituteGlobalsVisitor
Runs this pass on the given Soy tree.
execOnAllTemplates(SoyFileSetNode) - Method in class com.google.template.soy.sharedpasses.FindIjParamsVisitor
Precomputes injected params info for all templates.
execOnAllTemplates(SoyFileSetNode) - Method in class com.google.template.soy.sharedpasses.FindTransitiveDepTemplatesVisitor
Computes transitive dep templates info for all templates in a Soy tree.
execOnAllV2Exprs(SoyNode, AbstractExprNodeVisitor<R>, ErrorReporter) - Static method in class com.google.template.soy.soytree.SoytreeUtils
Given a Soy node and a visitor for expression trees, traverses the subtree of the node and executes the visitor on all expressions held by nodes in the subtree.
execOnAllV2ExprsShortcircuitably(SoyNode, AbstractExprNodeVisitor<R>, SoytreeUtils.Shortcircuiter<R>, ErrorReporter) - Static method in class com.google.template.soy.soytree.SoytreeUtils
Given a Soy node and a visitor for expression trees, traverses the subtree of the node and executes the visitor on all expressions held by nodes in the subtree.
execOnMultipleNodes(Iterable<? extends SoyNode>) - Method in class com.google.template.soy.msgs.internal.ExtractMsgsVisitor
Returns a SoyMsgBundle containing all messages extracted from the given nodes (locale string is null).
execOnMultipleTemplates(Iterable<TemplateNode>) - Method in class com.google.template.soy.sharedpasses.FindTransitiveDepTemplatesVisitor
Computes transitive dep templates info for multiple templates.
execute(File, File) - Method in class com.google.common.css.compiler.commandline.DefaultCommandLineCompiler
Executes the job associated with this compiler and returns the compiled CSS as a string.
execute() - Method in class com.google.javascript.jscomp.ant.CompileTask
 
execute() - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
Called to actually build the output by Ant.
execute(String[]) - Method in enum org.plovr.cli.Command
 
execute(JobDescription, CssHandler.ErrorManager) - Static method in class org.plovr.CssHandler
 
exit() - Method in class com.google.template.soy.shared.internal.GuiceSimpleScope
Exits the current occurrence of this scope.
exitCodeHandler - Variable in class com.google.common.css.AbstractCommandLineCompiler
Used to manage calls to System.exit().
ExitCodeHandler - Interface in com.google.common.css
ExitCodeHandler handles a request to exit with a specified exit code.
exitOnUnhandledException(Exception, ExitCodeHandler) - Static method in class com.google.common.css.AbstractCommandLineCompiler
Prints a message announcing an unhandled exception and exits.
exitScope(NodeTraversal) - Method in class com.google.javascript.jscomp.NodeTraversal.AbstractScopedCallback
 
exitScope(NodeTraversal) - Method in interface com.google.javascript.jscomp.NodeTraversal.ScopedCallback
Called immediately before exiting a scope.
ExpandBuff(boolean) - Method in class com.google.template.soy.exprparse.SimpleCharStream
 
ExpandBuff(boolean) - Method in class com.google.template.soy.soyparse.SimpleCharStream
 
ExpandBuff(boolean) - Method in class com.google.template.soy.types.parse.SimpleCharStream
 
expandToAllMatched(CharRanges) - Static method in class com.google.javascript.jscomp.regex.CaseCanonicalize
Given a character range that may include case sensitive code-units, such as [0-9B-M], returns the character range that includes all the code-units in the input and those that are case-insensitively equivalent to a code-unit in the input.
expectedTokenSequences - Variable in exception com.google.common.css.compiler.ast.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception com.google.template.soy.exprparse.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception com.google.template.soy.soyparse.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception com.google.template.soy.types.parse.ParseException
Each entry in this array is an array of integers.
expectErrors(String...) - Method in class com.google.javascript.jscomp.testing.TestErrorManager
 
expectWarnings(String...) - Method in class com.google.javascript.jscomp.testing.TestErrorManager
 
explicitlyImplOrExtInterface(FunctionType) - Method in class com.google.javascript.rhino.jstype.FunctionType
check whether or not this function type has implemented the given interface if this function is an interface, check whether or not this interface has extended the given interface
ExplodingErrorReporter - Class in com.google.template.soy.error
ErrorReporter implementation that throws an AssertionError whenever an error is reported to it.
EXPORT - Static variable in class com.google.javascript.rhino.Token
Token types.
EXPORT_ALL_FROM - Static variable in class com.google.javascript.rhino.Node
 
EXPORT_DEFAULT - Static variable in class com.google.javascript.rhino.Node
 
EXPORT_SPEC - Static variable in class com.google.javascript.rhino.Token
Token types.
EXPORT_SPECS - Static variable in class com.google.javascript.rhino.Token
Token types.
ExportDeclarationTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ExportDeclarationTree(SourceRange, boolean, boolean, ParseTree, ImmutableList<ParseTree>, LiteralToken) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ExportDeclarationTree
 
exportSpecifierList - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ExportDeclarationTree
 
ExportSpecifierTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ExportSpecifierTree(SourceRange, IdentifierToken, IdentifierToken) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ExportSpecifierTree
 
exportTestFunctions - Variable in class com.google.javascript.jscomp.CompilerOptions
Whether to export test functions.
expr() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
expr(ExprRootNode) - Static method in class com.google.template.soy.soytree.CallNode.DataAttribute
 
EXPR_RESULT - Static variable in class com.google.javascript.rhino.Token
Token types.
ExprEquivalence - Class in com.google.template.soy.exprtree
An equivalence relation for expressions.
expression - Variable in class com.google.javascript.jscomp.parsing.parser.trees.CaseClauseTree
 
expression - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComprehensionIfTree
 
expression - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ExpressionStatementTree
 
expression - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ParenExpressionTree
 
expression - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ReturnStatementTree
 
expression - Variable in class com.google.javascript.jscomp.parsing.parser.trees.SpreadExpressionTree
 
expression - Variable in class com.google.javascript.jscomp.parsing.parser.trees.SwitchStatementTree
 
expression - Variable in class com.google.javascript.jscomp.parsing.parser.trees.TemplateSubstitutionTree
 
expression - Variable in class com.google.javascript.jscomp.parsing.parser.trees.WithStatementTree
 
expression - Variable in class com.google.javascript.jscomp.parsing.parser.trees.YieldExpressionTree
 
ExpressionParser - Class in com.google.template.soy.exprparse
This parser's specification is in ExpressionParser.jj, which is read by JavaCC and transformed into ExpressionParser.java.
ExpressionParser(String, SourceLocation, ErrorReporter) - Constructor for class com.google.template.soy.exprparse.ExpressionParser
Constructor that takes a string input.
ExpressionParser(InputStream) - Constructor for class com.google.template.soy.exprparse.ExpressionParser
Constructor with InputStream.
ExpressionParser(InputStream, String) - Constructor for class com.google.template.soy.exprparse.ExpressionParser
Constructor with InputStream and supplied encoding
ExpressionParser(Reader) - Constructor for class com.google.template.soy.exprparse.ExpressionParser
Constructor.
ExpressionParser(ExpressionParserTokenManager) - Constructor for class com.google.template.soy.exprparse.ExpressionParser
Constructor with generated Token Manager.
ExpressionParserConstants - Interface in com.google.template.soy.exprparse
Token literal values and constants.
ExpressionParserTokenManager - Class in com.google.template.soy.exprparse
Token Manager.
ExpressionParserTokenManager(SimpleCharStream) - Constructor for class com.google.template.soy.exprparse.ExpressionParserTokenManager
Constructor.
ExpressionParserTokenManager(SimpleCharStream, int) - Constructor for class com.google.template.soy.exprparse.ExpressionParserTokenManager
Constructor.
expressions - Variable in class com.google.javascript.jscomp.parsing.parser.trees.CommaExpressionTree
 
ExpressionStatementTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ExpressionStatementTree(SourceRange, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ExpressionStatementTree
 
ExprNode - Interface in com.google.template.soy.exprtree
This class defines the base interface for a node in the Soy expression parse tree, as well as a number of subinterfaces that extend the base interface in various aspects.
ExprNode.ConstantNode - Interface in com.google.template.soy.exprtree
A node representing a constant.
ExprNode.Kind - Enum in com.google.template.soy.exprtree
Enum of specific node kinds (coresponding to specific node types).
ExprNode.OperatorNode - Interface in com.google.template.soy.exprtree
A node representing an operator (with operands as children).
ExprNode.ParentExprNode - Interface in com.google.template.soy.exprtree
A node in an expression parse tree that may be a parent.
ExprNode.PrimitiveNode - Interface in com.google.template.soy.exprtree
A node representing a primitive literal.
exprResult(Node) - Static method in class com.google.javascript.rhino.IR
 
ExprRootNode - Class in com.google.template.soy.exprtree
Dummy node that serves as the root of an expression tree so that the tree can be arbitrarily changed without needing to change the reference to the tree.
ExprRootNode(ExprNode) - Constructor for class com.google.template.soy.exprtree.ExprRootNode
Creates a new instance with the given node as the child.
exprText(String) - Method in class com.google.template.soy.soytree.PrintNode.Builder
 
ExprUnion - Class in com.google.template.soy.soytree
Represents a Soy expression in either V2 or V1 syntax.
ExprUnion(ExprNode) - Constructor for class com.google.template.soy.soytree.ExprUnion
Constructor for an instance that represents a V2 expression.
ExprUnion(ExprRootNode) - Constructor for class com.google.template.soy.soytree.ExprUnion
Constructor for an instance that represents a V2 expression.
ExprUnion(String) - Constructor for class com.google.template.soy.soytree.ExprUnion
Constructor for an instance that represents an expression in V1 syntax.
exprUnion(ExprUnion) - Method in class com.google.template.soy.soytree.PrintNode.Builder
 
ExprUtils - Class in com.google.template.soy.internal.targetexpr
Utilities for transformation expressions.
extend(SourceLocation) - Method in class com.google.template.soy.base.SourceLocation
Returns a new SourceLocation that starts where this SourceLocation starts and ends where other ends.
extended_term() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
EXTENDS_NON_OBJECT - Static variable in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc
 
EXTENDS_NOT_ON_CTOR_OR_INTERF - Static variable in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc
 
extendTemplateTypeMap(TemplateTypeMap) - Method in class com.google.javascript.rhino.jstype.JSType
Extends the template type map associated with this type, merging in the keys and values of the specified map.
extendTemplateTypeMapBasedOn(ObjectType) - Method in class com.google.javascript.rhino.jstype.FunctionType
Extends the TemplateTypeMap of the function's this type, based on the specified type.
EXTERN_OBJECT_PROPERTY_STRING - Static variable in class com.google.javascript.jscomp.ObjectPropertyStringPreprocess
 
externExport - Variable in class com.google.javascript.jscomp.Result
 
EXTERNS_VALIDATION - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
ExternsHandler - Class in org.plovr
 
ExternsHandler(CompilationServer) - Constructor for class org.plovr.ExternsHandler
 
EXTRA_REQUIRE - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
extractCharno(int) - Static method in class com.google.javascript.rhino.Node
Extracts the character number and character number from a merged line char number (see Node.mergeLineCharNo(int, int)).
extractClassNameIfProvide(Node, Node) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
Extracts X from goog.provide('X'), if the applied Node is goog.
extractClassNameIfProvide(Node, Node) - Method in interface com.google.javascript.jscomp.CodingConvention
Convenience method for determining provided dependencies amongst different JS scripts.
extractClassNameIfProvide(Node, Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
extractClassNameIfRequire(Node, Node) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
Extracts X from goog.require('X'), if the applied Node is goog.
extractClassNameIfRequire(Node, Node) - Method in interface com.google.javascript.jscomp.CodingConvention
Convenience method for determining required dependencies amongst different JS scripts.
extractClassNameIfRequire(Node, Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
ExtractCommand - Class in org.plovr.cli
 
ExtractCommand() - Constructor for class org.plovr.cli.ExtractCommand
 
ExtractCommandOptions - Class in org.plovr.cli
 
ExtractCommandOptions() - Constructor for class org.plovr.cli.ExtractCommandOptions
 
extractIsModuleFile(Node, Node) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
 
extractIsModuleFile(Node, Node) - Method in interface com.google.javascript.jscomp.CodingConvention
Convenience method for determining if the node indicates the file is a "module" file (a file whose top level symbols are not in global scope).
extractIsModuleFile(Node, Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
extractLineno(int) - Static method in class com.google.javascript.rhino.Node
Extracts the line number and character number from a merged line char number (see Node.mergeLineCharNo(int, int)).
extractMessages(SourceFile...) - Method in class com.google.javascript.jscomp.JsMessageExtractor
Extracts JS messages from JavaScript code.
extractMessages(Iterable<T>) - Method in class com.google.javascript.jscomp.JsMessageExtractor
Extracts JS messages from JavaScript code.
extractMsgs() - Method in class com.google.template.soy.SoyFileSet
Extracts all messages from this Soy file set into a SoyMsgBundle (which can then be turned into an extracted messages file with the help of a SoyMsgBundleHandler).
ExtractMsgsVisitor - Class in com.google.template.soy.msgs.internal
Visitor for extracting messages from a Soy parse tree.
ExtractMsgsVisitor(ErrorReporter) - Constructor for class com.google.template.soy.msgs.internal.ExtractMsgsVisitor
 
extractPartAfterLastDot(String) - Static method in class com.google.template.soy.base.internal.BaseUtils
Gets the part after the last dot in a dotted identifier.

F

Factory(TemplateRegistry, CompiledTemplates) - Constructor for class com.google.template.soy.jbcsrc.api.DelTemplateSelectorImpl.Factory
 
FALLBACK_BASE_PLACEHOLDER_NAME - Static variable in class com.google.template.soy.soytree.CallNode
Fallback base placeholder name.
FALLBACK_BASE_PLACEHOLDER_NAME - Static variable in class com.google.template.soy.soytree.PrintNode
Fallback base placeholder name.
FALLBACK_BASE_PLURAL_VAR_NAME - Static variable in class com.google.template.soy.soytree.MsgPluralNode
Fallback base plural var name.
FALLBACK_BASE_SELECT_VAR_NAME - Static variable in class com.google.template.soy.parsepasses.RewriteGenderMsgsVisitor
Fallback base select var name.
FALLBACK_BASE_SELECT_VAR_NAME - Static variable in class com.google.template.soy.soytree.MsgSelectNode
Fallback base select var name.
FALLBACK_MAX_INPUT_SIZE - Static variable in class com.google.javascript.jscomp.webservice.common.Protocol
Fallback value in case no setting is provided.
fallbackmsg(int, String, SourceLocation) - Static method in class com.google.template.soy.soytree.MsgNode
Returns a new MsgNode.Builder representing a fallbackmsg MsgNode.
FALSE - Static variable in class com.google.javascript.rhino.Token
Token types.
FALSE - Static variable in class com.google.template.soy.data.restricted.BooleanData
Static instance of BooleanData with value 'false'.
FALSE_CONSTANT - Static variable in enum com.google.common.css.compiler.ast.CssBooleanExpressionNode.Type
 
FALSE_MASK - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
FALSE_TYPE - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
falseNode() - Static method in class com.google.javascript.rhino.IR
 
FALSY - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
FALSY_MASK - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
FeaturesSoyInfo - Class in com.google.template.soy.examples
Soy parse info for features.soy.
FeaturesSoyInfo.BidiGlobalDirSoyTemplateInfo - Class in com.google.template.soy.examples
Template that outputs -1 in a right-to-left page and 1 in a left-to-right page, i.e.
FeaturesSoyInfo.DemoAutoescapeTrueSoyTemplateInfo - Class in com.google.template.soy.examples
Demo autoescape true.
FeaturesSoyInfo.DemoBidiSupportSoyTemplateInfo - Class in com.google.template.soy.examples
Demo BiDi support.
FeaturesSoyInfo.DemoCallOtherFileSoyTemplateInfo - Class in com.google.template.soy.examples
Demo a 'call' out to a template defined in another file.
FeaturesSoyInfo.DemoCallWithoutParamSoyTemplateInfo - Class in com.google.template.soy.examples
Demo 'call' without 'param's.
FeaturesSoyInfo.DemoCallWithParamBlockSoyTemplateInfo - Class in com.google.template.soy.examples
Demo 'call' with a 'param' block.
FeaturesSoyInfo.DemoCallWithParamSoyTemplateInfo - Class in com.google.template.soy.examples
Demo 'call' with 'param's.
FeaturesSoyInfo.DemoCommentsSoyTemplateInfo - Class in com.google.template.soy.examples
Demo comments.
FeaturesSoyInfo.DemoDoubleBracesSoyTemplateInfo - Class in com.google.template.soy.examples
Demo double braces.
FeaturesSoyInfo.DemoExpressionsSoyTemplateInfo - Class in com.google.template.soy.examples
Demo expressions.
FeaturesSoyInfo.DemoForeachSoyTemplateInfo - Class in com.google.template.soy.examples
Demo 'foreach'.
FeaturesSoyInfo.DemoForSoyTemplateInfo - Class in com.google.template.soy.examples
Demo 'for'.
FeaturesSoyInfo.DemoIfSoyTemplateInfo - Class in com.google.template.soy.examples
Demo 'if'.
FeaturesSoyInfo.DemoLineJoiningSoyTemplateInfo - Class in com.google.template.soy.examples
Demo line joining.
FeaturesSoyInfo.DemoMsgSoyTemplateInfo - Class in com.google.template.soy.examples
Demo 'msg'.
FeaturesSoyInfo.DemoParamWithKindAttributeSoyTemplateInfo - Class in com.google.template.soy.examples
Demo {param} blocks with 'kind' attribute.
FeaturesSoyInfo.DemoPrintSoyTemplateInfo - Class in com.google.template.soy.examples
Demo 'print'.
FeaturesSoyInfo.DemoRawTextCommandsSoyTemplateInfo - Class in com.google.template.soy.examples
Demo raw text commands.
FeaturesSoyInfo.DemoSwitchSoyTemplateInfo - Class in com.google.template.soy.examples
Demo 'switch'.
FeaturesSoyInfo.ExampleHeaderSoyTemplateInfo - Class in com.google.template.soy.examples
Template for printing the header to add before each example.
FeaturesSoyInfo.Param - Class in com.google.template.soy.examples
Param names from all templates in this Soy file.
FeaturesSoyInfo.TemplateName - Class in com.google.template.soy.examples
 
FeaturesUsage - Class in com.google.template.soy.examples
Usage of the features examples.
FieldAccessNode - Class in com.google.template.soy.exprtree
Reference to a named field.
FieldAccessNode(ExprNode, String, boolean) - Constructor for class com.google.template.soy.exprtree.FieldAccessNode
 
FieldCleanupPass - Class in com.google.javascript.jscomp
A CleanupPass implementation that will remove all field declarations on JSTypes contributed by the original file.
FieldCleanupPass(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.FieldCleanupPass
 
fields - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ObjectPatternTree
 
file() - Method in class com.google.template.soy.shared.SoyAstCache.VersionedFile
 
FILEOVERVIEW_JSDOC - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
filePath - Variable in class com.google.template.soy.base.internal.AbstractSoyFileSupplier
Returns the file path (used for messages only).
FilePosition - Class in com.google.debugging.sourcemap
Represents a position in a source file.
FilePosition(int, int) - Constructor for class com.google.debugging.sourcemap.FilePosition
 
FileRef(boolean) - Constructor for class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode.FileRef
 
Files - Class in org.plovr.io
 
FileUtil - Class in org.plovr
FileUtil is a set of utilities for dealing with files.
FillBuff() - Method in class com.google.template.soy.exprparse.SimpleCharStream
 
FillBuff() - Method in class com.google.template.soy.soyparse.SimpleCharStream
 
FillBuff() - Method in class com.google.template.soy.types.parse.SimpleCharStream
 
fillInStackTrace() - Method in exception com.google.template.soy.sharedpasses.render.RenderException
 
filterCssValue(SoyValue) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Makes sure that the input is a valid CSS identifier part, CLASS or ID part, quantity, or CSS keyword part.
filterCssValue(String) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Makes sure that the input is a valid CSS identifier part, CLASS or ID part, quantity, or CSS keyword part.
filterHtmlAttributes(SoyValue) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Checks that the input is a valid HTML attribute name with normal keyword or textual content or known safe attribute content.
filterHtmlAttributes(String) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Checks that the input is a valid HTML attribute name with normal keyword or textual content.
filterHtmlElementName(SoyValue) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Checks that the input is part of the name of an innocuous element.
filterHtmlElementName(String) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Checks that the input is part of the name of an innocuous element.
filterImageDataUri(SoyValue) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Makes sure that the given input is a data URI corresponding to an image.
filterImageDataUri(String) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Makes sure that the given input is a data URI corresponding to an image.
filterNoAutoescape(SoyValue) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Filters noAutoescape input from explicitly tainted content.
filterNormalizeUri(SoyValue) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Makes sure that the given input doesn't specify a dangerous protocol and also normalizes it.
filterNormalizeUri(String) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Makes sure that the given input doesn't specify a dangerous protocol and also normalizes it.
finalize() - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
finalizeStackTrace(Throwable) - Method in exception com.google.template.soy.sharedpasses.render.RenderException
Finalize the stack trace by prepending the soy stack trace to the given Throwable.
finallyBlock - Variable in class com.google.javascript.jscomp.parsing.parser.trees.TryStatementTree
 
FinallyTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
FinallyTree(SourceRange, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.FinallyTree
 
find(E) - Method in class com.google.javascript.jscomp.graph.StandardUnionFind
 
find(E) - Method in interface com.google.javascript.jscomp.graph.UnionFind
Returns the representative of the equivalence class of e.
find(Iterable<? extends SlicedRawTextNode>, Predicate<? super Context>, Predicate<? super Context>, Predicate<? super Context>) - Static method in class com.google.template.soy.parsepasses.contextautoesc.SlicedRawTextNode
The slices that occur in the context described by the given predicates.
findAll(E) - Method in class com.google.javascript.jscomp.graph.StandardUnionFind
 
findAll(E) - Method in interface com.google.javascript.jscomp.graph.UnionFind
Returns the elements in the same equivalence class as value.
FindCalleesNotInFileVisitor - Class in com.google.template.soy.shared.internal
Visitor for finding the templates called in a file that are not defined in the file.
FindCalleesNotInFileVisitor(ErrorReporter) - Constructor for class com.google.template.soy.shared.internal.FindCalleesNotInFileVisitor
 
FindIjParamsVisitor - Class in com.google.template.soy.sharedpasses
Visitor for finding the injected params used by a given template.
FindIjParamsVisitor(TemplateRegistry, ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.FindIjParamsVisitor
 
FindIjParamsVisitor.IjParamsInfo - Class in com.google.template.soy.sharedpasses
Return value for FindIjParamsVisitor.
FindIndirectParamsVisitor - Class in com.google.template.soy.sharedpasses
Visitor for finding the indirect params of a given template.
FindIndirectParamsVisitor(TemplateRegistry, ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.FindIndirectParamsVisitor
 
FindIndirectParamsVisitor.IndirectParamsInfo - Class in com.google.template.soy.sharedpasses
Return value for FindIndirectParamsVisitor.
findJsFiles(Collection<String>) - Static method in class com.google.javascript.jscomp.CommandLineRunner
Returns all the JavaScript files from the set of patterns.
findPropertyType(String) - Method in class com.google.javascript.rhino.jstype.EnumElementType
 
findPropertyType(String) - Method in class com.google.javascript.rhino.jstype.JSType
Coerces this type to an Object type, then gets the type of the property whose name is given.
findPropertyType(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
 
findPropertyType(String) - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
findPropertyType(String) - Method in class com.google.javascript.rhino.jstype.UnionType
 
FindTransitiveDepTemplatesVisitor - Class in com.google.template.soy.sharedpasses
Visitor for finding the set of templates transitively called by a given template.
FindTransitiveDepTemplatesVisitor(TemplateRegistry, ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.FindTransitiveDepTemplatesVisitor
 
FindTransitiveDepTemplatesVisitor.TransitiveDepTemplatesInfo - Class in com.google.template.soy.sharedpasses
Return value for FindTransitiveDepTemplatesVisitor.
findUniqueRefinedSlot(FlowScope) - Method in interface com.google.javascript.jscomp.type.FlowScope
Tries to find a unique refined variable in the refined scope, up to the the blind scope.
first - Variable in class com.google.template.soy.internal.base.Pair
The first element of the pair.
firstPreciserScopeKnowingConditionOutcome(Node, FlowScope, boolean) - Method in class com.google.javascript.jscomp.type.ChainableReverseAbstractInterpreter
Calculates the preciser scope starting with the first link.
FixedIdGenerator - Class in com.google.template.soy.base.internal
A generator of fixed ids.
FixedIdGenerator(int) - Constructor for class com.google.template.soy.base.internal.FixedIdGenerator
Constructor that takes a value for the fixed id to be generated.
FixedIdGenerator() - Constructor for class com.google.template.soy.base.internal.FixedIdGenerator
Constructor that does not take a value for the fixed id to be generated.
FixedPointGraphTraversal<N,E> - Class in com.google.javascript.jscomp.graph
A utility class for doing fixed-point computations.
FixedPointGraphTraversal(FixedPointGraphTraversal.EdgeCallback<N, E>) - Constructor for class com.google.javascript.jscomp.graph.FixedPointGraphTraversal
Create a new traversal.
FixedPointGraphTraversal.EdgeCallback<Node,Edge> - Interface in com.google.javascript.jscomp.graph
Edge callback
FixupFontDeclarations - Class in com.google.common.css.compiler.passes
Compiler pass that replaces font and font-family declaration subtrees so that the tree structure resembles the (rather idiosyncratic) grammar of the corresponding CSS properties.
FixupFontDeclarations(FixupFontDeclarations.InputMode, ErrorManager, CssTree) - Constructor for class com.google.common.css.compiler.passes.FixupFontDeclarations
 
FixupFontDeclarations.FontProperty - Enum in com.google.common.css.compiler.passes
Properties whose values may be specified in a @{code Font} declaration.
FixupFontDeclarations.InputMode - Enum in com.google.common.css.compiler.passes
Specifies how the input tree should be interpreted.
FLAG_ARGUMENTS_UNMODIFIED - Static variable in class com.google.javascript.rhino.Node
 
FLAG_GLOBAL_STATE_UNMODIFIED - Static variable in class com.google.javascript.rhino.Node
 
FLAG_LOCAL_RESULTS - Static variable in class com.google.javascript.rhino.Node
 
FLAG_NO_THROWS - Static variable in class com.google.javascript.rhino.Node
 
FLAG_THIS_UNMODIFIED - Static variable in class com.google.javascript.rhino.Node
 
FLOAT - Static variable in interface com.google.template.soy.exprparse.ExpressionParserConstants
RegularExpression Id.
FloatData - Class in com.google.template.soy.data.restricted
Float data.
FloatData(double) - Constructor for class com.google.template.soy.data.restricted.FloatData
Deprecated.
FloatNode - Class in com.google.template.soy.exprtree
Node representing a float value.
FloatNode(double, SourceLocation) - Constructor for class com.google.template.soy.exprtree.FloatNode
 
FloatType - Class in com.google.template.soy.types.primitive
Soy floating-point type.
floatValue() - Method in class com.google.template.soy.data.restricted.FloatData
 
floatValue() - Method in class com.google.template.soy.data.SoyAbstractValue
 
floatValue() - Method in interface com.google.template.soy.data.SoyValue
Precondition: Only call this method if you know that this SoyValue object is a float.
FlowScope - Interface in com.google.javascript.jscomp.type
A symbol table for inferring types during data flow analysis.
flowSensitiveInlineVariables - Variable in class com.google.javascript.jscomp.CompilerOptions
 
flush() - Method in class com.google.template.soy.sharedpasses.render.CountingFlushableAppendable
 
foldConstants - Variable in class com.google.javascript.jscomp.CompilerOptions
Folds constants (e.g.
FOR - Static variable in class com.google.javascript.rhino.Token
Token types.
FOR_IN_OVER_ARRAY - Static variable in class com.google.javascript.jscomp.lint.CheckForInOverArray
 
FOR_OF - Static variable in class com.google.javascript.rhino.Token
Token types.
FOR_VARIABLE - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
forAttributeValue(String) - Static method in class com.google.template.soy.data.internalutils.NodeContentKinds
Given an allowed value of the attribute, returns the corresponding SanitizedContent.ContentKind).
forAttributeValue(String) - Static method in enum com.google.template.soy.soytree.Visibility
 
forBoolean(boolean) - Static method in enum com.google.javascript.rhino.jstype.TernaryValue
Gets the TernaryValue for the given boolean.
forConstructor() - Method in class com.google.javascript.rhino.jstype.FunctionBuilder
Make this a constructor.
ForeachIfemptyNode - Class in com.google.template.soy.soytree
Node representing the 'ifempty' portion of a 'foreach' statement.
ForeachIfemptyNode(int, SourceLocation) - Constructor for class com.google.template.soy.soytree.ForeachIfemptyNode
 
ForeachNode - Class in com.google.template.soy.soytree
Node representing a 'foreach' statement.
ForeachNode(int, ExprRootNode, String, SourceLocation) - Constructor for class com.google.template.soy.soytree.ForeachNode
 
ForeachNonemptyNode - Class in com.google.template.soy.soytree
Node representing the loop portion of a 'foreach' statement.
ForeachNonemptyNode(int, String, SourceLocation) - Constructor for class com.google.template.soy.soytree.ForeachNonemptyNode
 
forFunctionName(String) - Static method in enum com.google.template.soy.shared.internal.NonpluginFunction
Returns the NonpluginFunction for the given function name, or null if not found.
forgetParameterAndReturnTypes() - Method in class com.google.javascript.rhino.jstype.FunctionType
Create a new constructor with the parameters and return type stripped.
forIn(Node, Node, Node) - Static method in class com.google.javascript.rhino.IR
 
ForInStatementTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ForInStatementTree(SourceRange, ParseTree, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ForInStatementTree
 
forIsRtlCodeSnippet(String, SoyBackendKind) - Static method in class com.google.template.soy.internal.i18n.BidiGlobalDir
Creates a bidi global direction that can only be determined at template runtime, by evaluating a given source code snippet that yields a boolean value where true indicates rtl.
formalParameterList - Variable in class com.google.javascript.jscomp.parsing.parser.trees.CallSignatureTree
 
formalParameterList - Variable in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree
 
formalParameterList - Variable in class com.google.javascript.jscomp.parsing.parser.trees.FunctionTypeTree
 
FormalParameterListTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
FormalParameterListTree(SourceRange, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.FormalParameterListTree
 
forMap(String, int, int) - Static method in class com.google.debugging.sourcemap.SourceMapSection
 
format - Variable in enum com.google.common.css.compiler.ast.CssStringNode.Type
 
format() - Method in class com.google.common.css.compiler.ast.GssError
 
format - Variable in class com.google.javascript.jscomp.DiagnosticType
The default way to format errors
format(CheckLevel, MessageFormatter) - Method in class com.google.javascript.jscomp.JSError
Format a message at the given level.
format(String, Object...) - Static method in class com.google.javascript.jscomp.parsing.parser.util.format.SimpleFormat
Writes a formatted string to the output destination of the Formatter.
format(Object...) - Method in class com.google.template.soy.error.SoyError
 
formatError(JSError) - Method in class com.google.javascript.jscomp.LightweightMessageFormatter
 
formatError(JSError) - Method in interface com.google.javascript.jscomp.MessageFormatter
Format an error.
formatLine(String, int) - Method in interface com.google.javascript.jscomp.SourceExcerptProvider.ExcerptFormatter
Format a line excerpt.
formatPathToDepsFile(String) - Method in class com.google.javascript.jscomp.deps.DepsGenerator
Format the deps file path so that it can be included in the output file.
formatRegion(Region) - Method in interface com.google.javascript.jscomp.SourceExcerptProvider.ExcerptFormatter
Format a region excerpt.
FORMATTING - Static variable in class com.google.template.soy.shared.restricted.TagWhitelist
A white-list of common formatting tags used by jslayout.
formatWarning(JSError) - Method in class com.google.javascript.jscomp.LightweightMessageFormatter
 
formatWarning(JSError) - Method in interface com.google.javascript.jscomp.MessageFormatter
Format a warning.
formatWarning(JSError) - Method in class com.google.javascript.jscomp.WhitelistWarningsGuard
If subclasses want to modify the formatting, they should override #formatWarning(JSError, boolean), not this method.
formatWarning(JSError, boolean) - Method in class com.google.javascript.jscomp.WhitelistWarningsGuard
 
forName(String) - Method in class com.google.javascript.jscomp.DiagnosticGroups
Find the diagnostic group registered under the given name.
forName(String) - Static method in enum com.google.template.soy.basetree.SyntaxVersion
 
forName(String) - Static method in class org.plovr.DiagnosticGroupUtil
 
forName(String) - Method in class org.plovr.PlovrDiagnosticGroups
 
forNamespace(String) - Method in class com.google.template.soy.tofu.internal.BaseTofu
 
forNamespace(String) - Method in interface com.google.template.soy.tofu.SoyTofu
Gets a new SoyTofu instance with a different namespace (or no namespace).
forNode(Node, Node, Node, Node) - Static method in class com.google.javascript.rhino.IR
 
ForNode - Class in com.google.template.soy.soytree
Node representing a 'for' statement.
ForNode(int, String, SourceLocation, ErrorReporter) - Constructor for class com.google.template.soy.soytree.ForNode
 
ForNode.RangeArgs - Class in com.google.template.soy.soytree
The arguments to a range(...) expression in a {for ...} loop statement.
forNoExpectedReports() - Static method in class com.google.javascript.rhino.testing.TestErrorReporter
 
ForOfStatementTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ForOfStatementTree(SourceRange, ParseTree, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ForOfStatementTree
 
forOldRhino() - Static method in class com.google.javascript.jscomp.parsing.NullErrorReporter
 
forPath(List<String>, CheckLevel) - Static method in class com.google.javascript.jscomp.ByPathWarningsGuard
 
forProviderList(List<? extends SoyValueProvider>) - Static method in class com.google.template.soy.data.internal.ListImpl
Creates a Soy list implementation backed by the given map.
forProviderMap(Map<String, ? extends SoyValueProvider>) - Static method in class com.google.template.soy.data.internal.DictImpl
Creates a SoyDict implementation for a particular underlying provider map.
ForStatementTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ForStatementTree(SourceRange, ParseTree, ParseTree, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ForStatementTree
 
forStaticIsRtl(boolean) - Static method in class com.google.template.soy.internal.i18n.BidiGlobalDir
Creates a "static" bidi global direction, i.e.
forStaticLocale(String) - Static method in class com.google.template.soy.internal.i18n.BidiGlobalDir
Creates a "static" bidi global direction, i.e.
forThunk(RenderableThunk, SanitizedContent.ContentKind) - Static method in class com.google.template.soy.data.LazySanitizedContents
Creates a SanitizedContent that wraps the given thunk.
forThunk(RenderableThunk) - Static method in class com.google.template.soy.data.restricted.StringData
Returns a StringData instance for the given RenderableThunk.
forType(DiagnosticType) - Static method in class com.google.javascript.jscomp.DiagnosticGroup
Create a diagnostic group that matches only the given type.
forURL(String, int, int) - Static method in class com.google.debugging.sourcemap.SourceMapSection
 
forValue(boolean) - Static method in class com.google.template.soy.data.restricted.BooleanData
Gets a BooleanData instance for the given value.
forValue(double) - Static method in class com.google.template.soy.data.restricted.FloatData
Gets a FloatData instance for the given value.
forValue(long) - Static method in class com.google.template.soy.data.restricted.IntegerData
Gets a IntegerData instance for the given value.
forValue(String) - Static method in class com.google.template.soy.data.restricted.StringData
Gets a StringData instance for the given value.
forwardDeclareType(String) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Records a forward-declared type name.
FREE_CALL - Static variable in class com.google.javascript.rhino.Node
 
FROM - Static variable in class com.google.javascript.jscomp.parsing.parser.PredefinedName
 
from - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ExportDeclarationTree
 
from - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ModuleImportTree
 
FROM_TAG_NAME - Static variable in enum com.google.template.soy.shared.restricted.TagWhitelist.OptionalSafeTag
 
fromBase64(char) - Static method in class com.google.debugging.sourcemap.Base64
 
fromBytes(byte[]) - Static method in class com.google.javascript.jscomp.VariableMap
Deserializes the variable map from a byte array returned by VariableMap.toBytes().
fromCode(String, String) - Static method in class com.google.javascript.jscomp.SourceFile
 
fromDirective(String) - Static method in enum com.google.template.soy.parsepasses.contextautoesc.EscapingMode
The escaping mode corresponding to the given directive or null.
fromFile(String, Charset) - Static method in class com.google.javascript.jscomp.SourceFile
 
fromFile(String) - Static method in class com.google.javascript.jscomp.SourceFile
 
fromFile(File, Charset) - Static method in class com.google.javascript.jscomp.SourceFile
 
fromFile(File) - Static method in class com.google.javascript.jscomp.SourceFile
 
fromFile(File) - Static method in class com.google.javascript.jscomp.WhitelistWarningsGuard
Creates a warnings guard from a file.
fromFunctionType(FunctionType) - Method in class com.google.javascript.jscomp.newtypes.JSTypes
 
fromGenerator(String, SourceFile.Generator) - Static method in class com.google.javascript.jscomp.SourceFile
 
fromInputStream(String, InputStream) - Static method in class com.google.javascript.jscomp.SourceFile
fromInputStream(String, InputStream, Charset) - Static method in class com.google.javascript.jscomp.SourceFile
 
fromMap(Map<String, String>) - Static method in class com.google.javascript.jscomp.VariableMap
Initializes the variable map from an existing map.
fromNode(Node) - Static method in class com.google.javascript.jscomp.newtypes.QualifiedName
 
fromObjectType(ObjectType) - Static method in class com.google.javascript.jscomp.newtypes.JSType
 
fromQualifiedString(String) - Static method in class com.google.javascript.jscomp.newtypes.QualifiedName
 
fromReader(String, Reader) - Static method in class com.google.javascript.jscomp.SourceFile
 
fromResource(Class<?>, String, Charset, SanitizedContent.ContentKind) - Static method in class com.google.template.soy.data.SanitizedContents
Loads assumed-safe content from a Java resource.
fromResource(String, Charset, SanitizedContent.ContentKind) - Static method in class com.google.template.soy.data.SanitizedContents
Loads assumed-safe content from a Java resource.
fromString(String) - Static method in enum com.google.javascript.jscomp.CompilerOptions.LanguageMode
 
fromTagName(String) - Static method in enum com.google.template.soy.shared.restricted.TagWhitelist.OptionalSafeTag
 
fromTypeVar(String) - Static method in class com.google.javascript.jscomp.newtypes.JSType
 
function() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
FUNCTION - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
function(Node, Node, Node) - Static method in class com.google.javascript.rhino.IR
 
FUNCTION - Static variable in class com.google.javascript.rhino.Token
Token types.
FUNCTION_FUNCTION_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
FUNCTION_INSTANCE_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
FUNCTION_PROTOTYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
FUNCTION_TYPE - Static variable in class com.google.javascript.rhino.Token
Token types.
FunctionAndSlotType(JSType, DeclaredFunctionType) - Constructor for class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc.FunctionAndSlotType
 
functionBody - Variable in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree
 
FunctionBuilder - Class in com.google.javascript.rhino.jstype
A builder class for function and arrow types.
FunctionBuilder(JSTypeRegistry) - Constructor for class com.google.javascript.rhino.jstype.FunctionBuilder
 
functionCall() - Static method in class com.google.javascript.refactoring.Matchers
Returns a Matcher that matches any function call.
functionCall(String) - Static method in class com.google.javascript.refactoring.Matchers
 
functionCallWithNumArgs(int) - Static method in class com.google.javascript.refactoring.Matchers
Returns a Matcher that matches any function call that has the given number of arguments.
functionCallWithNumArgs(String, int) - Static method in class com.google.javascript.refactoring.Matchers
 
FunctionDeclarationTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
FunctionDeclarationTree(SourceRange, IdentifierToken, GenericTypeListTree, boolean, boolean, boolean, TokenType, FunctionDeclarationTree.Kind, FormalParameterListTree, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree
 
FunctionDeclarationTree.Kind - Enum in com.google.javascript.jscomp.parsing.parser.trees
 
functionInformationMap - Variable in class com.google.javascript.jscomp.Result
 
functionMap - Variable in class com.google.common.css.compiler.passes.ResolveCustomFunctionNodes
 
functionName - Variable in class com.google.javascript.jscomp.CodingConvention.AssertionFunctionSpec
 
functionName - Variable in class com.google.javascript.jscomp.deps.JsFunctionParser.SymbolInfo
 
FunctionNamePredicate() - Constructor for class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode.FunctionNamePredicate
 
FunctionNode - Class in com.google.template.soy.exprtree
A node representing a function (with args as children).
FunctionNode(String, SourceLocation) - Constructor for class com.google.template.soy.exprtree.FunctionNode
 
FunctionParamBuilder - Class in com.google.javascript.rhino.jstype
A builder for the Rhino Node representing Function parameters.
FunctionParamBuilder(JSTypeRegistry) - Constructor for class com.google.javascript.rhino.jstype.FunctionParamBuilder
 
FunctionType - Class in com.google.javascript.jscomp.newtypes
 
functionType - Variable in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc.FunctionAndSlotType
 
FunctionType - Class in com.google.javascript.rhino.jstype
This derived type provides extended information about a function, including its return type and argument types.
functionType(Node, LinkedHashMap<String, Node.TypeDeclarationNode>, LinkedHashMap<String, Node.TypeDeclarationNode>, String, Node.TypeDeclarationNode) - Static method in class com.google.javascript.rhino.TypeDeclarationsIR
Represents a function type.
FunctionTypeBuilder - Class in com.google.javascript.jscomp.newtypes
FunctionTypeBuilder() - Constructor for class com.google.javascript.jscomp.newtypes.FunctionTypeBuilder
 
FunctionTypeI - Interface in com.google.javascript.rhino
 
FunctionTypeTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
FunctionTypeTree(SourceRange, FormalParameterListTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.FunctionTypeTree
 
future() - Method in class com.google.template.soy.jbcsrc.api.RenderResult
Returns the future that soy is waiting for.
futureBlockCallback - Static variable in class com.google.template.soy.data.SoyFutureValueProvider
Allows threads to register a SoyFutureValueProvider.FutureBlockCallback.

G

gatherCssNames - Variable in class com.google.javascript.jscomp.CompilerOptions
Gather CSS names (requires closurePass)
GE - Static variable in class com.google.javascript.rhino.Token
Token types.
genBasePhName() - Method in class com.google.template.soy.soytree.CallNode
 
genBasePhName() - Method in class com.google.template.soy.soytree.MsgHtmlTagNode
 
genBasePhName() - Method in class com.google.template.soy.soytree.PrintNode
 
genBasePhName() - Method in interface com.google.template.soy.soytree.SoyNode.MsgPlaceholderInitialNode
Generates the base placeholder name for this node.
generateCharacterMapSignature(StringBuilder, String) - Method in class com.google.template.soy.jssrc.internal.GenerateSoyUtilsEscapingDirectiveCode
 
generateCharacterMapSignature(StringBuilder, String) - Method in class com.google.template.soy.pysrc.internal.GeneratePySanitizeEscapingDirectiveCode
 
generateCharacterMapSignature(StringBuilder, String) - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
Generate the signature to a map object to hold character mapping.
generateCode(AbstractCompiler, Node) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
 
generateCode() - Method in class org.plovr.AbstractJsInput
 
generateCode() - Method in class org.plovr.CoffeeFile
 
generateCode() - Method in class org.plovr.JsSourceFile
 
generateCode() - Method in class org.plovr.ResourceJsInput
 
generateCode() - Method in class org.plovr.SoyFile
 
generateCode() - Method in class org.plovr.TypeScriptFile
 
generateCommonConstants(StringBuilder) - Method in class com.google.template.soy.jssrc.internal.GenerateSoyUtilsEscapingDirectiveCode
 
generateCommonConstants(StringBuilder) - Method in class com.google.template.soy.pysrc.internal.GeneratePySanitizeEscapingDirectiveCode
 
generateCommonConstants(StringBuilder) - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
Generate common constants used elsewhere by the utility.
generateCompileTimeGlobalsFile(Map<String, ?>, Appendable) - Static method in class com.google.template.soy.SoyUtils
Generates the text for a compile-time globals file in the format expected by the Soy compiler and appends the generated text to the given Appendable.
generateExceptionFromMessage(String) - Method in class org.plovr.CoffeeScriptCompiler
 
generateExceptionFromMessage(String) - Method in class org.plovr.TypeScriptCompiler
 
generateExports - Variable in class com.google.javascript.jscomp.CompilerOptions
 
generateExtractedMsgsFile(SoyMsgBundle, SoyMsgBundleHandler.OutputFileOptions) - Method in interface com.google.template.soy.msgs.SoyMsgPlugin
Builds the content of an extracted messages file (source messages to be translated) from a given message bundle object containing messages extracted from source files.
generateExtractedMsgsFile(SoyMsgBundle, SoyMsgBundleHandler.OutputFileOptions) - Method in class com.google.template.soy.pomsgplugin.PoMsgPlugin
 
generateExtractedMsgsFile(SoyMsgBundle, SoyMsgBundleHandler.OutputFileOptions) - Method in class com.google.template.soy.xliffmsgplugin.XliffMsgPlugin
 
generateFilter(StringBuilder, String, String) - Method in class com.google.template.soy.jssrc.internal.GenerateSoyUtilsEscapingDirectiveCode
 
generateFilter(StringBuilder, String, String) - Method in class com.google.template.soy.pysrc.internal.GeneratePySanitizeEscapingDirectiveCode
 
generateFilter(StringBuilder, String, String) - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
Generate the constant to store the given filter regular expression.
generateHelperFunction(StringBuilder, DirectiveDigest) - Method in class com.google.template.soy.jssrc.internal.GenerateSoyUtilsEscapingDirectiveCode
 
generateHelperFunction(StringBuilder, DirectiveDigest) - Method in class com.google.template.soy.pysrc.internal.GeneratePySanitizeEscapingDirectiveCode
 
generateHelperFunction(StringBuilder, DirectiveDigest) - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
Generate the helper function to execute the escaping, filtering, and replacing.
generateId(String, List<CharSequence>) - Method in class com.google.javascript.jscomp.GoogleJsMessageIdGenerator
 
generateId(String, List<CharSequence>) - Method in interface com.google.javascript.jscomp.JsMessage.IdGenerator
Generate the ID for the message.
generateMatcher(StringBuilder, String, String) - Method in class com.google.template.soy.jssrc.internal.GenerateSoyUtilsEscapingDirectiveCode
 
generateMatcher(StringBuilder, String, String) - Method in class com.google.template.soy.pysrc.internal.GeneratePySanitizeEscapingDirectiveCode
 
generateMatcher(StringBuilder, String, String) - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
Generate the constant to store the given matcher regular expression.
generateParseException() - Method in class com.google.common.css.compiler.ast.GssParserCC
Generate ParseException.
generateParseException() - Method in class com.google.template.soy.exprparse.ExpressionParser
Generate ParseException.
generateParseException() - Method in class com.google.template.soy.soyparse.SoyFileParser
Generate ParseException.
generateParseException() - Method in class com.google.template.soy.soyparse.TemplateParser
Generate ParseException.
generateParseException() - Method in class com.google.template.soy.types.parse.TypeParser
Generate ParseException.
GenerateParseInfoVisitor - Class in com.google.template.soy.parseinfo.passes
Visitor for generating Java classes containing the parse info.
GenerateParseInfoVisitor(String, String, ErrorReporter) - Constructor for class com.google.template.soy.parseinfo.passes.GenerateParseInfoVisitor
 
generatePrefix(StringBuilder) - Method in class com.google.template.soy.pysrc.internal.GeneratePySanitizeEscapingDirectiveCode
 
generatePrefix(StringBuilder) - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
Generate any prefix needed to precede the escapers.
generatePseudoNames - Variable in class com.google.javascript.jscomp.CompilerOptions
Generate pseudo names for variables and properties for debugging purposes.
GeneratePySanitizeEscapingDirectiveCode - Class in com.google.template.soy.pysrc.internal
Generates Python code in generated_sanitize.py used by the public functions in sanitize.py.
GeneratePySanitizeEscapingDirectiveCode() - Constructor for class com.google.template.soy.pysrc.internal.GeneratePySanitizeEscapingDirectiveCode
 
generateReplacerFunction(StringBuilder, String) - Method in class com.google.template.soy.jssrc.internal.GenerateSoyUtilsEscapingDirectiveCode
 
generateReplacerFunction(StringBuilder, String) - Method in class com.google.template.soy.pysrc.internal.GeneratePySanitizeEscapingDirectiveCode
 
generateReplacerFunction(StringBuilder, String) - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
Generate the function to handle replacement of a given character.
generateReport() - Method in class com.google.common.css.compiler.ast.BasicErrorManager
 
generateReport() - Method in interface com.google.common.css.compiler.ast.ErrorManager
 
generateReport() - Method in class com.google.common.css.compiler.passes.DummyErrorManager
 
generateReport() - Method in class com.google.javascript.jscomp.BasicErrorManager
 
generateReport() - Method in interface com.google.javascript.jscomp.ErrorManager
Writes a report to an implementation-specific medium.
GenerateSoyUtilsEscapingDirectiveCode - Class in com.google.template.soy.jssrc.internal
Generates JavaScript code relied upon by soyutils.js and soyutils_use_goog.js.
GenerateSoyUtilsEscapingDirectiveCode() - Constructor for class com.google.template.soy.jssrc.internal.GenerateSoyUtilsEscapingDirectiveCode
 
generateTemplateRegistry() - Method in class com.google.template.soy.SoyFileSet
Parses the templates in this file set and generates a template registry.
generateTranslatedMsgsFile(SoyMsgBundle, SoyMsgBundleHandler.OutputFileOptions) - Method in interface com.google.template.soy.msgs.SoyBidirectionalMsgPlugin
Builds the content of a translated msgs file from a given message bundle object.
GENERATOR_FN - Static variable in class com.google.javascript.rhino.Node
 
GENERATOR_MARKER - Static variable in class com.google.javascript.rhino.Node
 
GENERATOR_SAFE - Static variable in class com.google.javascript.rhino.Node
 
GENERIC_LIST - Static variable in interface com.google.template.soy.types.parse.TypeParserConstants
RegularExpression Id.
GENERIC_MAP - Static variable in interface com.google.template.soy.types.parse.TypeParserConstants
RegularExpression Id.
GENERIC_TYPE - Static variable in class com.google.javascript.rhino.Token
Token types.
GENERIC_TYPE_LIST - Static variable in class com.google.javascript.rhino.Node
 
GENERIC_TYPE_LIST - Static variable in class com.google.javascript.rhino.Token
Token types.
generics - Variable in class com.google.javascript.jscomp.parsing.parser.trees.CallSignatureTree
 
generics - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ClassDeclarationTree
 
generics - Variable in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree
 
generics - Variable in class com.google.javascript.jscomp.parsing.parser.trees.GenericTypeListTree
 
generics - Variable in class com.google.javascript.jscomp.parsing.parser.trees.InterfaceDeclarationTree
 
GenericTypeListTree - Class in com.google.javascript.jscomp.parsing.parser.trees
A tree representing generic type(s) in classes and functions (class Foo<T extends () => boolean, U>).
GenericTypeListTree(SourceRange, LinkedHashMap<IdentifierToken, ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.GenericTypeListTree
 
genExprWithNewToken(Operator, List<? extends TargetExpr>, String) - Static method in class com.google.template.soy.internal.targetexpr.ExprUtils
Generates an expression for the given operator and operands assuming that the expression for the operator uses the same syntax format as the Soy operator, with the exception that the of a different token.
genId() - Method in class com.google.template.soy.base.internal.FixedIdGenerator
 
genId() - Method in interface com.google.template.soy.base.internal.IdGenerator
Generates and returns an id.
genId() - Method in class com.google.template.soy.base.internal.IncrementingIdGenerator
 
genJsExprUsingSoySyntax(Operator, List<JsExpr>) - Static method in class com.google.template.soy.jssrc.restricted.SoyJsCodeUtils
Generates a JS expression for the given operator and operands assuming that the JS expression for the operator uses the same syntax format as the Soy operator.
genJsExprUsingSoySyntaxWithNewToken(Operator, List<JsExpr>, String) - Static method in class com.google.template.soy.jssrc.restricted.SoyJsCodeUtils
Generates a JS expression for the given operator and operands assuming that the JS expression for the operator uses the same syntax format as the Soy operator, with the exception that the JS operator uses a different token (e.g.
genJsFiles(SoyFileSetNode, SoyJsSrcOptions, String, SoyMsgBundle, String, String) - Method in class com.google.template.soy.jssrc.internal.JsSrcMain
Generates JS source files given a Soy parse tree, an options object, an optional bundle of translated messages, and information on where to put the output files.
genJsSrc(SoyFileSetNode, SoyJsSrcOptions, SoyMsgBundle) - Method in class com.google.template.soy.jssrc.internal.JsSrcMain
Generates JS source code given a Soy parse tree, an options object, and an optional bundle of translated messages.
genMaybeProtect(JsExpr, int) - Static method in class com.google.template.soy.jssrc.internal.TranslateToJsExprVisitor
 
genNaiveBaseNameForExpr(ExprNode, String) - Static method in class com.google.template.soy.soytree.MsgSubstUnitBaseVarNameUtils
Helper function to generate a base placeholder (or plural/select var) name from an expression, using the naive algorithm.
genNoncollidingBaseNamesForExprs(List<ExprNode>, String, ErrorReporter) - Static method in class com.google.template.soy.soytree.MsgSubstUnitBaseVarNameUtils
Generates base names for all the expressions in a list, where for each expression, we use the shortest candidate base name that does not collide with any of the candidate base names generated from other expressions in the list.
GenPyExprsVisitor - Class in com.google.template.soy.pysrc.internal
Visitor for generating Python expressions for parse tree nodes.
GenPyExprsVisitor.GenPyExprsVisitorFactory - Interface in com.google.template.soy.pysrc.internal
Injectable factory for creating an instance of this class.
genPyFiles(SoyFileSetNode, SoyPySrcOptions, String, String) - Method in class com.google.template.soy.pysrc.internal.PySrcMain
Generates Python source files given a Soy parse tree, an options object, and information on where to put the output files.
genPyNotNullCheck(PyExpr) - Static method in class com.google.template.soy.pysrc.restricted.PyExprUtils
Generate a Python not null (None) check expression for a given PyExpr.
genPySrc(SoyFileSetNode, SoyPySrcOptions) - Method in class com.google.template.soy.pysrc.internal.PySrcMain
Generates Python source code given a Soy parse tree and an options object.
genSamenessKey() - Method in class com.google.template.soy.soytree.CallNode
 
genSamenessKey() - Method in class com.google.template.soy.soytree.MsgHtmlTagNode
 
genSamenessKey() - Method in class com.google.template.soy.soytree.PrintNode
 
genSamenessKey() - Method in interface com.google.template.soy.soytree.SoyNode.MsgPlaceholderInitialNode
Generates the key object used in comparisons to determine whether two placeholder nodes should be represented by the same placeholder.
genShortestBaseNameForExpr(ExprNode, String) - Static method in class com.google.template.soy.soytree.MsgSubstUnitBaseVarNameUtils
The equivalent of genNaiveBaseNameForExpr() in our new algorithm for generating base name.
get() - Method in class com.google.common.css.compiler.gssfunctions.DefaultGssFunctionMapProvider
 
get(Class<F>) - Method in class com.google.common.css.compiler.gssfunctions.DefaultGssFunctionMapProvider
 
get(Class<F>) - Method in interface com.google.common.css.GssFunctionMapProvider
Gets the map of custom GSS functions for the given class.
get(String) - Method in class com.google.common.css.IdentitySubstitutionMap
 
get(String) - Method in class com.google.common.css.MinimalSubstitutionMap
Gets the string that should be substituted for key.
get(String) - Method in class com.google.common.css.PrefixingSubstitutionMap
 
get(String) - Method in class com.google.common.css.RecordingSubstitutionMap
Gets the string that should be substituted for key.
get(String) - Method in class com.google.common.css.SimpleSplittingSubstitutionMap
 
get() - Method in class com.google.common.css.SimpleSplittingSubstitutionMapProvider
 
get(String) - Method in class com.google.common.css.SimpleSubstitutionMap
Gets the string that should be substituted for key.
get(String) - Method in class com.google.common.css.SplittingSubstitutionMap
 
get(String) - Method in interface com.google.common.css.SubstitutionMap
Gets the string that should be substituted for key.
get() - Method in interface com.google.common.css.SubstitutionMapProvider
Gets the substitution map.
get(String) - Method in class com.google.javascript.jscomp.CssRenamingMap.ByPart
 
get(String) - Method in class com.google.javascript.jscomp.CssRenamingMap.ByWhole
 
get(String) - Method in interface com.google.javascript.jscomp.CssRenamingMap
 
get(String) - Static method in enum com.google.javascript.jscomp.parsing.parser.Keywords
 
get(TokenType) - Static method in enum com.google.javascript.jscomp.parsing.parser.Keywords
 
GET - Static variable in class com.google.javascript.jscomp.parsing.parser.PredefinedName
 
get(String) - Method in interface com.google.javascript.jscomp.RenamingMap
 
get(SourceExcerptProvider, String, int, SourceExcerptProvider.ExcerptFormatter) - Method in enum com.google.javascript.jscomp.SourceExcerptProvider.SourceExcerpt
Get a source excerpt string based on the type of the source excerpt.
get(boolean) - Static method in enum com.google.javascript.rhino.jstype.BooleanLiteralSet
Returns the singleton set {literalValue}.
get(String) - Method in class com.google.template.soy.data.internal.EasyDictImpl
 
get(String) - Method in class com.google.template.soy.data.restricted.CollectionData
Gets the data at the specified key string.
get(int) - Method in class com.google.template.soy.data.SoyAbstractList
 
get(String) - Method in interface com.google.template.soy.data.SoyEasyDict
Gets a subfield value of this dict.
get(int) - Method in interface com.google.template.soy.data.SoyList
Gets a value of this SoyList.
get(int) - Method in class com.google.template.soy.data.SoyListData
Gets the data value at a given index.
get() - Static method in class com.google.template.soy.error.ExplodingErrorReporter
 
get() - Static method in class com.google.template.soy.exprtree.ExprEquivalence
 
get() - Method in interface com.google.template.soy.jbcsrc.api.SoySauce.Continuation
The final value of the rendering operation.
get(SoyFileSupplier) - Method in class com.google.template.soy.shared.SoyAstCache
Retrieves a cached version of this file supplier AST, if any.
get(String) - Method in interface com.google.template.soy.shared.SoyIdRenamingMap
Gets the string that should be substituted for key.
getAbsolutePosition() - Method in class com.google.javascript.jscomp.parsing.parser.trees.Comment
 
getAbstractMethodName() - Method in class com.google.javascript.jscomp.ClosureCodingConvention
 
getAbstractMethodName() - Method in interface com.google.javascript.jscomp.CodingConvention
Function name for abstract methods.
getAbstractMethodName() - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
getAccessLevel() - Method in class org.plovr.docgen.MethodDescriptor.Builder
 
getAccessLevel() - Method in class org.plovr.docgen.MethodDescriptor
 
GetAccessorTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
GetAccessorTree(SourceRange, Token, boolean, BlockTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.GetAccessorTree
 
getAliasToNamespaceMap() - Method in class com.google.template.soy.soytree.SoyFileNode
Returns the map from aliases to namespaces for this file.
getAliasTransformationHandler() - Method in class com.google.javascript.jscomp.CompilerOptions
 
getAllButLeftmost() - Method in class com.google.javascript.jscomp.newtypes.QualifiedName
 
getAllButRightmost() - Method in class com.google.javascript.jscomp.newtypes.QualifiedName
 
getAllCallsites() - Method in class com.google.javascript.jscomp.CallGraph
Returns a collection of all callsites in the call graph.
getAllConfigs() - Method in class org.plovr.CompilationServer
 
getAllDependencies() - Method in class com.google.javascript.jscomp.JSModule
Returns the transitive closure of dependencies starting from the dependencies of this module.
getAllEscapers() - Static method in class com.google.template.soy.shared.restricted.EscapingConventions
An accessor for all string transforms defined above.
getAllExprUnions() - Method in class com.google.template.soy.soytree.CallDelegateNode
 
getAllExprUnions() - Method in class com.google.template.soy.soytree.CallNode
 
getAllExprUnions() - Method in class com.google.template.soy.soytree.CallParamValueNode
 
getAllExprUnions() - Method in class com.google.template.soy.soytree.CssNode
 
getAllExprUnions() - Method in class com.google.template.soy.soytree.ForeachNode
 
getAllExprUnions() - Method in class com.google.template.soy.soytree.ForNode
 
getAllExprUnions() - Method in class com.google.template.soy.soytree.IfCondNode
 
getAllExprUnions() - Method in class com.google.template.soy.soytree.LetValueNode
 
getAllExprUnions() - Method in class com.google.template.soy.soytree.MsgNode
 
getAllExprUnions() - Method in class com.google.template.soy.soytree.MsgPluralNode
 
getAllExprUnions() - Method in class com.google.template.soy.soytree.MsgSelectNode
 
getAllExprUnions() - Method in class com.google.template.soy.soytree.PrintDirectiveNode
 
getAllExprUnions() - Method in class com.google.template.soy.soytree.PrintNode
 
getAllExprUnions() - Method in interface com.google.template.soy.soytree.SoyNode.ExprHolderNode
Returns the list of expressions in this node.
getAllExprUnions() - Method in class com.google.template.soy.soytree.SwitchCaseNode
 
getAllExprUnions() - Method in class com.google.template.soy.soytree.SwitchNode
 
getAllExprUnions() - Method in class com.google.template.soy.soytree.TemplateDelegateNode
 
getAllExtendedInterfaces() - Method in class com.google.javascript.rhino.jstype.FunctionType
Returns all extended interfaces declared by an interfaces or its super- interfaces.
getAllFunctions() - Method in class com.google.javascript.jscomp.CallGraph
Returns a collection of all functions (including the main function) in the call graph.
getAllImplementedInterfaces() - Method in class com.google.javascript.rhino.jstype.FunctionType
Returns all interfaces implemented by a class or its superclass and any superclasses for any of those interfaces.
getAllInputsLength() - Method in class com.google.common.css.JobDescription
 
getAllJSDocInfoNodes() - Method in class com.google.javascript.jscomp.SymbolTable
 
getAllMessages() - Method in class com.google.javascript.jscomp.EmptyMessageBundle
Returns an empty list of messages.
getAllMessages() - Method in interface com.google.javascript.jscomp.MessageBundle
Returns an iterable over the keys that this object has replacements for.
getAllMessages() - Method in class com.google.javascript.jscomp.XtbMessageBundle
 
getAllNodesOfType(SoyNode, Class<T>) - Static method in class com.google.template.soy.soytree.SoytreeUtils
Retrieves all nodes in a tree that are an instance of a particular class.
getAllNodesOfType(SoyNode, Class<T>, boolean) - Static method in class com.google.template.soy.soytree.SoytreeUtils
Retrieves all nodes in a tree that are an instance of a particular class.
getAllowedNonStandardCssFunctions() - Method in class org.plovr.Config
 
getAllowedUnrecognizedProperties() - Method in class org.plovr.Config
 
getAllOwnProps() - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
getAllParams() - Method in class com.google.template.soy.soytree.TemplateNode
Returns all params from template header or SoyDoc, both regular and injected.
getAllPropsOfClass() - Method in class com.google.javascript.jscomp.newtypes.NominalType
 
getAllPropsOfInterface() - Method in class com.google.javascript.jscomp.newtypes.NominalType
 
getAllScopes() - Method in class com.google.javascript.jscomp.SymbolTable
Gets all the scopes in this symbol table.
getAllSymbols() - Method in class com.google.javascript.jscomp.Scope
 
getAllSymbols() - Method in class com.google.javascript.jscomp.SymbolTable
 
getAllSymbols() - Method in class com.google.javascript.jscomp.TypedScope
 
getAllSymbols() - Method in interface com.google.javascript.rhino.StaticSymbolTable
Returns all variables in this symbol table.
getAllSymbolsForType(JSType) - Method in class com.google.javascript.jscomp.SymbolTable
Gets all symbols associated with the given type.
getAllSymbolsForTypeOf(SymbolTable.Symbol) - Method in class com.google.javascript.jscomp.SymbolTable
Get all symbols associated with the type of the given symbol.
getAllSymbolsSorted() - Method in class com.google.javascript.jscomp.SymbolTable
Get the symbols in their natural ordering.
getAllTemplates() - Method in class com.google.template.soy.soytree.TemplateRegistry
Returns all registered templates (basic and delegate nodes), in no particular order.
getAlternates() - Method in class com.google.javascript.rhino.jstype.UnionType
Gets the alternate types of this union type.
getAlternatesWithoutStructuralTyping() - Method in class com.google.javascript.rhino.jstype.UnionType
Gets the alternate types of this union type, including structural interfaces and implicit implementations as are distinct alternates.
getAltId() - Method in class com.google.template.soy.msgs.restricted.SoyMsg
Returns the alternate unique id for this message, or -1L if not applicable.
getAlwaysSpan() - Method in class com.google.template.soy.internal.i18n.BidiFormatter
 
getAncestor(int) - Method in class com.google.javascript.rhino.Node
Gets the ancestor node relative to this.
getAncestors() - Method in class com.google.javascript.rhino.Node
Iterates all of the node's ancestors excluding itself.
getAndClearBuffer() - Method in class com.google.template.soy.jbcsrc.api.AdvisingStringBuilder
 
getAndRemoveGenderExprs() - Method in class com.google.template.soy.soytree.MsgNode
Returns the list of expressions for gender values and sets that field to null.
getAnnotation() - Method in interface com.google.javascript.jscomp.graph.Annotatable
Retrieves a piece of information that has been annotated.
getAnnotation() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph.LinkedDirectedGraphNode
 
getAnnotation() - Method in class com.google.javascript.rhino.JSDocInfo.Marker
Gets the position information for the annotation name.
getAppendedCountSinceLastFlush() - Method in class com.google.template.soy.sharedpasses.render.CountingFlushableAppendable
 
getArgs() - Method in class com.google.template.soy.soytree.PrintDirectiveNode
The parsed args.
getArgument() - Method in class com.google.common.css.compiler.ast.CssPseudoClassNode
 
getArguments() - Method in class com.google.common.css.compiler.ast.CssCustomFunctionNode.CssCustomFunctionNodeProxy
getArguments() - Method in class com.google.common.css.compiler.ast.CssFunctionNode
 
getArguments() - Method in class com.google.common.css.compiler.ast.CssMixinDefinitionNode
 
getArguments() - Method in class com.google.common.css.compiler.ast.CssMixinNode
Returns the arguments belonging to this mixin as a node.
getArguments() - Method in class org.plovr.cli.BuildCommandOptions
 
getArguments() - Method in class org.plovr.cli.ExtractCommandOptions
 
getArguments() - Method in class org.plovr.cli.JsDocCommandOptions
 
getArguments() - Method in class org.plovr.cli.ServeCommandOptions
 
getArgumentsArrayType() - Method in class com.google.javascript.jscomp.newtypes.JSTypes
 
getArgumentsVar() - Method in class com.google.javascript.jscomp.Scope
Get a unique VAR object to represents "arguments" within this scope
getArgumentsVar() - Method in class com.google.javascript.jscomp.TypedScope
 
getArrayInstance() - Method in class com.google.javascript.jscomp.newtypes.JSTypes
 
getArrayInstance(JSType) - Method in class com.google.javascript.jscomp.newtypes.JSTypes
 
getAsNominalType() - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
getAssertedNewType(Node, DeclaredTypeRegistry) - Method in class com.google.javascript.jscomp.ClosureCodingConvention.AssertFunctionByTypeName
 
getAssertedNewType(Node, DeclaredTypeRegistry) - Method in class com.google.javascript.jscomp.ClosureCodingConvention.AssertInstanceofSpec
 
getAssertedNewType(Node, DeclaredTypeRegistry) - Method in class com.google.javascript.jscomp.CodingConvention.AssertionFunctionSpec
Returns the new type system type for a type assertion.
getAssertedOldType(Node, JSTypeRegistry) - Method in class com.google.javascript.jscomp.ClosureCodingConvention.AssertFunctionByTypeName
 
getAssertedOldType(Node, JSTypeRegistry) - Method in class com.google.javascript.jscomp.ClosureCodingConvention.AssertInstanceofSpec
Returns the type for a type assertion, or null if the function asserts that the node must not be null or undefined.
getAssertedOldType(Node, JSTypeRegistry) - Method in class com.google.javascript.jscomp.CodingConvention.AssertionFunctionSpec
Returns the old type system type for a type assertion, or null if the function asserts that the node must not be null or undefined.
getAssertedParam(Node) - Method in class com.google.javascript.jscomp.CodingConvention.AssertionFunctionSpec
Returns the parameter of the assertion function that is being checked.
getAssertionFunctions() - Method in class com.google.javascript.jscomp.ClosureCodingConvention
 
getAssertionFunctions() - Method in interface com.google.javascript.jscomp.CodingConvention
Returns the set of AssertionFunction.
getAssertionFunctions() - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
getAssignedValue(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
For an assignment or variable declaration get the assigned value.
getAssociativity() - Method in enum com.google.template.soy.exprtree.Operator
Returns this operator's associativity.
getAstDotGraph() - Method in class com.google.javascript.jscomp.Compiler
Gets the DOT graph of the AST generated at the end of compilation.
getAstNode() - Method in class com.google.javascript.jscomp.CallGraph.Callsite
 
getAstNode() - Method in class com.google.javascript.jscomp.CallGraph.Function
Returns the underlying AST node for the function.
getAstRoot(AbstractCompiler) - Method in class com.google.javascript.jscomp.CompilerInput
 
getAstRoot(AbstractCompiler) - Method in class com.google.javascript.jscomp.JsAst
 
getAstRoot(AbstractCompiler) - Method in interface com.google.javascript.jscomp.SourceAst
Gets the root node of the AST for the source file this represents.
getAstRoot(AbstractCompiler) - Method in class com.google.javascript.jscomp.SyntheticAst
 
getAttributeName() - Method in class com.google.common.css.compiler.ast.CssAttributeSelectorNode
 
getAttributeValue() - Method in enum com.google.template.soy.soytree.AutoescapeMode
Returns a form of this attribute's name suitable for use in a template attribute.
getAttributeValue() - Method in enum com.google.template.soy.soytree.Visibility
 
getAttributeValues() - Static method in class com.google.template.soy.data.internalutils.NodeContentKinds
The set of permitted values of the kind attribute.
getAttributeValues() - Static method in enum com.google.template.soy.soytree.AutoescapeMode
The set created by element-wise application of AutoescapeMode.getAttributeValue() to all modes.
getAttributeValues() - Static method in enum com.google.template.soy.soytree.Visibility
 
getAuthors() - Method in class com.google.javascript.rhino.JSDocInfo
Returns the list of authors or null if none.
getAutoescapeMode() - Method in class com.google.template.soy.soytree.TemplateNode
Returns the mode of autoescaping, if any, done for this template.
getAutoescapeMode() - Method in class com.google.template.soy.soytree.TemplateNodeBuilder
 
getAvailableIdentifiers() - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
A matcher for functions available in the environment in which output will be run including things like EscapingConventions.CrossLanguageStringXform#getLangFunctionNames.
getBackwardDirectedGraph() - Method in class com.google.javascript.jscomp.CallGraph
Constructs and returns a directed graph where the nodes are functions and the edges are callsites connecting callees to callers.
getBaseExprChild() - Method in class com.google.template.soy.exprtree.DataAccessNode
Returns the base expression from which we're looking up the named field.
getBaseName(String) - Static method in class com.google.template.soy.parsepasses.contextautoesc.DerivedTemplateUtils
The base name for the given template name whether derived or not.
getBaseType() - Method in class com.google.javascript.rhino.JSDocInfo
Gets the base type specified by the @extends annotation.
getBaseVarName() - Method in class com.google.template.soy.soytree.MsgPlaceholderNode
Returns the base placeholder name (what the translator sees).
getBaseVarName() - Method in class com.google.template.soy.soytree.MsgPluralNode
Returns the base plural var name (what the translator sees).
getBaseVarName() - Method in class com.google.template.soy.soytree.MsgSelectNode
Returns the base select var name (what the translator sees).
getBaseVarName() - Method in interface com.google.template.soy.soytree.SoyNode.MsgSubstUnitNode
Returns the base var name for this substitution unit.
getBasicTemplate(String) - Method in class com.google.template.soy.soytree.TemplateRegistry
Retrieves a basic template given the template name.
getBasicTemplatesMap() - Method in class com.google.template.soy.soytree.TemplateRegistry
Returns a map from basic template name to node.
getBegin() - Method in class com.google.common.css.SourceCodeLocation
 
getBeginCharacterIndex() - Method in class com.google.common.css.SourceCodeLocation
 
getBeginColumn() - Method in interface com.google.common.css.compiler.ast.CharStream
Returns the column number of the first character for current token (being matched after the last call to BeginTOken).
getBeginColumn() - Method in class com.google.common.css.compiler.ast.StringCharStream
Returns the column number of the first character for current token (being matched after the last call to BeginTOken).
getBeginColumn() - Method in class com.google.template.soy.base.SourceLocation
Returns the column number in the source file where this location begins (1-based).
getBeginColumn() - Method in class com.google.template.soy.exprparse.SimpleCharStream
Get token beginning column number.
getBeginColumn() - Method in class com.google.template.soy.soyparse.SimpleCharStream
Get token beginning column number.
getBeginColumn() - Method in class com.google.template.soy.types.parse.SimpleCharStream
Get token beginning column number.
getBeginIndexInLine() - Method in class com.google.common.css.SourceCodeLocation
 
getBeginLine() - Method in interface com.google.common.css.compiler.ast.CharStream
Returns the line number of the first character for current token (being matched after the last call to BeginTOken).
getBeginLine() - Method in class com.google.common.css.compiler.ast.StringCharStream
Returns the line number of the first character for current token (being matched after the last call to BeginTOken).
getBeginLine() - Method in class com.google.template.soy.exprparse.SimpleCharStream
Get token beginning line number.
getBeginLine() - Method in class com.google.template.soy.soyparse.SimpleCharStream
Get token beginning line number.
getBeginLine() - Method in class com.google.template.soy.types.parse.SimpleCharStream
Get token beginning line number.
getBeginLineNumber() - Method in class com.google.common.css.SourceCodeLocation
 
getBeginningLineNumber() - Method in interface com.google.javascript.jscomp.Region
Get the beginning line number.
getBeginningLineNumber() - Method in class com.google.javascript.jscomp.SimpleRegion
 
getBestJSDocInfo(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
Find the best JSDoc for the given node.
getBidiFormatter(int) - Static method in class com.google.template.soy.internal.i18n.SoyBidiUtils
Get a bidi formatter.
getBidiGlobalDir() - Method in class com.google.template.soy.jssrc.SoyJsSrcOptions
Returns the static bidi global directionality, 1: ltr, -1: rtl, 0: unspecified.
getBidiIsRtlFn() - Method in class com.google.template.soy.pysrc.SoyPySrcOptions
 
getBindReturnType(int) - Method in class com.google.javascript.rhino.jstype.FunctionType
Get the return value of calling "bind" on this function with the specified number of arguments.
getBlock() - Method in class com.google.common.css.compiler.ast.CssAtRuleNode
Subclasses should override getBlock to return a more specific subclass of CssAbstractBlockNode.
getBlock() - Method in class com.google.common.css.compiler.ast.CssComponentNode
 
getBlock() - Method in class com.google.common.css.compiler.ast.CssConditionalRuleNode
 
getBlock() - Method in class com.google.common.css.compiler.ast.CssFontFaceNode
 
getBlock() - Method in class com.google.common.css.compiler.ast.CssForLoopRuleNode
 
getBlock() - Method in class com.google.common.css.compiler.ast.CssKeyframesNode
 
getBlock() - Method in class com.google.common.css.compiler.ast.CssMediaRuleNode
 
getBlock() - Method in class com.google.common.css.compiler.ast.CssMixinDefinitionNode
 
getBlock() - Method in class com.google.common.css.compiler.ast.CssPageRuleNode
 
getBlock() - Method in class com.google.common.css.compiler.ast.CssPageSelectorNode
 
getBlock() - Method in class com.google.common.css.compiler.ast.CssUnknownAtRuleNode
Returns an implementation of CssAbstractBlockNode or null.
getBlockDescription() - Method in class com.google.javascript.rhino.JSDocInfo
Returns the block-level description or null if none specified.
getBody() - Method in class com.google.common.css.compiler.ast.CssRootNode
 
getBodyNode() - Method in class com.google.javascript.jscomp.CallGraph.Function
Returns the AST node for the body of the function.
getBodyNodes() - Method in class com.google.template.soy.soyparse.TemplateParseResult
 
getBoolean(String) - Method in class com.google.template.soy.data.restricted.CollectionData
Precondition: The specified key string is the path to a boolean.
getBoolean(int) - Method in class com.google.template.soy.data.SoyListData
Precondition: The specified index contains a boolean.
getBooleanProp(int) - Method in class com.google.javascript.rhino.Node
 
getBuiltinExterns(CompilerOptions) - Static method in class com.google.javascript.jscomp.CommandLineRunner
 
getByName(String) - Method in class com.google.javascript.jscomp.JSModule
Returns the input with the given name or null if none.
getCalleeName() - Method in class com.google.template.soy.soytree.CallBasicNode
Returns the full name of the template being called, or null if not yet set.
getCallResultNodes(List<CssValueNode>, ErrorManager) - Method in interface com.google.common.css.compiler.ast.GssFunction
Processes a list of function call arguments and returns a list of CssNodes representing this call's output, which replace the input nodes in the AST.
getCallResultNodes(List<CssValueNode>, ErrorManager) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.AddHsbToCssColor
 
getCallResultNodes(List<CssValueNode>, ErrorManager) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.AdjustBrightness
Returns the hover color corresponding to the argument documented in GssFunctions.AdjustBrightness.
getCallResultNodes(List<CssValueNode>, ErrorManager) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.BaseBlendColors
Returns the string representation in hex format for a color half way in between the two supplied colors.
getCallResultNodes(List<CssValueNode>, ErrorManager) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.MakeContrastingColor
 
getCallResultNodes(List<CssValueNode>, ErrorManager) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.MakeMutedColor
Returns the muted color corresponding to the arguments documented in GssFunctions.MakeMutedColor.
getCallResultNodes(List<CssValueNode>, ErrorManager) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.MakeTranslucent
 
getCallResultNodes(List<CssValueNode>, ErrorManager) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.SelectFrom
 
getCallResultString(List<String>) - Method in interface com.google.common.css.compiler.ast.GssFunction
Processes a list of strings as function arguments and returns a string result.
getCallResultString(List<String>) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.AddHsbToCssColor
 
getCallResultString(List<String>) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.AdjustBrightness
 
getCallResultString(List<String>) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.BaseBlendColors
 
getCallResultString(List<String>) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.MakeContrastingColor
 
getCallResultString(List<String>) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.MakeMutedColor
 
getCallResultString(List<String>) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.MakeTranslucent
 
getCallResultString(List<String>) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.SelectFrom
 
getCallsiteForAstNode(Node) - Method in class com.google.javascript.jscomp.CallGraph
Returns the call graph Callsite object corresponding to the provided AST Token.CALL or Token.NEW node, or null if no such object exists.
getCallsitesInFunction() - Method in class com.google.javascript.jscomp.CallGraph.Function
Returns the callsites in this function.
getCallsitesPossiblyTargetingFunction() - Method in class com.google.javascript.jscomp.CallGraph.Function
Returns a collection of callsites that might call this function.
getCanonicalName() - Method in enum com.google.common.css.compiler.ast.CssAtRuleNode.Type
 
getCanonicalName() - Method in enum com.google.common.css.compiler.ast.CssCombinatorNode.Combinator
 
getCaseNumber() - Method in class com.google.template.soy.soytree.MsgPluralCaseNode
Returns the case number.
getCases() - Method in class com.google.template.soy.msgs.restricted.SoyMsgPluralPart
Returns the cases.
getCases() - Method in class com.google.template.soy.msgs.restricted.SoyMsgSelectPart
Returns the cases.
getCaseValue() - Method in class com.google.template.soy.soytree.MsgSelectCaseNode
Returns the case value.
getChangeTime() - Method in class com.google.javascript.rhino.Node
Returns the time of the last change for this node
getCharacterIndex() - Method in class com.google.common.css.SourceCodeLocation
 
getCharIndex() - Method in class com.google.common.css.compiler.ast.StringCharStream
 
getCharno() - Method in class com.google.javascript.jscomp.JSError
Get the character number.
getCharno() - Method in class com.google.javascript.jscomp.NodeTraversal
Gets the current char number, or zero if it cannot be determined.
getCharno() - Method in class com.google.javascript.rhino.Node
 
getCharNumber() - Method in exception org.plovr.PlovrSoySyntaxException
 
getCharsetRule() - Method in class com.google.common.css.compiler.ast.CssRootNode
 
getCheckDeterminism() - Method in class com.google.javascript.jscomp.CompilerOptions
 
getCheckEventfulObjectDisposalPolicy() - Method in class com.google.javascript.jscomp.CompilerOptions
 
getChecks() - Method in class com.google.javascript.jscomp.DefaultPassConfig
 
getChecks() - Method in class com.google.javascript.jscomp.PassConfig
Gets the checking passes to run.
getChild(int) - Method in class com.google.template.soy.basetree.MixinParentNode
Gets the child at the given index.
getChild(int) - Method in interface com.google.template.soy.basetree.ParentNode
Gets the child at the given index.
getChild(int) - Method in class com.google.template.soy.exprtree.AbstractParentExprNode
 
getChild(int) - Method in class com.google.template.soy.exprtree.ExprRootNode
 
getChild(int) - Method in class com.google.template.soy.soytree.AbstractParentSoyNode
 
getChild(int) - Method in class com.google.template.soy.soytree.CallParamContentNode
 
getChild(int) - Method in class com.google.template.soy.soytree.LetContentNode
 
getChildAt(int) - Method in class com.google.common.css.compiler.ast.CssNodesListNode
 
getChildAtIndex(int) - Method in class com.google.javascript.rhino.Node
 
getChildBefore(Node) - Method in class com.google.javascript.rhino.Node
 
getChildCount() - Method in class com.google.javascript.rhino.Node
 
getChildIndex(N) - Method in class com.google.template.soy.basetree.MixinParentNode
Finds the index of the given child.
getChildIndex(N) - Method in interface com.google.template.soy.basetree.ParentNode
Finds the index of the given child.
getChildIndex(ExprNode) - Method in class com.google.template.soy.exprtree.AbstractParentExprNode
 
getChildIndex(N) - Method in class com.google.template.soy.soytree.AbstractParentSoyNode
 
getChildIndex(SoyNode.StandaloneNode) - Method in class com.google.template.soy.soytree.CallParamContentNode
 
getChildIndex(SoyNode.StandaloneNode) - Method in class com.google.template.soy.soytree.LetContentNode
 
getChildIterator() - Method in class com.google.common.css.compiler.ast.CssNodesListNode
 
getChildMsgId(MsgNode) - Method in class com.google.template.soy.soytree.jssrc.GoogMsgDefNode
Returns the msg id for the given child.
getChildren() - Method in class com.google.common.css.compiler.ast.CssNodesListNode
 
getChildren() - Method in class com.google.template.soy.basetree.MixinParentNode
Gets the list of children.
getChildren() - Method in interface com.google.template.soy.basetree.ParentNode
Gets the list of children.
getChildren() - Method in class com.google.template.soy.exprtree.AbstractParentExprNode
 
getChildren() - Method in class com.google.template.soy.soytree.AbstractParentSoyNode
 
getChildren() - Method in class com.google.template.soy.soytree.CallParamContentNode
 
getChildren() - Method in class com.google.template.soy.soytree.LetContentNode
 
getChunk() - Method in interface com.google.common.css.compiler.ast.ChunkAware
Gets the chunk id of the node.
getChunk() - Method in class com.google.common.css.compiler.ast.CssDefinitionNode
 
getChunk() - Method in class com.google.common.css.compiler.ast.CssFontFaceNode
 
getChunk() - Method in class com.google.common.css.compiler.ast.CssFunctionNode
 
getChunk() - Method in class com.google.common.css.compiler.ast.CssKeyframesNode
 
getChunk() - Method in class com.google.common.css.compiler.ast.CssKeyNode
 
getChunk() - Method in class com.google.common.css.compiler.ast.CssMediaRuleNode
 
getChunk() - Method in class com.google.common.css.compiler.ast.CssProvideNode
 
getChunk() - Method in class com.google.common.css.compiler.ast.CssRequireNode
 
getChunk() - Method in class com.google.common.css.compiler.ast.CssSelectorNode
 
getCircularDependency() - Method in exception org.plovr.CircularDependencyException
 
getClassesDefinedByCall(Node) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
Checks if the given method defines a subclass relationship, and if it does, returns information on that relationship.
getClassesDefinedByCall(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
Checks if the given method defines a subclass relationship, and if it does, returns information on that relationship.
getClassesDefinedByCall(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
getClassName() - Method in class org.plovr.CustomPassConfig
 
getClosestHoistScope() - Method in class com.google.javascript.jscomp.Scope
 
getClosestHoistScope() - Method in class com.google.javascript.jscomp.TypedScope
 
getCode() - Method in class com.google.javascript.jscomp.CompilerInput
 
getCode() - Method in interface com.google.javascript.jscomp.SourceFile.Generator
 
getCode() - Method in class com.google.javascript.jscomp.SourceFile
Gets all the code in this source file.
getCode() - Method in enum com.google.javascript.jscomp.webservice.common.ErrorCode
 
getCode() - Method in class com.google.template.soy.shared.internal.CodeBuilder
 
getCode() - Method in class org.plovr.AbstractJsInput
 
getCode() - Method in interface org.plovr.JsInput
 
getCodeForModule(String, boolean, Function<String, String>) - Method in class org.plovr.Compilation
 
getCodeForRootModule(boolean, Function<String, String>) - Method in class org.plovr.Compilation
 
getCodeGenerator(CodePrinter.Format, CodeConsumer) - Method in interface com.google.javascript.jscomp.CodePrinter.Builder.CodeGeneratorFactory
 
getCodeLine() - Method in class com.google.common.css.SourceCodeIndicator
 
getCodeReader() - Method in class com.google.javascript.jscomp.SourceFile
Gets a reader for the code in this source file.
getCodeSnippet() - Method in class com.google.template.soy.internal.i18n.BidiGlobalDir
A source code snippet that evaluates at template runtime to the bidi global direction, i.e.
getCodeWithEtag() - Method in class org.plovr.AbstractJsInput
 
getCodeWithEtag() - Method in interface org.plovr.JsInput
If JsInput.supportsEtags() returns true, then this returns the value returned by JsInput.getCode() along with an ETag; otherwise, it throws an UnsupportedOperationException.
getCodeWithEtag() - Method in class org.plovr.ResourceJsInput
 
getCodingConvention() - Method in class com.google.javascript.jscomp.AbstractCompiler
Gets the current coding convention.
getCodingConvention() - Method in class com.google.javascript.jscomp.Compiler
 
getCodingConvention() - Method in class com.google.javascript.jscomp.CompilerOptions
 
getCoffeeScriptCompilerException() - Method in exception org.plovr.PlovrCoffeeScriptCompilerException
 
getColor() - Method in interface com.google.javascript.jscomp.graph.GraphvizGraph.GraphvizEdge
Retrieves color of the edge.
getColor() - Method in interface com.google.javascript.jscomp.graph.GraphvizGraph.GraphvizNode
Retrieves color of the node.
getColor() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph.LinkedDirectedGraphNode
 
getColumn() - Method in interface com.google.common.css.compiler.ast.CharStream
Deprecated.
getColumn() - Method in class com.google.common.css.compiler.ast.StringCharStream
Deprecated.
getColumn() - Method in class com.google.debugging.sourcemap.FilePosition
 
getColumn() - Method in class com.google.debugging.sourcemap.SourceMapSection
 
getColumn() - Method in class com.google.template.soy.exprparse.SimpleCharStream
Deprecated.
getColumn() - Method in class com.google.template.soy.soyparse.SimpleCharStream
Deprecated.
getColumn() - Method in class com.google.template.soy.types.parse.SimpleCharStream
Deprecated.
getColumnOfOffset(int) - Method in class com.google.javascript.jscomp.SourceFile
 
getColumnOfOffset(int) - Method in class com.google.javascript.rhino.SimpleSourceFile
 
getColumnOfOffset(int) - Method in interface com.google.javascript.rhino.StaticSourceFile
Gets the 0-based column number of the given source offset.
getCombinator() - Method in class com.google.common.css.compiler.ast.CssSelectorNode
 
getCombinatorType() - Method in class com.google.common.css.compiler.ast.CssCombinatorNode
 
getCommandForName(String) - Static method in enum org.plovr.cli.Command
 
getCommandName() - Method in class com.google.template.soy.soytree.IfCondNode
 
getCommandName() - Method in interface com.google.template.soy.soytree.SoyNode.CommandNode
Returns the Soy command name.
getCommandText() - Method in class com.google.template.soy.soytree.IfCondNode
 
getCommandText() - Method in class com.google.template.soy.soytree.PrintNode
 
getCommandText() - Method in interface com.google.template.soy.soytree.SoyNode.CommandNode
Returns the command text (may be the empty string).
getCommandText() - Method in class com.google.template.soy.soytree.SwitchNode
 
getComments() - Method in class com.google.common.css.compiler.ast.CssNode
 
getComments(String) - Method in class com.google.javascript.jscomp.Compiler
 
getComments() - Method in class com.google.javascript.jscomp.parsing.parser.Parser
 
getCommonTypes() - Method in interface com.google.javascript.jscomp.newtypes.DeclaredTypeRegistry
 
getCompactPrintedString() - Method in class com.google.common.css.compiler.passes.CompactPrinter
Returns the CSS compacted printed output.
getCompilationErrors() - Method in class org.plovr.Compilation
 
getCompilationMode() - Method in class org.plovr.Config
 
getCompilationOrFail(CompilationServer, Config, boolean) - Static method in class org.plovr.CompilationUtil
Tries to return the most recent Compilation for the specified config.
getCompilationWarnings() - Method in class org.plovr.Compilation
 
getCompiledCode() - Method in class org.plovr.Compilation
 
getCompiler() - Method in class com.google.javascript.jscomp.NodeTraversal
 
getCompiler() - Method in class com.google.javascript.refactoring.NodeMetadata
 
getCompiler() - Method in class com.google.javascript.refactoring.RefactoringDriver
 
getCompilerArguments(ModuleConfig) - Method in class org.plovr.Manifest
 
getCompilerOptions(PlovrClosureCompiler) - Method in class org.plovr.Config
 
getCompileTimeGlobals() - Method in class com.google.template.soy.shared.SoyGeneralOptions
Returns the map from compile-time global name to value.
getCompileTimeGlobals() - Method in class org.plovr.soy.server.Config
 
getCompileTimeGlobalsFile() - Method in class org.plovr.cli.SoyWebCommandOptions
 
getComponentNameExpr() - Method in class com.google.template.soy.soytree.CssNode
Returns the parsed component name expression, or null if this node has no expression.
getComponentNameText() - Method in class com.google.template.soy.soytree.CssNode
Returns the component name text, or null if this node has no component expression.
getConcreteTypeOfTemplateType(TemplateType) - Method in class com.google.javascript.rhino.jstype.TemplateTypeMap
 
getConcreteValue() - Method in class com.google.common.css.compiler.ast.CssStringNode
Retrieves the characters that should appear between the quotes when this node is written in concrete CSS syntax.
getCondition() - Method in class com.google.common.css.compiler.ast.CssConditionalRuleNode
Can only be called after the node is completely built (meaning it has the condition set).
getConfigById(String) - Method in class org.plovr.CompilationServer
 
getConfigFile() - Method in class org.plovr.Config
Gets the file that was loaded by plovr to create this config.
getConformanceConfigs() - Method in class com.google.javascript.jscomp.CompilerOptions
 
getConstantDefinition(String) - Method in class com.google.common.css.compiler.passes.ConstantDefinitions
Returns the last definition of a constant.
getConstantDefinitions() - Method in class com.google.common.css.compiler.passes.CollectConstantDefinitions
 
getConstantDefinitions(String) - Method in class com.google.common.css.compiler.passes.ConstantDefinitions
Returns all definitions of a constant.
getConstantDefinitions() - Method in class com.google.common.css.compiler.passes.ResolveCustomFunctionNodesForChunks
Gets the constant definitions for the replaced calls with references.
getConstantMultimap() - Method in class com.google.common.css.compiler.passes.ConstantDefinitions
 
getConstantsNames() - Method in class com.google.common.css.compiler.passes.ConstantDefinitions
 
getConstructor() - Method in class com.google.javascript.rhino.jstype.EnumElementType
 
getConstructor() - Method in class com.google.javascript.rhino.jstype.EnumType
 
getConstructor() - Method in class com.google.javascript.rhino.jstype.NoObjectType
 
getConstructor() - Method in class com.google.javascript.rhino.jstype.ObjectType
Gets this object's constructor.
getConstructor() - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
 
getConstructor() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
getConstructor() - Method in class com.google.javascript.rhino.jstype.UnknownType
 
getConstructor() - Method in interface com.google.javascript.rhino.ObjectTypeI
 
getConstructorObject() - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
getContainingFunction() - Method in class com.google.javascript.jscomp.CallGraph.Callsite
 
getContent() - Method in class com.google.javascript.jscomp.deps.DependencyFile
 
getContent() - Method in interface com.google.javascript.jscomp.deps.SourceFile
 
getContent() - Method in class com.google.javascript.jscomp.deps.VirtualFile
 
getContent() - Method in class com.google.template.soy.data.SanitizedContent
Returns a string of valid content with kind SanitizedContent.getContentKind().
getContentDirection() - Method in class com.google.template.soy.data.SanitizedContent
Returns the content's direction; null indicates that the direction is unknown, and is to be estimated when necessary.
getContentDirectory() - Method in class org.plovr.soy.server.Config
 
getContentKind() - Method in class com.google.template.soy.basicdirectives.InsertWordBreaksDirective
 
getContentKind() - Method in class com.google.template.soy.data.SanitizedContent
Returns the kind of content.
getContentKind() - Method in interface com.google.template.soy.data.SanitizedContentOperator
The kind of content consumed and produced.
getContentKind() - Method in class com.google.template.soy.soytree.CallParamContentNode
 
getContentKind() - Method in class com.google.template.soy.soytree.LetContentNode
 
getContentKind() - Method in interface com.google.template.soy.soytree.SoyNode.RenderUnitNode
Returns the content kind for strict autoescape, or null if not specified or not applicable.
getContentKind() - Method in class com.google.template.soy.soytree.TemplateNode
Returns the content kind for strict autoescaping.
getContentKind() - Method in class com.google.template.soy.soytree.TemplateNodeBuilder
 
getContentKind() - Method in class com.google.template.soy.types.primitive.SanitizedType.AttributesType
 
getContentKind() - Method in class com.google.template.soy.types.primitive.SanitizedType.CssType
 
getContentKind() - Method in class com.google.template.soy.types.primitive.SanitizedType
Returns the content kind for this type.
getContentKind() - Method in class com.google.template.soy.types.primitive.SanitizedType.HtmlType
 
getContentKind() - Method in class com.google.template.soy.types.primitive.SanitizedType.JsType
 
getContentKind() - Method in class com.google.template.soy.types.primitive.SanitizedType.UriType
 
getContentType() - Method in class com.google.template.soy.msgs.restricted.SoyMsg
Returns the content type of the document that this message will appear in.
getContentType() - Method in class com.google.template.soy.soytree.MsgNode
Returns the content type for the TC.
getContext() - Method in enum org.plovr.Handler
 
getContextAfterEscaping(EscapingMode) - Method in class com.google.template.soy.parsepasses.contextautoesc.Context
The context reached after escaping content using the given mode from this context.
getContextDir() - Method in class com.google.template.soy.internal.i18n.BidiFormatter
 
getControlFlowGraph() - Method in class com.google.javascript.jscomp.NodeTraversal
Gets the control flow graph for the current JS scope.
getCssBaseNamespace() - Method in class com.google.template.soy.soytree.SoyFileNode
Returns the CSS base namespace for this file (usable in any template in this file).
getCssBaseNamespace() - Method in class com.google.template.soy.soytree.TemplateNode
Returns the base CSS namespace for resolving package-relative class names.
getCssBaseNamespace() - Method in class com.google.template.soy.soytree.TemplateNodeBuilder
 
getCssDefines() - Method in class org.plovr.Config
 
getCssInputs() - Method in class org.plovr.Config
 
getCssNames() - Method in class com.google.template.soy.parseinfo.SoyFileInfo
Returns a map from each CSS name appearing in this file to its CssTagsPrefixPresence state.
getCssOutputFile() - Method in class org.plovr.Config
 
getCssOutputFormat() - Method in class org.plovr.Config
 
getCssTree() - Method in class com.google.common.css.compiler.ast.AbstractGssParser.ParseResult
 
getCtorExtendedInterfaces() - Method in class com.google.javascript.rhino.jstype.ObjectType
Gets the interfaces extended by the interface associated with this type.
getCtorExtendedInterfaces() - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
 
getCtorImplementedInterfaces() - Method in class com.google.javascript.rhino.jstype.ObjectType
Gets the interfaces implemented by the ctor associated with this type.
getCtorImplementedInterfaces() - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
 
getCtorImplementedInterfaces() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
getCtorPropDeclaredType(String) - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
getCurrentLength() - Method in class com.google.common.css.compiler.passes.CodeBuffer
Returns the current length of the buffer.
getCurrentNode() - Method in class com.google.javascript.jscomp.NodeTraversal
Returns the node currently being traversed.
getCurrIndentLen() - Method in class com.google.template.soy.base.internal.IndentedLinesBuilder
Returns the current indent length.
getCustomPasses() - Method in class com.google.javascript.jscomp.PlovrCompilerOptions
 
getCustomPasses() - Method in class org.plovr.Config.Builder
 
getDeclaration(QualifiedName, boolean) - Method in interface com.google.javascript.jscomp.newtypes.DeclaredTypeRegistry
Returns the declaration of the given qualified name, or null if the name is not defined.
getDeclaration(QualifiedName) - Method in class com.google.javascript.jscomp.newtypes.Namespace
 
getDeclaration() - Method in class com.google.javascript.jscomp.SymbolTable.Symbol
 
getDeclaration() - Method in class com.google.javascript.jscomp.TypedVar
 
getDeclaration() - Method in class com.google.javascript.jscomp.Var
 
getDeclaration() - Method in class com.google.javascript.rhino.jstype.Property
 
getDeclaration() - Method in class com.google.javascript.rhino.jstype.SimpleSlot
 
getDeclaration() - Method in interface com.google.javascript.rhino.jstype.StaticTypedSlot
Gets the declaration of this symbol.
getDeclaration() - Method in interface com.google.javascript.rhino.StaticSlot
Gets the declaration of this symbol.
getDeclarationNode() - Method in class com.google.javascript.jscomp.SymbolTable.Symbol
 
getDeclarations() - Method in class com.google.common.css.compiler.ast.CssKeyframeRulesetNode
 
getDeclarations() - Method in class com.google.common.css.compiler.ast.CssRulesetNode
 
getDeclarativelyUnboundVarsWithoutTypes() - Method in class com.google.javascript.jscomp.TypedScope
 
getDeclaredFunctionType() - Method in interface com.google.javascript.jscomp.newtypes.DeclaredTypeRegistry
Get the type of the function that the declared type registry represents.
getDeclaredProp(QualifiedName) - Method in class com.google.javascript.jscomp.newtypes.EnumType
 
getDeclaredProp(QualifiedName) - Method in class com.google.javascript.jscomp.newtypes.JSType
 
getDeclaredSyntaxVersion(SyntaxVersion) - Method in class com.google.template.soy.shared.SoyGeneralOptions
Returns the user-declared syntax version, or the given default value if the user did not declare a syntax version.
getDeclaredTypeExpression() - Method in class com.google.javascript.rhino.Node
Returns the syntactical type specified on this node.
getDeclaredTypeOf(String) - Method in interface com.google.javascript.jscomp.newtypes.DeclaredTypeRegistry
Returns the declared JSType of the given identifier, or null if the identifier is not defined.
getDeclaredTypeOfNode(JSDocInfo, RawNominalType, DeclaredTypeRegistry) - Method in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc
 
getDeepestCommonDependencyInclusive(JSModule, JSModule) - Method in class com.google.javascript.jscomp.JSModuleGraph
Finds the deepest common dependency of two modules, including the modules themselves.
getDeepestCommonDependencyInclusive(Collection<JSModule>) - Method in class com.google.javascript.jscomp.JSModuleGraph
Returns the deepest common dependency of the given modules.
getDefault() - Static method in class com.google.javascript.jscomp.CodingConventions
Gets the default coding convention.
getDefaultAutoescapeMode() - Method in class com.google.template.soy.soytree.SoyFileNode
Returns the default autoescaping mode for contained templates.
getDefaultExterns() - Static method in class com.google.javascript.jscomp.CommandLineRunner
Deprecated.
getDefaultLevel() - Method in class com.google.javascript.jscomp.JSError
The default level, before any of the WarningsGuards are applied.
getDefineReplacements() - Method in class com.google.javascript.jscomp.CompilerOptions
Returns the map of define replacements.
getDefinitionGss() - Method in class com.google.common.css.compiler.passes.DefinitionPrinter
Returns a GSS output with all the printed definitions.
getDefinitionName() - Method in class com.google.common.css.compiler.ast.CssMixinDefinitionNode
 
getDefinitionName() - Method in class com.google.common.css.compiler.ast.CssMixinNode
 
getDefinitions() - Method in class com.google.common.css.compiler.passes.CollectMixinDefinitions
 
getDefmixinProvideMap() - Method in class com.google.common.css.compiler.passes.CollectProvideNamespaces
 
getDefnDecl() - Method in class com.google.template.soy.exprtree.VarRefNode
 
getDefProvideMap() - Method in class com.google.common.css.compiler.passes.CollectProvideNamespaces
 
getDefSite() - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
getDelCalleeName() - Method in class com.google.template.soy.soytree.CallDelegateNode
Returns the name of the delegate template being called.
getDelCalleeVariantExpr() - Method in class com.google.template.soy.soytree.CallDelegateNode
Returns the variant expression for the delegate being called, or null if it's a string.
getDelegateRelationship(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
 
getDelegateRelationship(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
getDelegateSuperclassName() - Method in interface com.google.javascript.jscomp.CodingConvention
 
getDelegateSuperclassName() - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
getDelPackageName() - Method in class com.google.template.soy.soytree.SoyFileNode
Returns the name of the containing delegate package, or null if none.
getDelPackageName() - Method in class com.google.template.soy.soytree.TemplateNode
Returns the name of the containing delegate package, or null if none.
getDelPriority() - Method in class com.google.template.soy.soytree.TemplateDelegateNode
Returns the delegate priority.
getDelTemplate(String, String, boolean, SoyRecord, SoyRecord) - Method in class com.google.template.soy.jbcsrc.api.RenderContext
 
getDelTemplateDivisionsForAllVariants(String) - Method in class com.google.template.soy.soytree.TemplateRegistry
Retrieves the set of DelegateTemplateDivisions for all variants of a given a delegate template name.
getDelTemplateKey() - Method in class com.google.template.soy.soytree.TemplateDelegateNode
Returns the delegate template key (name and variant).
getDelTemplateName() - Method in class com.google.template.soy.soytree.TemplateDelegateNode
Returns the delegate template name.
getDelTemplateNameToKeysMap() - Method in class com.google.template.soy.soytree.TemplateRegistry
Returns a multimap from delegate template name to set of keys.
getDelTemplatesMap() - Method in class com.google.template.soy.soytree.TemplateRegistry
Returns a multimap from delegate template key (name and variant) to DelegateTemplateDivisions, where the list of divisions is in descending priority order.
getDelTemplateVariant() - Method in class com.google.template.soy.soytree.TemplateDelegateNode
Returns the delegate template variant.
getDependencies(String) - Method in class com.google.javascript.jscomp.deps.DefaultDependencyResolver
Gets a list of dependencies for the provided code.
getDependencies(Collection<String>) - Method in class com.google.javascript.jscomp.deps.DefaultDependencyResolver
Gets a list of dependencies for the provided list of symbols.
getDependencies(String, Set<String>, boolean) - Method in class com.google.javascript.jscomp.deps.DefaultDependencyResolver
 
getDependencies(Collection<String>, Set<String>) - Method in class com.google.javascript.jscomp.deps.DefaultDependencyResolver
 
getDependencies(String) - Method in interface com.google.javascript.jscomp.deps.DependencyResolver
Gets a list of dependencies for the provided code.
getDependencies(Collection<String>) - Method in interface com.google.javascript.jscomp.deps.DependencyResolver
Gets a list of dependencies for *the provided list of symbols.
getDependencies(String, Set<String>, boolean) - Method in interface com.google.javascript.jscomp.deps.DependencyResolver
 
getDependencies(Collection<String>, Set<String>) - Method in interface com.google.javascript.jscomp.deps.DependencyResolver
 
getDependencies() - Method in class com.google.javascript.jscomp.JSModule
Gets the list of modules that this module depends on.
getDependencies() - Method in class org.plovr.Manifest
 
getDependenciesOf(List<INPUT>, boolean) - Method in class com.google.javascript.jscomp.deps.SortedDependencies
Gets all the dependencies of the given roots.
getDependencyInfo(String) - Method in class com.google.javascript.jscomp.deps.DependencyFile
Gets the dependency info for the provided symbol, if contained in this dependency file.
getDependentModule() - Method in exception com.google.javascript.jscomp.JSModuleGraph.ModuleDependenceException
 
getDeprecationReason() - Method in class com.google.javascript.rhino.JSDocInfo
Returns the deprecation reason or null if none specified.
getDeps() - Method in class org.plovr.ModuleConfig.ModuleInfo
 
getDepth() - Method in class com.google.javascript.jscomp.JSModule
 
getDepth() - Method in class com.google.javascript.jscomp.Scope
The depth of the scope.
getDepth() - Method in class com.google.javascript.jscomp.TypedScope
 
getDesc() - Method in class com.google.javascript.jscomp.JsMessage
Gets the description associated with this message, intended to help translators, or null if this message has no description.
getDesc() - Method in class com.google.template.soy.msgs.restricted.SoyMsg
Returns the description for translators.
getDesc() - Method in class com.google.template.soy.soytree.MsgNode
Returns the description string for translators.
getDescription() - Method in class com.google.javascript.refactoring.SuggestedFix
 
getDescription() - Method in class com.google.javascript.rhino.JSDocInfo
Gets the description specified by the @desc annotation.
getDescription() - Method in class com.google.javascript.rhino.JSDocInfo.Marker
Gets the position information for the description found in a block tag.
getDescription() - Method in enum com.google.template.soy.exprtree.Operator
Returns a short description of this operator (usually just the token string).
getDescription() - Method in class org.plovr.docgen.ClassDescriptor.Builder
 
getDescription() - Method in class org.plovr.docgen.ClassDescriptor
 
getDescription() - Method in interface org.plovr.docgen.Descriptor
 
getDescription() - Method in class org.plovr.docgen.EnumDescriptor
 
getDescription() - Method in class org.plovr.docgen.EnumValueDescriptor
 
getDescription() - Method in class org.plovr.docgen.LibraryDescriptor
 
getDescription() - Method in class org.plovr.docgen.MethodDescriptor.Builder
 
getDescription() - Method in class org.plovr.docgen.MethodDescriptor
 
getDescription() - Method in class org.plovr.docgen.ParamDescriptor.Builder
 
getDescription() - Method in class org.plovr.docgen.ParamDescriptor
 
getDescriptionForParameter(String) - Method in class com.google.javascript.rhino.JSDocInfo
Returns the description for the parameter with the given name, if its exists.
getDescriptorExpression() - Method in interface com.google.template.soy.types.proto.SoyProtoType
For ParseInfo generation, return a string that represents the Java source expression for the static descriptor constant.
getDestination() - Method in interface com.google.javascript.jscomp.graph.DiGraph.DiGraphEdge
 
getDiagnosticGroups() - Method in class com.google.javascript.jscomp.Compiler
The warning classes that are available from the command-line, and are suppressible by the @suppress annotation.
getDiagnosticGroups() - Method in class com.google.javascript.jscomp.CompilerOptions
The warning classes that are available.
getDiagnosticGroups() - Method in class org.plovr.PlovrClosureCompiler
 
getDir() - Method in class org.plovr.cli.SoyWebCommandOptions
 
getDirectedGraphEdges(N, N) - Method in class com.google.javascript.jscomp.graph.DiGraph
 
getDirectedGraphEdges(N, N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
getDirectedGraphNode(N) - Method in class com.google.javascript.jscomp.graph.DiGraph
 
getDirectedGraphNode(N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
getDirectedGraphNodes() - Method in class com.google.javascript.jscomp.graph.DiGraph
Gets an immutable iterable over all the nodes in the graph.
getDirectedGraphNodes() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
getDirectedPredNodes(DiGraph.DiGraphNode<N, E>) - Method in class com.google.javascript.jscomp.graph.DiGraph
 
getDirectedPredNodes(N) - Method in class com.google.javascript.jscomp.graph.DiGraph
 
getDirectedPredNodes(N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
getDirectedPredNodes(DiGraph.DiGraphNode<N, E>) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
getDirectedSuccNodes(DiGraph.DiGraphNode<N, E>) - Method in class com.google.javascript.jscomp.graph.DiGraph
 
getDirectedSuccNodes(N) - Method in class com.google.javascript.jscomp.graph.DiGraph
 
getDirectedSuccNodes(N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
getDirectedSuccNodes(DiGraph.DiGraphNode<N, E>) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
getDirectImplementors(ObjectType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Returns a collection of types that directly implement interfaceInstance.
getDirectiveName() - Method in class com.google.template.soy.shared.internal.DirectiveDigest
 
getDirectiveName() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.CrossLanguageStringXform
The name of the directive associated with this escaping function.
getDirectives() - Method in class com.google.javascript.rhino.Node
Returns the set of ES5 directives for this node.
getDisplayName() - Method in class com.google.javascript.rhino.jstype.AllType
 
getDisplayName() - Method in class com.google.javascript.rhino.jstype.BooleanType
 
getDisplayName() - Method in class com.google.javascript.rhino.jstype.EnumType
 
getDisplayName() - Method in class com.google.javascript.rhino.jstype.JSType
Returns a user meaningful label for the JSType instance.
getDisplayName() - Method in class com.google.javascript.rhino.jstype.NullType
 
getDisplayName() - Method in class com.google.javascript.rhino.jstype.NumberType
 
getDisplayName() - Method in class com.google.javascript.rhino.jstype.ObjectType
 
getDisplayName() - Method in class com.google.javascript.rhino.jstype.StringType
 
getDisplayName() - Method in class com.google.javascript.rhino.jstype.UnknownType
 
getDisplayName() - Method in class com.google.javascript.rhino.jstype.VoidType
 
getDisplayName() - Method in class org.plovr.docgen.TypeExpression
The "plain name" of this type, so even though a supertype may reference a type expression which describes a non-null type (such as "!goog.Disposable"), it is often useful to get the type without the nullability modifier, so if this type expression represented "!goog.Disposable", this method would return "goog.Disposable".
getDocumentationOutputDirectory() - Method in class org.plovr.Config
 
getDouble() - Method in class com.google.javascript.rhino.Node
Can only be called when getType() == TokenStream.NUMBER
getEachReferenceTypeWithProperty(String) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Returns each reference type that has a property propertyName defined on it.
getEdges() - Method in class com.google.javascript.jscomp.graph.Graph
Gets an immutable list of all edges.
getEdges(N, N) - Method in class com.google.javascript.jscomp.graph.Graph
Retrieves an edge from the graph.
getEdges(N, N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
getEdges() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
getEdges(N, N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
getEdges() - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
getelem(Node, Node) - Static method in class com.google.javascript.rhino.IR
 
GETELEM - Static variable in class com.google.javascript.rhino.Token
Token types.
getElements() - Method in class com.google.javascript.rhino.jstype.EnumType
Gets the elements defined on this enum.
getElementsType() - Method in class com.google.javascript.rhino.jstype.EnumType
Gets the elements' type.
getElementType() - Method in class com.google.template.soy.types.aggregate.ListType
 
getEnclosingFunction() - Method in class com.google.javascript.jscomp.NodeTraversal
Examines the functions stack for the last instance of a function node.
getEnclosingFunction(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
Finds the function containing the given node.
getEnclosingScope(Node) - Method in class com.google.javascript.jscomp.SymbolTable
Gets the scope that contains the given node.
getEnclosingScript(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
Finds the script containing the given node.
getEnclosingStatement(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
 
getEnd() - Method in class com.google.common.css.SourceCodeLocation
 
getEndCharacterIndex() - Method in class com.google.common.css.SourceCodeLocation
 
getEndColumn() - Method in interface com.google.common.css.compiler.ast.CharStream
Returns the column number of the last character for current token (being matched after the last call to BeginTOken).
getEndColumn() - Method in class com.google.common.css.compiler.ast.StringCharStream
Returns the column number of the last character for current token (being matched after the last call to BeginTOken).
getEndColumn() - Method in class com.google.template.soy.base.SourceLocation
Returns the column number in the source file where this location ends (1-based).
getEndColumn() - Method in class com.google.template.soy.exprparse.SimpleCharStream
Get token end column number.
getEndColumn() - Method in class com.google.template.soy.soyparse.SimpleCharStream
Get token end column number.
getEndColumn() - Method in class com.google.template.soy.types.parse.SimpleCharStream
Get token end column number.
getEndContext() - Method in class com.google.template.soy.parsepasses.contextautoesc.SlicedRawTextNode
The context in which the text node ends.
getEndIndexInLine() - Method in class com.google.common.css.SourceCodeLocation
 
getEndingLineNumber() - Method in interface com.google.javascript.jscomp.Region
Get the ending line number.
getEndingLineNumber() - Method in class com.google.javascript.jscomp.SimpleRegion
 
getEndLine() - Method in interface com.google.common.css.compiler.ast.CharStream
Returns the line number of the last character for current token (being matched after the last call to BeginTOken).
getEndLine() - Method in class com.google.common.css.compiler.ast.StringCharStream
Returns the line number of the last character for current token (being matched after the last call to BeginTOken).
getEndLine() - Method in class com.google.javascript.rhino.SourcePosition
Returns the ending line number of this position.
getEndLine() - Method in class com.google.template.soy.base.SourceLocation
Returns the line number in the source file where this location ends (1-based).
getEndLine() - Method in class com.google.template.soy.exprparse.SimpleCharStream
Get token end line number.
getEndLine() - Method in class com.google.template.soy.soyparse.SimpleCharStream
Get token end line number.
getEndLine() - Method in class com.google.template.soy.types.parse.SimpleCharStream
Get token end line number.
getEndLineNumber() - Method in class com.google.common.css.SourceCodeLocation
 
getEntries() - Static method in class com.google.javascript.jscomp.parsing.parser.util.Timer
 
getEntry() - Method in class com.google.javascript.jscomp.ControlFlowGraph
Gets the entry point of the control flow graph.
getEntryDir(String, boolean) - Static method in class com.google.template.soy.internal.i18n.BidiUtils
Returns the directionality of the first character with strong directionality in the string, or Dir.NEUTRAL if none was encountered.
getEntryDir(String) - Static method in class com.google.template.soy.internal.i18n.BidiUtils
Like BidiUtils.getEntryDir(String, boolean), but assumes str is not HTML or HTML-escaped.
getEnum() - Method in class com.google.javascript.jscomp.newtypes.Declaration
 
getEnumeratedType() - Method in class com.google.javascript.jscomp.newtypes.EnumType
 
getEnumeratedType() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
getEnumParameterType() - Method in class com.google.javascript.rhino.JSDocInfo
Gets the enum parameter type specified by the @enum annotation.
getEnums() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
getEnvironment() - Method in class com.google.javascript.jscomp.CompilerOptions
 
getErrorCode() - Method in exception com.google.javascript.jscomp.webservice.common.AbstractWebServiceException
 
getErrorCount() - Method in class com.google.common.css.compiler.ast.BasicErrorManager
 
getErrorCount() - Method in class com.google.javascript.jscomp.BasicErrorManager
 
getErrorCount() - Method in class com.google.javascript.jscomp.Compiler
Gets the number of errors.
getErrorCount() - Method in interface com.google.javascript.jscomp.ErrorManager
Gets the number of reported errors.
getErrorFormat() - Method in class com.google.javascript.jscomp.CompilerOptions
 
getErrorLevel(JSError) - Method in class com.google.javascript.jscomp.Compiler
 
getErrorManager() - Method in class com.google.javascript.jscomp.AbstractCompiler
Gets the error manager.
getErrorManager() - Method in class com.google.javascript.jscomp.Compiler
 
getErrorReporter() - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
 
getErrors() - Method in class com.google.common.css.compiler.ast.AccessibleErrorManager
 
getErrors() - Method in class com.google.javascript.jscomp.BasicErrorManager
 
getErrors() - Method in class com.google.javascript.jscomp.Compiler
Returns the array of errors (never null).
getErrors() - Method in interface com.google.javascript.jscomp.ErrorManager
Gets all the errors.
getErrors() - Method in class org.plovr.CssHandler.ErrorManager
 
getErrorStream() - Method in class org.plovr.Config
 
getEscaped() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.Escape
A string in the output language that corresponds to EscapingConventions.Escape.getPlainText() in the input language.
getEscapes() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.CrossLanguageStringXform
The escapes need to translate the input language to the output language.
getEscapesName() - Method in class com.google.template.soy.shared.internal.DirectiveDigest
 
getEscapingDirectiveNames() - Method in class com.google.template.soy.soytree.CallNode
Returns the escaping directives, applied from left to right.
getEscapingDirectiveNames() - Method in class com.google.template.soy.soytree.jssrc.GoogMsgRefNode
Returns the escaping directives, applied from left to right.
getEscapingDirectiveNames() - Method in class com.google.template.soy.soytree.MsgFallbackGroupNode
Returns the escaping directives, applied from left to right.
getEscapingModes() - Method in class com.google.template.soy.parsepasses.contextautoesc.Context
Returns the escaping mode appropriate for dynamic content inserted in this context.
getExistingIntProp(int) - Method in class com.google.javascript.rhino.Node
 
getExitDir(String, boolean) - Static method in class com.google.template.soy.internal.i18n.BidiUtils
Returns the directionality of the last character with strong directionality in the string, or Dir.NEUTRAL if none was encountered.
getExitDir(String) - Static method in class com.google.template.soy.internal.i18n.BidiUtils
Like BidiUtils.getExitDir(String, boolean), but assumes str is not HTML or HTML-escaped.
getExperimentalCompilerOptions() - Method in class org.plovr.Config.Builder
 
getExplicitValue() - Method in class com.google.template.soy.msgs.restricted.SoyMsgPluralCaseSpec
Get the numeric value.
getExportPropertyFunction() - Method in class com.google.javascript.jscomp.ClosureCodingConvention
Use closure's implementation.
getExportPropertyFunction() - Method in interface com.google.javascript.jscomp.CodingConvention
Function name used when exporting properties.
getExportPropertyFunction() - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
getExportsAsExternsFor(Config) - Method in class org.plovr.CompilationServer
 
getExportSymbolFunction() - Method in class com.google.javascript.jscomp.ClosureCodingConvention
Use closure's implementation.
getExportSymbolFunction() - Method in interface com.google.javascript.jscomp.CodingConvention
Function name used when exporting symbols.
getExportSymbolFunction() - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
getExpr() - Method in class com.google.template.soy.soytree.ExprUnion
Returns the expression tree if the expression is in V2 syntax, else null.
getExpr() - Method in class com.google.template.soy.soytree.ForeachNode
Returns the parsed expression.
getExpr() - Method in class com.google.template.soy.soytree.ForeachNonemptyNode
Returns the expression we're iterating over.
getExpr() - Method in class com.google.template.soy.soytree.MsgPluralNode
Returns the parsed expression.
getExpr() - Method in class com.google.template.soy.soytree.MsgSelectNode
Returns the expression for the value to select on.
getExpr() - Method in class com.google.template.soy.soytree.SwitchNode
Returns the parsed expression, or null if the expression is not in V2 syntax.
getExprList() - Method in class com.google.template.soy.soytree.SwitchCaseNode
Returns the parsed expression list, or null if the expression list is not in V2 syntax.
getExprListText() - Method in class com.google.template.soy.soytree.SwitchCaseNode
Returns the text for this case's expression list.
getExprText() - Method in class com.google.template.soy.soytree.ExprUnion
Returns the expression text.
getExprText() - Method in class com.google.template.soy.soytree.ForeachNode
Returns the text of the expression we're iterating over.
getExprText() - Method in class com.google.template.soy.soytree.ForeachNonemptyNode
Returns the text of the expression we're iterating over.
getExprText() - Method in class com.google.template.soy.soytree.IfCondNode
Returns the text of the conditional expression.
getExprText() - Method in class com.google.template.soy.soytree.MsgPluralNode
Returns the expression text.
getExprText() - Method in class com.google.template.soy.soytree.PrintNode
Returns the text of the expression to print.
getExprText() - Method in class com.google.template.soy.soytree.SwitchNode
Returns the text for the expression to switch on.
getExprUnion() - Method in class com.google.template.soy.soytree.IfCondNode
Returns the parsed expression.
getExprUnion() - Method in class com.google.template.soy.soytree.PrintNode
Returns the parsed expression, or null if the expression is not in V2 syntax.
getExtendedInterfaces() - Method in class com.google.javascript.rhino.JSDocInfo
Returns the interfaces extended by an interface
getExtendedInterfaces() - Method in class com.google.javascript.rhino.jstype.FunctionType
Returns interfaces directly extended by an interface
getExtendedInterfacesCount() - Method in class com.google.javascript.rhino.JSDocInfo
Gets the number of extended interfaces specified
getExtendedInterfacesCount() - Method in class com.google.javascript.rhino.jstype.FunctionType
Returns the number of interfaces directly extended by an interface
getExtension(String) - Method in class com.google.debugging.sourcemap.SourceMapGeneratorV3
Returns the value mapped by the specified extension or null if this extension does not exist.
getExtensions() - Method in class com.google.debugging.sourcemap.SourceMapConsumerV3
Returns all extensions and their values (which can be any json value) in a Map object.
getFallbackMsg() - Method in class com.google.template.soy.soytree.MsgFallbackGroupNode
 
getField(String) - Method in class com.google.template.soy.data.SoyAbstractRecord
 
getField(String) - Method in class com.google.template.soy.data.SoyMapData
 
getField(String) - Method in interface com.google.template.soy.data.SoyRecord
Gets a field value of this SoyRecord.
getFieldAccessExpr(String, String, SoyBackendKind) - Method in class com.google.template.soy.types.aggregate.RecordType
 
getFieldAccessExpr(String, String, SoyBackendKind) - Method in interface com.google.template.soy.types.SoyObjectType
Return the expression used to access the value of the field, for a given output context.
getFieldAccessImports(String, SoyBackendKind) - Method in class com.google.template.soy.types.aggregate.RecordType
 
getFieldAccessImports(String, SoyBackendKind) - Method in interface com.google.template.soy.types.SoyObjectType
In some cases, accessing a field requires importing symbols into the generated code (example being protobuf extension fields which require importing the extension type).
getFieldName() - Method in class com.google.template.soy.exprtree.FieldAccessNode
Returns the field name.
getFieldProvider(String) - Method in class com.google.template.soy.data.internal.AugmentedParamStore
 
getFieldProvider(String) - Method in class com.google.template.soy.data.internal.BasicParamStore
 
getFieldProvider(String) - Method in class com.google.template.soy.data.SoyAbstractCachingRecord
 
getFieldProvider(String) - Method in class com.google.template.soy.data.SoyMapData
 
getFieldProvider(String) - Method in interface com.google.template.soy.data.SoyRecord
Gets a provider of a field value of this SoyRecord.
getFieldProvider(SoyRecord, String) - Static method in class com.google.template.soy.jbcsrc.runtime.Runtime
Helper function to make SoyRecord.getFieldProvider a non-nullable function by returning Runtime.NULL_PROVIDER for missing fields.
getFieldProviderInternal(String) - Method in class com.google.template.soy.data.SoyAbstractCachingRecord
Gets a provider of a field value of this SoyRecord.
getFieldType(String) - Method in class com.google.template.soy.types.aggregate.RecordType
 
getFieldType(String) - Method in interface com.google.template.soy.types.SoyObjectType
Return the data type of the field with the given name; If there's no such field, then return null.
getFile() - Method in class com.google.javascript.jscomp.parsing.parser.Scanner
 
getFile() - Method in class org.plovr.ConfigPath
 
getFileContents() - Method in class com.google.common.css.SourceCode
 
getFileName() - Method in class com.google.common.css.SourceCode
 
getFileName() - Method in class com.google.template.soy.base.SourceLocation
 
getFileName() - Method in class com.google.template.soy.parseinfo.SoyFileInfo
Returns the source Soy file's name.
getFileName() - Method in class com.google.template.soy.soytree.SoyFileNode
Returns this Soy file's name (null if not supplied).
getFilenameProvideMap() - Method in class com.google.common.css.compiler.passes.CollectProvideNamespaces
 
getFilenameRequireMap() - Method in class com.google.common.css.compiler.passes.CollectProvideNamespaces
 
getFileOverview() - Method in class com.google.javascript.rhino.JSDocInfo
Returns the file overview or null if none specified.
getFilePath() - Method in class com.google.template.soy.base.internal.AbstractSoyFileSupplier
 
getFilePath() - Method in interface com.google.template.soy.base.internal.SoyFileSupplier
Returns the path to the Soy file, used for as a unique map/set key and for messages.
getFilePath() - Method in class com.google.template.soy.base.SourceLocation
Returns a file path or URI useful for error messages.
getFilePath() - Method in class com.google.template.soy.soytree.SoyFileNode
Returns the path to the source Soy file ("unknown" if not supplied).
getFilterName() - Method in class com.google.template.soy.shared.internal.DirectiveDigest
 
getFirst() - Method in class com.google.javascript.jscomp.type.ChainableReverseAbstractInterpreter
Gets the first link of this chain.
getFirst(Iterable<T>) - Static method in class org.plovr.util.IterablesUtil
 
getFirst() - Method in class org.plovr.util.Pair
 
getFirstChild() - Method in class com.google.javascript.rhino.Node
 
getFirstEdge(N, N) - Method in class com.google.javascript.jscomp.graph.Graph
Retrieves any edge from the graph.
getFirstEdge(N, N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
getFirstEdge(N, N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
getFirstLine(String) - Static method in class com.google.javascript.jscomp.WhitelistWarningsGuard
 
getFixesForJsError(JSError, AbstractCompiler) - Static method in class com.google.javascript.refactoring.ErrorToFixMapper
 
getFixForJsError(JSError, AbstractCompiler) - Static method in class com.google.javascript.refactoring.ErrorToFixMapper
 
getFloat(String) - Method in class com.google.template.soy.data.restricted.CollectionData
Precondition: The specified key string is the path to a float.
getFloat(int) - Method in class com.google.template.soy.data.SoyListData
Precondition: The specified index contains a float.
getForeachNodeId() - Method in class com.google.template.soy.soytree.ForeachNonemptyNode
 
getFormalType(int) - Method in class com.google.javascript.jscomp.newtypes.DeclaredFunctionType
 
getFormalType(int) - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
getFormattedError() - Method in exception com.google.javascript.jscomp.webservice.common.AbstractWebServiceException
 
getForTesting(Key<T>) - Method in class com.google.template.soy.shared.internal.GuiceSimpleScope
Gets a value in the current occurrence of this scope.
getForwardDirectedGraph() - Method in class com.google.javascript.jscomp.CallGraph
Constructs and returns a directed graph where the nodes are functions and the edges are callsites connecting callers to callees.
getFrom() - Method in class com.google.common.css.compiler.ast.CssForLoopRuleNode
 
getFullTagText() - Method in class com.google.template.soy.soytree.MsgHtmlTagNode
Returns tag text used to determine whether two nodes refer to the same placeholder.
getFuncName() - Method in class com.google.template.soy.pysrc.restricted.PyFunctionExprBuilder
 
getFunction() - Method in class com.google.common.css.compiler.ast.CssFunctionNode
 
getFunction(String) - Method in class com.google.template.soy.jbcsrc.api.RenderContext
 
getFunctionForAstNode(Node) - Method in class com.google.javascript.jscomp.CallGraph
Returns the call graph Function object corresponding to the provided AST Token.FUNCTION node, or null if no such object exists.
getFunctionMap() - Static method in class com.google.common.css.compiler.gssfunctions.GssFunctions
 
getFunctionName() - Method in class com.google.common.css.compiler.ast.CssCustomFunctionNode
 
getFunctionName() - Method in class com.google.common.css.compiler.ast.CssFunctionNode.Function
 
getFunctionName() - Method in class com.google.common.css.compiler.ast.CssFunctionNode
 
getFunctionName() - Method in class com.google.javascript.jscomp.CodingConvention.AssertionFunctionSpec
Returns the name of the function.
getFunctionName(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
 
getFunctionName() - Method in class com.google.template.soy.exprtree.FunctionNode
Returns the function name.
getFunctionName() - Method in enum com.google.template.soy.shared.internal.NonpluginFunction
Returns the function name.
getFunctionParameters(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
 
getFunctionScope() - Method in class com.google.javascript.jscomp.newtypes.Declaration
 
getFunctionType() - Method in class com.google.common.css.compiler.ast.CssPseudoClassNode
 
getFunctionType(JSDocInfo, String, Node, RawNominalType, RawNominalType, DeclaredTypeRegistry) - Method in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc
Consumes either a "classic" function jsdoc with @param, @return, etc, or a jsdoc with @type {function ...} and finds the types of the formal parameters and the return value.
getFunctionType() - Method in class com.google.javascript.jscomp.newtypes.JSTypes
 
getFunctionType() - Method in class com.google.javascript.jscomp.SymbolTable.Symbol
 
getFunType() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
getFunTypeIfSingletonObj() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
getGlobalObject() - Method in class com.google.javascript.jscomp.ClosureCodingConvention
 
getGlobalObject() - Method in interface com.google.javascript.jscomp.CodingConvention
Gets the name of the global object.
getGlobalObject() - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
getGlobalObject() - Method in class com.google.javascript.jscomp.JqueryCodingConvention
 
getGlobalScope() - Method in class com.google.javascript.jscomp.SymbolTable
Returns the global scope.
getGlobalScopeName() - Method in class org.plovr.Config
 
getGraph() - Method in class com.google.javascript.jscomp.graph.GraphColoring
 
getGraphvizEdges() - Method in interface com.google.javascript.jscomp.graph.GraphvizGraph
Retrieve a list of edges in the graph.
getGraphvizEdges() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
getGraphvizEdges() - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
getGraphvizNodes() - Method in interface com.google.javascript.jscomp.graph.GraphvizGraph
Retrieve a list of nodes in the graph.
getGraphvizNodes() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
getGraphvizNodes() - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
getGreatestSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
Gets the greatest subtype of this and that.
getGreatestSubtypeWithProperty(JSType, String) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Gets the greatest subtype of the type that has a property propertyName defined on it.
getGroup() - Method in class com.google.javascript.jscomp.ant.Warning
 
getGssError() - Method in exception com.google.common.css.compiler.ast.GssParserException
 
getGssFunctionMapProviderClassName() - Method in class org.plovr.Config
 
getGzipSize(String) - Static method in class org.plovr.util.GzipUtil
 
getGzSize() - Method in class com.google.javascript.jscomp.PerformanceTracker
 
getHandledErrors() - Method in class com.google.common.css.compiler.ast.AbstractGssParser.ParseResult
 
getHandledErrors() - Method in class com.google.common.css.compiler.ast.GssParser
Returns errors from previous call to parse().
getHandledErrors() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
getHeaderDecls() - Method in class com.google.template.soy.soyparse.TemplateParseResult
 
getId() - Method in interface com.google.javascript.jscomp.graph.GraphvizGraph.GraphvizNode
Retrieves the unique ID.
getId() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph.LinkedDirectedGraphNode
 
getId() - Method in class com.google.javascript.jscomp.JsMessage
Gets the message's id, or name (e.g.
getId() - Method in class com.google.javascript.jscomp.newtypes.NominalType
 
getId() - Method in class com.google.template.soy.msgs.restricted.SoyMsg
Returns the unique id for this message (same across all translations).
getId() - Method in class com.google.template.soy.soytree.AbstractSoyNode
 
getId() - Method in interface com.google.template.soy.soytree.SoyNode
Returns this node's id.
getId() - Method in class org.plovr.Config
 
getIdName() - Method in class com.google.javascript.rhino.InputId
 
GetImage() - Method in interface com.google.common.css.compiler.ast.CharStream
Returns a string made up of characters from the marked token beginning to the current buffer position.
GetImage() - Method in class com.google.common.css.compiler.ast.StringCharStream
Returns a string made up of characters from the marked token beginning to the current buffer position.
GetImage() - Method in class com.google.template.soy.exprparse.SimpleCharStream
Get token literal value.
GetImage() - Method in class com.google.template.soy.soyparse.SimpleCharStream
Get token literal value.
GetImage() - Method in class com.google.template.soy.types.parse.SimpleCharStream
Get token literal value.
getImplementedInterfaceCount() - Method in class com.google.javascript.rhino.JSDocInfo
Gets the number of interfaces specified by the @implements annotation.
getImplementedInterfaces() - Method in class com.google.javascript.rhino.JSDocInfo
Returns the types specified by the @implements annotation.
getImplementedInterfaces() - Method in class com.google.javascript.rhino.jstype.FunctionType
Returns interfaces implemented directly by a class or its superclass.
getImplicitPrototype() - Method in class com.google.javascript.rhino.jstype.EnumElementType
 
getImplicitPrototype() - Method in class com.google.javascript.rhino.jstype.EnumType
 
getImplicitPrototype() - Method in class com.google.javascript.rhino.jstype.NoObjectType
 
getImplicitPrototype() - Method in class com.google.javascript.rhino.jstype.ObjectType
Gets the implicit prototype (a.k.a.
getImplicitPrototype() - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
 
getImplicitPrototype() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
getImplicitPrototype() - Method in class com.google.javascript.rhino.jstype.RecordType
 
getImplicitPrototype() - Method in class com.google.javascript.rhino.jstype.UnknownType
 
getImplicitReturn() - Method in class com.google.javascript.jscomp.ControlFlowGraph
Gets the implicit return node.
getImportRules() - Method in class com.google.common.css.compiler.ast.CssRootNode
 
getIndentIncrementLen() - Method in class com.google.template.soy.base.internal.IndentedLinesBuilder
Returns the number of spaces between indent stops.
getIndex() - Method in class com.google.template.soy.exprtree.Operator.Operand
Returns the index of this operand.
getIndexInLine() - Method in class com.google.common.css.SourceCodeLocation
 
getIndexOfChild(Node) - Method in class com.google.javascript.rhino.Node
 
getIndexOfSymbol(SymbolTable.Symbol) - Method in class com.google.javascript.jscomp.SymbolTable.SymbolScope
Gets a unique index for the symbol in this scope.
getIndicatorLine() - Method in class com.google.common.css.SourceCodeIndicator
 
getIndirectlyDeclaredProperties() - Method in class com.google.javascript.jscomp.ClosureCodingConvention
 
getIndirectlyDeclaredProperties() - Method in interface com.google.javascript.jscomp.CodingConvention
Gets a collection of all properties that are defined indirectly on global objects.
getIndirectlyDeclaredProperties() - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
getInEdges() - Method in interface com.google.javascript.jscomp.graph.DiGraph.DiGraphNode
 
getInEdges(N) - Method in class com.google.javascript.jscomp.graph.DiGraph
Gets an immutable list of in edges of the given node.
getInEdges(N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
getInEdges() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph.LinkedDirectedGraphNode
 
getInferTypes() - Method in class com.google.javascript.jscomp.CompilerOptions
Gets the inferTypes flag.
getInitialValue() - Method in class com.google.javascript.jscomp.TypedVar
 
getInitialValue() - Method in class com.google.javascript.jscomp.Var
 
getInjectedParams() - Method in class com.google.template.soy.soytree.TemplateNode
Returns the injected params from template header.
getInjector() - Method in class org.plovr.soy.server.Config
 
getInnocuousOutput() - Method in class com.google.template.soy.shared.internal.DirectiveDigest
 
getInnocuousOutput() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.CrossLanguageStringXform
Returns an innocuous string in this context that can be used when filtering.
getInnocuousOutput() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.FilterImageDataUri
 
getInnocuousOutput() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.FilterNormalizeUri
 
getInput(InputId) - Method in class com.google.javascript.jscomp.AbstractCompiler
Looks up an input (possibly an externs input) by input id.
getInput(InputId) - Method in class com.google.javascript.jscomp.Compiler
 
getInput() - Method in class com.google.javascript.jscomp.NodeTraversal
Gets the current input source.
getInput() - Method in exception org.plovr.CircularDependencyException
 
getInput() - Method in exception org.plovr.MissingProvideException
 
getInput() - Method in exception org.plovr.PlovrCoffeeScriptCompilerException
 
getInput() - Method in exception org.plovr.PlovrSoySyntaxException
 
getInputId() - Method in class com.google.javascript.jscomp.CompilerInput
Returns a name for this input.
getInputId() - Method in class com.google.javascript.jscomp.JsAst
 
getInputId(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
 
getInputId() - Method in interface com.google.javascript.jscomp.SourceAst
 
getInputId() - Method in class com.google.javascript.jscomp.SyntheticAst
 
getInputId() - Method in class com.google.javascript.rhino.Node
 
getInputName() - Method in class com.google.javascript.jscomp.TypedVar
 
getInputProviding(String) - Method in class com.google.javascript.jscomp.deps.SortedDependencies
Return the input that gives us the given symbol.
getInputs() - Method in class com.google.javascript.jscomp.JSModule
Gets this module's list of source code inputs.
getInputs() - Method in class org.plovr.Compilation
 
getInputs() - Method in class org.plovr.ModuleConfig.ModuleInfo
 
getInputsById() - Method in class com.google.javascript.jscomp.Compiler
Returns an unmodifiable view of the compiler inputs indexed by id.
getInputsInCompilationOrder() - Method in class org.plovr.Manifest
 
getInputsWithoutProvides() - Method in class com.google.javascript.jscomp.deps.SortedDependencies
 
getInstance() - Static method in class com.google.common.css.compiler.passes.DummyErrorManager
 
getInstance() - Static method in class com.google.debugging.sourcemap.SourceMapGeneratorFactory
 
getInstance(SourceMapFormat) - Static method in class com.google.debugging.sourcemap.SourceMapGeneratorFactory
 
getInstance() - Static method in class com.google.template.soy.examples.FeaturesSoyInfo.BidiGlobalDirSoyTemplateInfo
 
getInstance() - Static method in class com.google.template.soy.examples.FeaturesSoyInfo.DemoAutoescapeTrueSoyTemplateInfo
 
getInstance() - Static method in class com.google.template.soy.examples.FeaturesSoyInfo.DemoBidiSupportSoyTemplateInfo
 
getInstance() - Static method in class com.google.template.soy.examples.FeaturesSoyInfo.DemoCallOtherFileSoyTemplateInfo
 
getInstance() - Static method in class com.google.template.soy.examples.FeaturesSoyInfo.DemoCallWithoutParamSoyTemplateInfo
 
getInstance() - Static method in class com.google.template.soy.examples.FeaturesSoyInfo.DemoCallWithParamBlockSoyTemplateInfo
 
getInstance() - Static method in class com.google.template.soy.examples.FeaturesSoyInfo.DemoCallWithParamSoyTemplateInfo
 
getInstance() - Static method in class com.google.template.soy.examples.FeaturesSoyInfo.DemoCommentsSoyTemplateInfo
 
getInstance() - Static method in class com.google.template.soy.examples.FeaturesSoyInfo.DemoDoubleBracesSoyTemplateInfo
 
getInstance() - Static method in class com.google.template.soy.examples.FeaturesSoyInfo.DemoExpressionsSoyTemplateInfo
 
getInstance() - Static method in class com.google.template.soy.examples.FeaturesSoyInfo.DemoForeachSoyTemplateInfo
 
getInstance() - Static method in class com.google.template.soy.examples.FeaturesSoyInfo.DemoForSoyTemplateInfo
 
getInstance() - Static method in class com.google.template.soy.examples.FeaturesSoyInfo.DemoIfSoyTemplateInfo
 
getInstance() - Static method in class com.google.template.soy.examples.FeaturesSoyInfo.DemoLineJoiningSoyTemplateInfo
 
getInstance() - Static method in class com.google.template.soy.examples.FeaturesSoyInfo.DemoMsgSoyTemplateInfo
 
getInstance() - Static method in class com.google.template.soy.examples.FeaturesSoyInfo.DemoParamWithKindAttributeSoyTemplateInfo
 
getInstance() - Static method in class com.google.template.soy.examples.FeaturesSoyInfo.DemoPrintSoyTemplateInfo
 
getInstance() - Static method in class com.google.template.soy.examples.FeaturesSoyInfo.DemoRawTextCommandsSoyTemplateInfo
 
getInstance() - Static method in class com.google.template.soy.examples.FeaturesSoyInfo.DemoSwitchSoyTemplateInfo
 
getInstance() - Static method in class com.google.template.soy.examples.FeaturesSoyInfo.ExampleHeaderSoyTemplateInfo
 
getInstance() - Static method in class com.google.template.soy.examples.FeaturesSoyInfo
 
getInstance(Dir) - Static method in class com.google.template.soy.internal.i18n.BidiFormatter
Factory for creating an instance of BidiFormatter given the context directionality.
getInstance(boolean) - Static method in class com.google.template.soy.internal.i18n.BidiFormatter
Factory for creating an instance of BidiFormatter given the context directionality.
getInstance() - Static method in class com.google.template.soy.types.primitive.AnyType
Return the single instance of this type.
getInstance() - Static method in class com.google.template.soy.types.primitive.BoolType
Return the single instance of this type.
getInstance() - Static method in class com.google.template.soy.types.primitive.FloatType
Return the single instance of this type.
getInstance() - Static method in class com.google.template.soy.types.primitive.IntType
Return the single instance of this type.
getInstance() - Static method in class com.google.template.soy.types.primitive.NullType
Return the single instance of this type.
getInstance() - Static method in class com.google.template.soy.types.primitive.SanitizedType.AttributesType
Return the single instance of this type.
getInstance() - Static method in class com.google.template.soy.types.primitive.SanitizedType.CssType
Return the single instance of this type.
getInstance() - Static method in class com.google.template.soy.types.primitive.SanitizedType.HtmlType
Return the single instance of this type.
getInstance() - Static method in class com.google.template.soy.types.primitive.SanitizedType.JsType
Return the single instance of this type.
getInstance() - Static method in class com.google.template.soy.types.primitive.SanitizedType.UriType
Return the single instance of this type.
getInstance() - Static method in class com.google.template.soy.types.primitive.StringType
Return the single instance of this type.
getInstance() - Static method in class com.google.template.soy.types.primitive.UnknownType
Return the single instance of this type.
getInstance() - Static method in class org.plovr.CoffeeScriptCompiler
 
getInstance() - Static method in class org.plovr.TypeScriptCompiler
 
getInstanceAsJSType() - Method in class com.google.javascript.jscomp.newtypes.NominalType
 
getInstanceAsJSType() - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
getInstanceMethodByName(String) - Method in class org.plovr.docgen.ClassDescriptor.Builder
 
getInstanceMethods() - Method in class org.plovr.docgen.ClassDescriptor
 
getInstancePropDeclaredType(String) - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
getInstanceType() - Method in interface com.google.javascript.rhino.FunctionTypeI
 
getInstanceType() - Method in class com.google.javascript.rhino.jstype.FunctionType
Gets the type of instance of this function.
getInstanceTypeOfCtor() - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
getInstanceWithNoContext() - Static method in class com.google.template.soy.internal.i18n.BidiFormatter
Factory for creating an instance of BidiFormatter for an unknown directionality context.
getInstanceWithNullability(boolean) - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
getInstantiatedInterfaces() - Method in class com.google.javascript.jscomp.newtypes.NominalType
 
getInstantiatedSuperclass() - Method in class com.google.javascript.jscomp.newtypes.NominalType
 
getInteger(String) - Method in class com.google.template.soy.data.restricted.CollectionData
Precondition: The specified key string is the path to an integer.
getInteger(int) - Method in class com.google.template.soy.data.SoyListData
Precondition: The specified index contains an integer.
getIntegerIndex(SoyValue) - Method in class com.google.template.soy.data.SoyAbstractList
Gets the integer index out of a SoyValue key, or throws SoyDataException if the key is not an integer.
getInterfaces() - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
getIntermediateState() - Method in class com.google.javascript.jscomp.DefaultPassConfig
 
getIntermediateState() - Method in class com.google.javascript.jscomp.PassConfig
Get intermediate state for a running pass config, so it can be paused and started again later.
getIntProp(int) - Method in class com.google.javascript.rhino.Node
Returns the integer value for the property, or 0 if the property is not defined.
getInvertedDependencyTree() - Method in class org.plovr.ModuleConfig
 
getIObjectKeyKey() - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
 
getIObjectTemplateTypeNames() - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
 
getIObjectValueKey() - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
 
getIsDefault() - Method in class com.google.common.css.compiler.ast.CssValueNode
 
getItem() - Method in class com.google.javascript.rhino.SourcePosition
Returns the item found at this source position.
getItem(SoyValue) - Method in class com.google.template.soy.data.SoyAbstractList
 
getItem(SoyValue) - Method in class com.google.template.soy.data.SoyAbstractMap
 
getItem(SoyValue) - Method in class com.google.template.soy.data.SoyListData
 
getItem(SoyValue) - Method in interface com.google.template.soy.data.SoyMap
Gets an item value of this SoyMap.
getItem(SoyValue) - Method in class com.google.template.soy.data.SoyMapData
 
getItemCnt() - Method in class com.google.template.soy.data.SoyAbstractList
 
getItemCnt() - Method in class com.google.template.soy.data.SoyListData
 
getItemCnt() - Method in interface com.google.template.soy.data.SoyMap
Gets the number of items in this SoyMap.
getItemCnt() - Method in class com.google.template.soy.data.SoyMapData
 
getItemKeys() - Method in class com.google.template.soy.data.SoyAbstractList
 
getItemKeys() - Method in class com.google.template.soy.data.SoyListData
 
getItemKeys() - Method in interface com.google.template.soy.data.SoyMap
Gets an iterable over all item keys in this SoyMap.
getItemKeys() - Method in class com.google.template.soy.data.SoyMapData
 
getItemProvider(SoyValue) - Method in class com.google.template.soy.data.SoyAbstractList
 
getItemProvider(SoyValue) - Method in class com.google.template.soy.data.SoyListData
 
getItemProvider(SoyValue) - Method in interface com.google.template.soy.data.SoyMap
Gets a provider of an item value of this SoyMap.
getItemProvider(SoyValue) - Method in class com.google.template.soy.data.SoyMapData
 
getJobDescription() - Method in class com.google.common.css.JobDescriptionBuilder
 
getJsContentType() - Method in class org.plovr.Config
The value of the Content-Type header to use when writing JavaScript content in response to an HTTP request.
getJSDocInfo() - Method in class com.google.javascript.jscomp.SymbolTable.Symbol
 
getJSDocInfo() - Method in class com.google.javascript.jscomp.TypedVar
 
getJSDocInfo() - Method in class com.google.javascript.jscomp.Var
 
getJSDocInfo() - Method in class com.google.javascript.rhino.jstype.JSType
Gets the docInfo for this type.
getJSDocInfo() - Method in class com.google.javascript.rhino.jstype.ObjectType
Gets the docInfo for this type.
getJSDocInfo() - Method in class com.google.javascript.rhino.jstype.Property
 
getJSDocInfo() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
getJSDocInfo() - Method in class com.google.javascript.rhino.jstype.SimpleSlot
 
getJSDocInfo() - Method in class com.google.javascript.rhino.Node
Get the JSDocInfo attached to this node.
getJSDocInfo() - Method in interface com.google.javascript.rhino.StaticSlot
Gets the JSDoc for this slot.
getJSType() - Method in class com.google.javascript.rhino.Node
Returns the compiled inferred type on this node.
getJSTypeBeforeCast() - Method in class com.google.javascript.rhino.Node
Returns the type of this node before casting.
getJsTypeExpr(SoyType) - Static method in class com.google.template.soy.jssrc.internal.JsSrcUtils
Given a Soy type, return the corresponding jscompiler doc type expression.
getJsTypeExpr(SoyType, boolean, boolean) - Static method in class com.google.template.soy.jssrc.internal.JsSrcUtils
 
getJsTypeName(SoyType) - Static method in class com.google.template.soy.jssrc.internal.JsSrcUtils
Given a Soy type, return the corresponding jscompiler type name.
getKey() - Method in class com.google.javascript.jscomp.JsMessage.Builder
Gets the message's key (e.g.
getKey() - Method in class com.google.javascript.jscomp.JsMessage
Gets the message's key, or name (e.g.
getKey() - Method in class com.google.template.soy.soytree.CallParamContentNode
 
getKey() - Method in class com.google.template.soy.soytree.CallParamNode
Returns the param key.
getKey() - Method in class com.google.template.soy.soytree.CallParamValueNode
 
getKeyExprChild() - Method in class com.google.template.soy.exprtree.ItemAccessNode
Returns the key expression.
getKeys() - Method in class com.google.common.css.compiler.ast.CssKeyframeRulesetNode
 
getKeys() - Method in class com.google.template.soy.data.SoyMapData
Gets the keys in this map data.
getKeyType() - Method in class com.google.template.soy.types.aggregate.MapType
Returns the type for keys of this map.
getKeyValue() - Method in class com.google.common.css.compiler.ast.CssKeyNode
 
getKind() - Method in class com.google.template.soy.exprtree.BooleanNode
 
getKind() - Method in interface com.google.template.soy.exprtree.ExprNode
Gets this node's kind (corresponding to this node's specific type).
getKind() - Method in class com.google.template.soy.exprtree.ExprRootNode
 
getKind() - Method in class com.google.template.soy.exprtree.FieldAccessNode
 
getKind() - Method in class com.google.template.soy.exprtree.FloatNode
 
getKind() - Method in class com.google.template.soy.exprtree.FunctionNode
 
getKind() - Method in class com.google.template.soy.exprtree.GlobalNode
 
getKind() - Method in class com.google.template.soy.exprtree.IntegerNode
 
getKind() - Method in class com.google.template.soy.exprtree.ItemAccessNode
 
getKind() - Method in class com.google.template.soy.exprtree.ListLiteralNode
 
getKind() - Method in class com.google.template.soy.exprtree.MapLiteralNode
 
getKind() - Method in class com.google.template.soy.exprtree.NullNode
 
getKind() - Method in class com.google.template.soy.exprtree.OperatorNodes.AndOpNode
 
getKind() - Method in class com.google.template.soy.exprtree.OperatorNodes.ConditionalOpNode
 
getKind() - Method in class com.google.template.soy.exprtree.OperatorNodes.DivideByOpNode
 
getKind() - Method in class com.google.template.soy.exprtree.OperatorNodes.EqualOpNode
 
getKind() - Method in class com.google.template.soy.exprtree.OperatorNodes.GreaterThanOpNode
 
getKind() - Method in class com.google.template.soy.exprtree.OperatorNodes.GreaterThanOrEqualOpNode
 
getKind() - Method in class com.google.template.soy.exprtree.OperatorNodes.LessThanOpNode
 
getKind() - Method in class com.google.template.soy.exprtree.OperatorNodes.LessThanOrEqualOpNode
 
getKind() - Method in class com.google.template.soy.exprtree.OperatorNodes.MinusOpNode
 
getKind() - Method in class com.google.template.soy.exprtree.OperatorNodes.ModOpNode
 
getKind() - Method in class com.google.template.soy.exprtree.OperatorNodes.NegativeOpNode
 
getKind() - Method in class com.google.template.soy.exprtree.OperatorNodes.NotEqualOpNode
 
getKind() - Method in class com.google.template.soy.exprtree.OperatorNodes.NotOpNode
 
getKind() - Method in class com.google.template.soy.exprtree.OperatorNodes.NullCoalescingOpNode
 
getKind() - Method in class com.google.template.soy.exprtree.OperatorNodes.OrOpNode
 
getKind() - Method in class com.google.template.soy.exprtree.OperatorNodes.PlusOpNode
 
getKind() - Method in class com.google.template.soy.exprtree.OperatorNodes.TimesOpNode
 
getKind() - Method in class com.google.template.soy.exprtree.StringNode
 
getKind() - Method in class com.google.template.soy.exprtree.VarNode
 
getKind() - Method in class com.google.template.soy.exprtree.VarRefNode
 
getKind() - Method in class com.google.template.soy.soytree.CallBasicNode
 
getKind() - Method in class com.google.template.soy.soytree.CallDelegateNode
 
getKind() - Method in class com.google.template.soy.soytree.CallParamContentNode
 
getKind() - Method in class com.google.template.soy.soytree.CallParamValueNode
 
getKind() - Method in class com.google.template.soy.soytree.CssNode
 
getKind() - Method in class com.google.template.soy.soytree.DebuggerNode
 
getKind() - Method in class com.google.template.soy.soytree.ForeachIfemptyNode
 
getKind() - Method in class com.google.template.soy.soytree.ForeachNode
 
getKind() - Method in class com.google.template.soy.soytree.ForeachNonemptyNode
 
getKind() - Method in class com.google.template.soy.soytree.ForNode
 
getKind() - Method in class com.google.template.soy.soytree.IfCondNode
 
getKind() - Method in class com.google.template.soy.soytree.IfElseNode
 
getKind() - Method in class com.google.template.soy.soytree.IfNode
 
getKind() - Method in class com.google.template.soy.soytree.jssrc.GoogMsgDefNode
 
getKind() - Method in class com.google.template.soy.soytree.jssrc.GoogMsgRefNode
 
getKind() - Method in class com.google.template.soy.soytree.LetContentNode
 
getKind() - Method in class com.google.template.soy.soytree.LetValueNode
 
getKind() - Method in class com.google.template.soy.soytree.LogNode
 
getKind() - Method in class com.google.template.soy.soytree.MsgFallbackGroupNode
 
getKind() - Method in class com.google.template.soy.soytree.MsgHtmlTagNode
 
getKind() - Method in class com.google.template.soy.soytree.MsgNode
 
getKind() - Method in class com.google.template.soy.soytree.MsgPlaceholderNode
 
getKind() - Method in class com.google.template.soy.soytree.MsgPluralCaseNode
 
getKind() - Method in class com.google.template.soy.soytree.MsgPluralDefaultNode
 
getKind() - Method in class com.google.template.soy.soytree.MsgPluralNode
 
getKind() - Method in class com.google.template.soy.soytree.MsgSelectCaseNode
 
getKind() - Method in class com.google.template.soy.soytree.MsgSelectDefaultNode
 
getKind() - Method in class com.google.template.soy.soytree.MsgSelectNode
 
getKind() - Method in class com.google.template.soy.soytree.PrintDirectiveNode
 
getKind() - Method in class com.google.template.soy.soytree.PrintNode
 
getKind() - Method in class com.google.template.soy.soytree.RawTextNode
 
getKind() - Method in class com.google.template.soy.soytree.SoyFileNode
 
getKind() - Method in class com.google.template.soy.soytree.SoyFileSetNode
 
getKind() - Method in interface com.google.template.soy.soytree.SoyNode
Returns this node's kind (corresponding to this node's specific type).
getKind() - Method in class com.google.template.soy.soytree.SwitchCaseNode
 
getKind() - Method in class com.google.template.soy.soytree.SwitchDefaultNode
 
getKind() - Method in class com.google.template.soy.soytree.SwitchNode
 
getKind() - Method in class com.google.template.soy.soytree.TemplateBasicNode
 
getKind() - Method in class com.google.template.soy.soytree.TemplateDelegateNode
 
getKind() - Method in class com.google.template.soy.soytree.XidNode
 
getKind() - Method in class com.google.template.soy.types.aggregate.ListType
 
getKind() - Method in class com.google.template.soy.types.aggregate.MapType
 
getKind() - Method in class com.google.template.soy.types.aggregate.RecordType
 
getKind() - Method in class com.google.template.soy.types.aggregate.UnionType
 
getKind() - Method in class com.google.template.soy.types.primitive.AnyType
 
getKind() - Method in class com.google.template.soy.types.primitive.BoolType
 
getKind() - Method in class com.google.template.soy.types.primitive.ErrorType
 
getKind() - Method in class com.google.template.soy.types.primitive.FloatType
 
getKind() - Method in class com.google.template.soy.types.primitive.IntType
 
getKind() - Method in class com.google.template.soy.types.primitive.NullType
 
getKind() - Method in class com.google.template.soy.types.primitive.SanitizedType.AttributesType
 
getKind() - Method in class com.google.template.soy.types.primitive.SanitizedType.CssType
 
getKind() - Method in class com.google.template.soy.types.primitive.SanitizedType.HtmlType
 
getKind() - Method in class com.google.template.soy.types.primitive.SanitizedType.JsType
 
getKind() - Method in class com.google.template.soy.types.primitive.SanitizedType.UriType
 
getKind() - Method in class com.google.template.soy.types.primitive.StringType
 
getKind() - Method in class com.google.template.soy.types.primitive.UnknownType
 
getKind() - Method in interface com.google.template.soy.types.SoyType
Returns what kind of type this is.
getLabel() - Method in interface com.google.javascript.jscomp.graph.GraphvizGraph.GraphvizEdge
Retrieves the label of the edge.
getLabel() - Method in interface com.google.javascript.jscomp.graph.GraphvizGraph.GraphvizNode
Retrieves the label of the node.
getLabel() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph.LinkedDirectedGraphNode
 
getLabel() - Method in class com.google.javascript.jscomp.parsing.parser.trees.BreakStatementTree
 
getLabel() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ContinueStatementTree
 
getLangFunctionNames(EscapingConventions.EscapingLanguage) - Method in class com.google.template.soy.shared.restricted.EscapingConventions.CrossLanguageStringXform
The names of existing language builtins or available library functions (such as Google Closure) that implement the escaping convention.
getLangFunctionNames(EscapingConventions.EscapingLanguage) - Method in class com.google.template.soy.shared.restricted.EscapingConventions.EscapeHtml
 
getLangFunctionNames(EscapingConventions.EscapingLanguage) - Method in class com.google.template.soy.shared.restricted.EscapingConventions.EscapeUri
 
getLanguage() - Method in class com.google.template.soy.jssrc.internal.GenerateSoyUtilsEscapingDirectiveCode
 
getLanguage() - Method in class com.google.template.soy.pysrc.internal.GeneratePySanitizeEscapingDirectiveCode
 
getLanguage() - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
Get the language being generated here.
getLanguageIn() - Method in class com.google.javascript.jscomp.CompilerOptions
 
getLanguageOut() - Method in class com.google.javascript.jscomp.CompilerOptions
 
getLastChar() - Method in class com.google.common.css.compiler.passes.CodeBuffer
Returns the last character in the buffer.
getLastCharIndex() - Method in class com.google.common.css.compiler.passes.CodeBuffer
getLastChild() - Method in class com.google.common.css.compiler.ast.CssNodesListNode
 
getLastChild() - Method in class com.google.javascript.rhino.Node
 
getLastCompilation(Config) - Method in class org.plovr.CompilationServer
 
getLastLineIndex() - Method in class com.google.common.css.compiler.passes.CodeBuffer
Returns the index of the line which contains the last character at lastCharIndex.
getLastSibling() - Method in class com.google.javascript.rhino.Node
 
getLastValueForParam(String) - Method in class org.plovr.QueryData
 
getLcTagName() - Method in class com.google.template.soy.soytree.MsgHtmlTagNode
Returns the lower-case HTML tag name (includes '/' for end tags).
getLeastSupertype(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
Gets the least supertype of this and that.
getLeastSupertype(JSType) - Method in class com.google.javascript.rhino.jstype.UnionType
 
getLeft() - Method in class com.google.common.css.compiler.ast.CssBooleanExpressionNode
 
getLeftChild() - Method in class com.google.template.soy.exprtree.OperatorNodes.NullCoalescingOpNode
 
getLeftmostName() - Method in class com.google.javascript.jscomp.newtypes.QualifiedName
 
getLendsName() - Method in class com.google.javascript.rhino.JSDocInfo
Gets the name we're lending to in a @lends annotation.
getLength() - Method in class com.google.javascript.jscomp.Compiler.CodeBuilder
Returns the length of the text buffer.
getLength() - Method in class com.google.javascript.jscomp.parsing.parser.trees.Comment
 
getLength() - Method in class com.google.javascript.refactoring.CodeReplacement
Returns how many bytes the new content should replace in the original content.
getLength() - Method in class com.google.javascript.rhino.Node
 
getLength() - Method in class com.google.template.soy.parsepasses.contextautoesc.SlicedRawTextNode.RawTextSlice
The length of the slice in chars.
getLevel() - Method in class com.google.javascript.jscomp.ant.Warning
 
getLevelForInfo(JSDocInfo, String, String, Map<String, ClassDescriptor.Builder>) - Static method in enum org.plovr.docgen.AccessLevel
className is only used if the JSDocInfo is for an instance method.
getLicense() - Method in class com.google.javascript.rhino.JSDocInfo
Gets the description specified by the @license annotation.
getLikelyEndContextMismatchCause(SanitizedContent.ContentKind) - Method in class com.google.template.soy.parsepasses.contextautoesc.Context
Returns a plausible human-readable description of a context mismatch;
getLine() - Method in interface com.google.common.css.compiler.ast.CharStream
Deprecated.
getLine() - Method in class com.google.common.css.compiler.ast.GssError
 
getLine() - Method in class com.google.common.css.compiler.ast.StringCharStream
Deprecated.
getLine() - Method in class com.google.debugging.sourcemap.FilePosition
Returns the line number of this position.
getLine() - Method in class com.google.debugging.sourcemap.SourceMapSection
 
getLine(int) - Method in class com.google.javascript.jscomp.parsing.parser.LineNumberTable
 
getLine(int) - Method in class com.google.javascript.jscomp.SourceFile
Gets the source line for the indicated line number.
getLine() - Method in class com.google.template.soy.exprparse.SimpleCharStream
Deprecated.
getLine() - Method in class com.google.template.soy.soyparse.SimpleCharStream
Deprecated.
getLine() - Method in class com.google.template.soy.types.parse.SimpleCharStream
Deprecated.
getLineCommentSyntax() - Method in class com.google.template.soy.jssrc.internal.GenerateSoyUtilsEscapingDirectiveCode
 
getLineCommentSyntax() - Method in class com.google.template.soy.pysrc.internal.GeneratePySanitizeEscapingDirectiveCode
 
getLineCommentSyntax() - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
Return the syntax for starting a one line comment.
getLineEndSyntax() - Method in class com.google.template.soy.jssrc.internal.GenerateSoyUtilsEscapingDirectiveCode
 
getLineEndSyntax() - Method in class com.google.template.soy.pysrc.internal.GeneratePySanitizeEscapingDirectiveCode
 
getLineEndSyntax() - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
Return the syntax for ending a line.
getLineLengthThreshold() - Method in class com.google.javascript.jscomp.CompilerOptions
 
getLineno() - Method in class com.google.javascript.rhino.Node
 
getLineNumber() - Method in class com.google.common.css.SourceCodeLocation
 
getLineNumber() - Method in class com.google.javascript.jscomp.JSError
Get the line number.
getLineNumber() - Method in class com.google.javascript.jscomp.NodeTraversal
Gets the current line number, or zero if it cannot be determined.
getLineNumber() - Method in class com.google.template.soy.base.SourceLocation
Returns the line number in the source file where this location begins (1-based).
getLineNumber() - Method in exception org.plovr.CoffeeScriptCompilerException
 
getLineNumber() - Method in exception org.plovr.PlovrCoffeeScriptCompilerException
 
getLineNumber() - Method in exception org.plovr.PlovrSoySyntaxException
 
getLineOffset(int) - Method in class com.google.javascript.jscomp.CompilerInput
 
getLineOffset(int) - Method in class com.google.javascript.jscomp.SourceFile
 
getLineOffset(int) - Method in class com.google.javascript.rhino.SimpleSourceFile
 
getLineOffset(int) - Method in interface com.google.javascript.rhino.StaticSourceFile
Returns the offset of the given line number relative to the file start.
getLineOfOffset(int) - Method in class com.google.javascript.jscomp.SourceFile
 
getLineOfOffset(int) - Method in class com.google.javascript.rhino.SimpleSourceFile
 
getLineOfOffset(int) - Method in interface com.google.javascript.rhino.StaticSourceFile
Gets the 1-based line number of the given source offset.
getListData(String) - Method in class com.google.template.soy.data.restricted.CollectionData
Precondition: The specified key string is the path to a SoyListData object.
getListData(int) - Method in class com.google.template.soy.data.SoyListData
Precondition: The specified index contains a SoyListData object.
getListenAddress() - Method in class org.plovr.cli.ServeCommandOptions
 
getLocale() - Method in class com.google.template.soy.msgs.restricted.SoyMsg
 
getLocaleString() - Method in class com.google.template.soy.msgs.restricted.SoyMsg
Returns the language/locale string.
getLocaleString() - Method in class com.google.template.soy.msgs.restricted.SoyMsgBundleImpl
 
getLocaleString() - Method in interface com.google.template.soy.msgs.SoyMsgBundle
Gets the language/locale string of this bundle of messages.
getLocation() - Method in class com.google.common.css.compiler.ast.GssError
 
getLong(String) - Method in class com.google.template.soy.data.restricted.CollectionData
Precondition: The specified key string is the path to a long.
getLong(int) - Method in class com.google.template.soy.data.SoyListData
Precondition: The specified index contains a long.
getLoopId() - Method in class com.google.common.css.compiler.ast.CssForLoopRuleNode
 
getMainFunction() - Method in class com.google.javascript.jscomp.CallGraph
Returns a Function object representing the "main" global function.
getManifest() - Method in class org.plovr.Config
 
getMapData(String) - Method in class com.google.template.soy.data.restricted.CollectionData
Precondition: The specified key string is the path to a SoyMapData object.
getMapData(int) - Method in class com.google.template.soy.data.SoyListData
Precondition: The specified index contains a SoyMapData object.
getMappingForLine(int, int) - Method in class com.google.debugging.sourcemap.SourceMapConsumerV3
 
getMappingForLine(int, int) - Method in interface com.google.debugging.sourcemap.SourceMapping
Returns the original mapping for the line number and column position found in the source map.
getMappings() - Method in class com.google.common.css.RecordingSubstitutionMap
 
getMarkers() - Method in class com.google.javascript.rhino.JSDocInfo
Gets the list of all markers for the documentation in this JSDoc.
getMask() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
getMatcherName() - Method in class com.google.template.soy.shared.internal.DirectiveDigest
 
getMatchSymbol() - Method in class com.google.common.css.compiler.ast.CssAttributeSelectorNode
 
getMatchType() - Method in class com.google.common.css.compiler.ast.CssAttributeSelectorNode
 
getMaxArguments() - Method in class com.google.javascript.rhino.jstype.FunctionType
Gets the maximum number of arguments that this function requires, or Integer.MAX_VALUE if this is a variable argument function.
getMaxArity() - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
getMaxArityWithoutRestFormals() - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
getMaxLocalVariableTableSize() - Method in class com.google.template.soy.soytree.TemplateNode
 
getMeaning() - Method in class com.google.javascript.rhino.JSDocInfo
Gets the meaning specified by the @meaning annotation.
getMeaning() - Method in class com.google.template.soy.msgs.restricted.SoyMsg
Returns the meaning string if set, otherwise null (usually null).
getMeaning() - Method in class com.google.template.soy.soytree.MsgNode
Returns the meaning string if set, otherwise null (usually null).
getMembers() - Method in class com.google.template.soy.types.aggregate.RecordType
Return the members of this record type.
getMembers() - Method in class com.google.template.soy.types.aggregate.UnionType
Return the set of types contained in this union.
getMessage() - Method in class com.google.common.css.compiler.ast.GssError
 
getMessage() - Method in exception com.google.common.css.compiler.ast.GssParserException
 
getMessage() - Method in error com.google.common.css.compiler.ast.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage(String) - Method in class com.google.javascript.jscomp.EmptyMessageBundle
Returns null, to indicate it has no message replacements.
getMessage(String) - Method in interface com.google.javascript.jscomp.MessageBundle
Gets a message replacement.
getMessage(String) - Method in class com.google.javascript.jscomp.XtbMessageBundle
 
getMessage() - Method in exception com.google.template.soy.base.SoySyntaxException
 
getMessage() - Method in exception com.google.template.soy.data.SoyDataException
 
getMessage() - Method in error com.google.template.soy.exprparse.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception com.google.template.soy.msgs.SoyMsgException
 
getMessage() - Method in error com.google.template.soy.soyparse.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in error com.google.template.soy.types.parse.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception org.plovr.CheckedSoySyntaxException
 
getMessage() - Method in exception org.plovr.PlovrSoySyntaxException
 
getMessage0(String) - Static method in class com.google.javascript.rhino.SimpleErrorReporter
 
getMessage1(String, Object) - Static method in class com.google.javascript.rhino.SimpleErrorReporter
 
getMessageNode() - Method in class com.google.javascript.jscomp.JsMessageDefinition
 
getMetadata() - Method in class com.google.javascript.refactoring.Match
Returns the metadata for this match.
getMinArguments() - Method in class com.google.javascript.rhino.jstype.FunctionType
Gets the minimum number of arguments that this function requires.
getMinArity() - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
getMissingProvide() - Method in exception org.plovr.MissingProvideException
 
getModifies() - Method in class com.google.javascript.rhino.JSDocInfo
Returns the set of sideeffect notations.
getModule() - Method in class com.google.javascript.jscomp.CompilerInput
Returns the module to which the input belongs.
getModule() - Method in exception com.google.javascript.jscomp.JSModuleGraph.ModuleDependenceException
 
getModule() - Method in class com.google.javascript.jscomp.NodeTraversal
Gets the current input module.
getModuleConfig() - Method in class org.plovr.Config
 
getModuleConfigBuilder() - Method in class org.plovr.Config.Builder
 
getModuleInfo(String) - Method in class org.plovr.ModuleConfig
 
getModuleInfoPath() - Method in class org.plovr.ModuleConfig
 
getModuleNames() - Method in class org.plovr.ModuleConfig
 
getModuleToOutputPath() - Method in class org.plovr.ModuleConfig
 
getMostAppropriateContentKind() - Method in class com.google.template.soy.parsepasses.contextautoesc.Context
Returns the most sensible content kind for a context.
getMsg(long) - Method in class com.google.template.soy.msgs.restricted.SoyMsgBundleImpl
 
getMsg(long) - Method in interface com.google.template.soy.msgs.SoyMsgBundle
Retrieves a message by its unique message id.
getMsg() - Method in class com.google.template.soy.soytree.MsgFallbackGroupNode
 
getMutatingVisitController() - Method in class com.google.common.css.compiler.ast.CssTree
 
getName() - Method in class com.google.common.css.compiler.ast.CssAtRuleNode
 
getName() - Method in class com.google.common.css.compiler.ast.Property
 
getName() - Method in class com.google.javascript.jscomp.CallGraph.Function
Gets the name of this function.
getName() - Method in class com.google.javascript.jscomp.CompilerInput
Returns a name for this input.
getName() - Method in class com.google.javascript.jscomp.deps.DependencyFile
 
getName() - Method in interface com.google.javascript.jscomp.deps.DependencyInfo
Gets the unique name / path of this file.
getName() - Method in class com.google.javascript.jscomp.deps.SimpleDependencyInfo
 
getName() - Method in interface com.google.javascript.jscomp.deps.SourceFile
 
getName() - Method in class com.google.javascript.jscomp.deps.VirtualFile
 
getName() - Method in interface com.google.javascript.jscomp.graph.GraphvizGraph
Name of the graph.
getName() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
getName() - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
getName() - Method in class com.google.javascript.jscomp.JsMessage.PlaceholderReference
 
getName() - Method in class com.google.javascript.jscomp.JSModule
Gets the module name.
getName() - Method in class com.google.javascript.jscomp.newtypes.Namespace
 
getName() - Method in class com.google.javascript.jscomp.newtypes.NominalType
 
getName() - Method in class com.google.javascript.jscomp.SourceFile
Returns a unique name for the source file.
getName() - Method in class com.google.javascript.jscomp.TypedVar
 
getName() - Method in class com.google.javascript.jscomp.Var
 
getName() - Method in class com.google.javascript.rhino.JSDocInfo.Marker
Deprecated.
Use #getNameNode
getName() - Method in class com.google.javascript.rhino.jstype.Property
 
getName() - Method in class com.google.javascript.rhino.jstype.SimpleSlot
 
getName() - Method in class com.google.javascript.rhino.SimpleSourceFile
 
getName() - Method in interface com.google.javascript.rhino.StaticSlot
Gets the name of the slot.
getName() - Method in interface com.google.javascript.rhino.StaticSourceFile
The name of the file.
getName() - Method in class com.google.template.soy.basicdirectives.BasicEscapeDirective
The name of the Soy directive that this instance implements.
getName() - Method in class com.google.template.soy.basicdirectives.InsertWordBreaksDirective
 
getName() - Method in class com.google.template.soy.coredirectives.EscapeHtmlDirective
 
getName() - Method in class com.google.template.soy.coredirectives.IdDirective
 
getName() - Method in class com.google.template.soy.coredirectives.NoAutoescapeDirective
 
getName() - Method in class com.google.template.soy.exprtree.GlobalNode
Returns the name of the global.
getName() - Method in class com.google.template.soy.exprtree.VarNode
Returns the variable name (without the dollar sign).
getName() - Method in class com.google.template.soy.exprtree.VarRefNode
Returns the name of the variable.
getName() - Method in class com.google.template.soy.parseinfo.SoyTemplateInfo
Returns the full template name, e.g.
getName() - Method in interface com.google.template.soy.shared.restricted.SoyFunction
Gets the name of the Soy function.
getName() - Method in interface com.google.template.soy.shared.restricted.SoyPrintDirective
Gets the name of the Soy print directive.
getName() - Method in class com.google.template.soy.soytree.PrintDirectiveNode
Returns the directive name (including vertical bar).
getName() - Method in class com.google.template.soy.types.aggregate.RecordType
 
getName() - Method in interface com.google.template.soy.types.SoyEnumType
Return the fully-qualified name of this object type.
getName() - Method in interface com.google.template.soy.types.SoyObjectType
Return the fully-qualified name of this object type.
getName() - Method in class org.plovr.AbstractJsInput
 
getName() - Method in enum org.plovr.ConfigOption
 
getName() - Method in class org.plovr.ConfigPath
If and only if ConfigPath.getFile() returns a directory, then this method will return a string with a trailing slash.
getName() - Method in class org.plovr.docgen.ClassDescriptor.Builder
 
getName() - Method in class org.plovr.docgen.ClassDescriptor
 
getName() - Method in interface org.plovr.docgen.Descriptor
 
getName() - Method in class org.plovr.docgen.EnumDescriptor.Builder
 
getName() - Method in class org.plovr.docgen.EnumDescriptor
 
getName() - Method in class org.plovr.docgen.EnumValueDescriptor
 
getName() - Method in class org.plovr.docgen.LibraryDescriptor.Builder
 
getName() - Method in class org.plovr.docgen.LibraryDescriptor
 
getName() - Method in class org.plovr.docgen.MethodDescriptor.Builder
 
getName() - Method in class org.plovr.docgen.MethodDescriptor
 
getName() - Method in class org.plovr.docgen.ParamDescriptor.Builder
 
getName() - Method in class org.plovr.docgen.ParamDescriptor
 
getName() - Method in interface org.plovr.JsInput
 
getName() - Method in class org.plovr.ModuleConfig.ModuleInfo
 
getName() - Method in class org.plovr.soy.function.SubstringFunction
 
getNameForBackend(SoyBackendKind) - Method in class com.google.template.soy.types.aggregate.RecordType
 
getNameForBackend(SoyBackendKind) - Method in interface com.google.template.soy.types.SoyEnumType
Return the fully-qualified name of this type for a given output context.
getNameForBackend(SoyBackendKind) - Method in interface com.google.template.soy.types.SoyObjectType
Return the fully-qualified name of this type for a given output context.
getNameNode() - Method in class com.google.javascript.jscomp.TypedVar
 
getNameNode() - Method in class com.google.javascript.jscomp.Var
 
getNameNode() - Method in class com.google.javascript.rhino.JSDocInfo.Marker
Gets the position information for the name found in an @param tag.
getNamespace() - Method in class com.google.javascript.jscomp.newtypes.Declaration
 
getNamespace() - Method in class com.google.template.soy.parseinfo.SoyFileInfo
Returns the Soy file's namespace.
getNamespace() - Method in class com.google.template.soy.soytree.SoyFileNode
Returns this Soy file's namespace, or null if syntax version V1.
getNamespace() - Method in class com.google.template.soy.tofu.internal.BaseTofu
Gets the namespace of this SoyTofu object.
getNamespace() - Method in interface com.google.template.soy.tofu.SoyTofu
Gets the namespace of this SoyTofu object.
getNativeFunctionType(JSTypeNative) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
 
getNativeFunctionType(JSTypeNative) - Method in interface com.google.javascript.rhino.TypeIRegistry
 
getNativeObjectType(JSTypeNative) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
 
getNativeObjectType(JSTypeNative) - Method in interface com.google.javascript.rhino.TypeIRegistry
 
getNativeType(JSTypeNative) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
 
getNativeType(JSTypeNative) - Method in interface com.google.javascript.rhino.TypeIRegistry
 
getNaturalSymbolOrdering() - Method in class com.google.javascript.jscomp.SymbolTable
Gets the 'natural' ordering of symbols.
getNearestAncestor(Class<N>) - Method in class com.google.template.soy.basetree.AbstractNode
 
getNearestAncestor(Class<N>) - Method in interface com.google.template.soy.basetree.Node
Finds and returns this node's nearest ancestor of the given type.
getNearestFunctionName(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
Gets the function's name.
getNeighborEdges() - Method in interface com.google.javascript.jscomp.graph.UndiGraph.UndiGraphNode
 
getNeighborEdgesIterator() - Method in interface com.google.javascript.jscomp.graph.UndiGraph.UndiGraphNode
 
getNeighborNodes(N) - Method in class com.google.javascript.jscomp.graph.Graph
Gets the neighboring nodes.
getNeighborNodes(N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
getNeighborNodes(N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
getNewContent() - Method in class com.google.javascript.refactoring.CodeReplacement
Returns the new content that should be inserted into the file.
getNewNameToOriginalNameMap() - Method in class com.google.javascript.jscomp.VariableMap
Returns an unmodifiable mapping from new names to original names.
getNewTypeInference() - Method in class com.google.javascript.jscomp.CompilerOptions
 
getNext() - Method in class com.google.javascript.rhino.Node
 
getNextCharIndex() - Method in class com.google.common.css.compiler.passes.CodeBuffer
getNextLineIndex() - Method in class com.google.common.css.compiler.passes.CodeBuffer
getNextToken() - Method in class com.google.common.css.compiler.ast.GssParserCC
Get the next Token.
getNextToken() - Method in class com.google.common.css.compiler.ast.GssParserCCTokenManager
Get the next Token.
getNextToken() - Method in class com.google.template.soy.exprparse.ExpressionParser
Get the next Token.
getNextToken() - Method in class com.google.template.soy.exprparse.ExpressionParserTokenManager
Get the next Token.
getNextToken() - Method in class com.google.template.soy.soyparse.SoyFileParser
Get the next Token.
getNextToken() - Method in class com.google.template.soy.soyparse.SoyFileParserTokenManager
Get the next Token.
getNextToken() - Method in class com.google.template.soy.soyparse.TemplateParser
Get the next Token.
getNextToken() - Method in class com.google.template.soy.soyparse.TemplateParserTokenManager
Get the next Token.
getNextToken() - Method in class com.google.template.soy.types.parse.TypeParser
Get the next Token.
getNextToken() - Method in class com.google.template.soy.types.parse.TypeParserTokenManager
Get the next Token.
getNode(N) - Method in interface com.google.javascript.jscomp.graph.AdjacencyGraph
Gets a node from the graph given a value.
getNode(N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
getNode(N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
getNode() - Method in class com.google.javascript.jscomp.TypedVar
 
getNode() - Method in class com.google.javascript.jscomp.Var
 
getNode() - Method in class com.google.javascript.refactoring.Match
Returns the node that matched the given conditions.
getNode() - Method in class com.google.javascript.rhino.jstype.Property
 
getNode() - Method in class com.google.javascript.rhino.jstype.SimpleReference
 
getNode() - Method in interface com.google.javascript.rhino.StaticRef
The node where the reference lives.
getNode1Id() - Method in interface com.google.javascript.jscomp.graph.GraphvizGraph.GraphvizEdge
Get the first node in the edge.
getNode2Id() - Method in interface com.google.javascript.jscomp.graph.GraphvizGraph.GraphvizEdge
Get the second node in the edge.
getNodeA() - Method in interface com.google.javascript.jscomp.graph.Graph.GraphEdge
 
getNodeB() - Method in interface com.google.javascript.jscomp.graph.Graph.GraphEdge
 
getNodeDegree(N) - Method in class com.google.javascript.jscomp.graph.Graph
Gets the degree of a node.
getNodeDegree(N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
getNodeDegree(N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
getNodeIdGenerator() - Method in class com.google.template.soy.shared.SoyAstCache
Returns an ID generator that must be used for all files in this cache.
getNodeIdGenerator() - Method in class com.google.template.soy.soytree.SoyFileSetNode
Returns the node id generator for this parse tree.
getNodeLength() - Method in class com.google.javascript.jscomp.JSError
 
getNodes() - Method in interface com.google.javascript.jscomp.graph.AdjacencyGraph
Gets an immutable list of all nodes.
getNodes() - Method in class com.google.javascript.jscomp.graph.Graph
Gets an immutable list of all nodes.
getNodes() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
getNodes() - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
getNodeSourceOffset() - Method in class com.google.javascript.jscomp.JSError
 
getNominal() - Method in class com.google.javascript.jscomp.newtypes.Declaration
 
getNominalType() - Method in class com.google.javascript.jscomp.newtypes.DeclaredFunctionType
 
getNominalTypeIfSingletonObj() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
getNonAsciiPrefix() - Method in class com.google.template.soy.shared.internal.DirectiveDigest
 
getNonAsciiPrefix() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.CrossLanguageStringXform
An escaping prefix in "%", "\\u", "\\" which specifies how to escape non-ASCII code units not in the sparse mapping.
getNormalizedReferenceName() - Method in class com.google.javascript.rhino.jstype.ObjectType
Due to the complexity of some of our internal type systems, sometimes we have different types constructed by the same constructor.
getNotSelector() - Method in class com.google.common.css.compiler.ast.CssPseudoClassNode
 
getNumArgs() - Method in enum com.google.template.soy.shared.internal.NonpluginFunction
Returns the number of arguments.
getNumericPart() - Method in class com.google.common.css.compiler.ast.CssNumericNode
 
getNumExpectedArguments() - Method in interface com.google.common.css.compiler.ast.GssFunction
Returns the number of parsed arguments that this function takes, or null if the number of arguments may vary.
getNumExpectedArguments() - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.AddHsbToCssColor
 
getNumExpectedArguments() - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.AdjustBrightness
Returns the number of expected arguments of this GSS function.
getNumExpectedArguments() - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.BaseBlendColors
Returns the number of expected arguments of this GSS function.
getNumExpectedArguments() - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.MakeContrastingColor
 
getNumExpectedArguments() - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.MakeMutedColor
Returns the number of expected arguments of this GSS function.
getNumExpectedArguments() - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.MakeTranslucent
 
getNumExpectedArguments() - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.SelectFrom
 
getNumLines() - Method in class com.google.javascript.jscomp.CompilerInput
 
getNumMsgs() - Method in class com.google.template.soy.msgs.restricted.SoyMsgBundleImpl
 
getNumMsgs() - Method in interface com.google.template.soy.msgs.SoyMsgBundle
Gets the number of messages in this bundle.
getNumOperands() - Method in enum com.google.template.soy.exprtree.Operator
Returns the number of operands that this operator takes.
getObjectElementKey() - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
 
getObjectIndexKey() - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
 
getObjectLiteralCast(Node) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
 
getObjectLiteralCast(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
Checks if the given method performs a object literal cast, and if it does, returns information on the cast.
getObjectLiteralCast(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
getObjectType() - Method in class com.google.javascript.jscomp.newtypes.JSTypes
 
getObjTypeIfSingletonObj() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
getOffset() - Method in class com.google.javascript.jscomp.parsing.parser.Scanner
 
getOffset() - Method in class com.google.template.soy.msgs.restricted.SoyMsgPluralPart
Returns the offset.
getOffset() - Method in class com.google.template.soy.soytree.MsgPluralNode
Returns the offset.
getOperator() - Method in class com.google.common.css.compiler.ast.CssCompositeValueNode
 
getOperator() - Method in class com.google.template.soy.exprtree.AbstractOperatorNode
 
getOperator() - Method in interface com.google.template.soy.exprtree.ExprNode.OperatorNode
 
getOperatorName() - Method in enum com.google.common.css.compiler.ast.CssCompositeValueNode.Operator
 
getOperatorString() - Method in enum com.google.common.css.compiler.ast.CssBooleanExpressionNode.Type
 
getOptimizations() - Method in class com.google.javascript.jscomp.DefaultPassConfig
 
getOptimizations() - Method in class com.google.javascript.jscomp.PassConfig
Gets the optimization passes to run.
getOptionalArity() - Method in class com.google.javascript.jscomp.newtypes.DeclaredFunctionType
 
getOptionalNodeComparator(boolean) - Method in class com.google.javascript.jscomp.ControlFlowGraph
Gets a comparator for the nodes.
getOrCreateListType(SoyType) - Method in class com.google.template.soy.types.SoyTypeRegistry
Factory function which creates a list type, given an element type.
getOrCreateMapType(SoyType, SoyType) - Method in class com.google.template.soy.types.SoyTypeRegistry
Factory function which creates a map type, given a key and value type.
getOrCreateRecordType(Map<String, SoyType>) - Method in class com.google.template.soy.types.SoyTypeRegistry
Factory function which creates a record type, given a map of fields.
getOrCreateUnionType(Collection<SoyType>) - Method in class com.google.template.soy.types.SoyTypeRegistry
Factory function which creates a union type, given the member types.
getOrCreateUnionType(SoyType...) - Method in class com.google.template.soy.types.SoyTypeRegistry
Factory function which creates a union type, given the member types.
getOriginalCommentPosition() - Method in class com.google.javascript.rhino.JSDocInfo
 
getOriginalCommentString() - Method in class com.google.javascript.rhino.JSDocInfo
Returns the original JSDoc comment string.
getOriginalMatchedNode() - Method in class com.google.javascript.refactoring.SuggestedFix
Returns the JS Compiler Node for the original node that caused this SuggestedFix to be constructed.
getOriginalNameToNewNameMap() - Method in class com.google.javascript.jscomp.VariableMap
Returns an unmodifiable mapping from original names to new names.
getOriginalPath() - Method in class com.google.javascript.jscomp.SourceFile
 
getOriginalPath() - Method in class com.google.javascript.jscomp.SourceMapInput
Gets the original location of this sourcemap file on disk.
getOriginalSources() - Method in class com.google.debugging.sourcemap.SourceMapConsumerV3
 
getOriginalSources() - Method in interface com.google.debugging.sourcemap.SourceMappingReversable
 
getOutEdges() - Method in interface com.google.javascript.jscomp.graph.DiGraph.DiGraphNode
 
getOutEdges(N) - Method in class com.google.javascript.jscomp.graph.DiGraph
Gets an immutable list of out edges of the given node.
getOutEdges(N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
getOutEdges() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph.LinkedDirectedGraphNode
 
getOuterVarPrecondition(String) - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
getOutput() - Method in class com.google.common.css.compiler.passes.CodeBuffer
Returns buffer as String.
getOutputAndGlobalScopeWrapper(boolean, String) - Method in class org.plovr.Config
 
getOutputBuffer() - Method in class com.google.common.css.compiler.passes.CodePrinter
 
getOutputCharset() - Method in class com.google.javascript.jscomp.PlovrCompilerOptions
Expand the visibility of this method from package-private to public.
getOutputCharset() - Method in class org.plovr.Config
 
getOutputFile() - Method in class org.plovr.Config
 
getOutputVarIsInited() - Method in class com.google.template.soy.shared.internal.CodeBuilder
Gets the current output variable initialization status.
getOutputVarName() - Method in class com.google.template.soy.shared.internal.CodeBuilder
Gets the current output variable name.
getOutputWrapper() - Method in class org.plovr.Config
 
getOutputWrapperMarker() - Method in class org.plovr.Config
 
getOwnerFunction() - Method in class com.google.javascript.rhino.jstype.ObjectType
Gets the owner of this if it's a function prototype.
getOwnerFunction() - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
 
getOwnerFunction() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
getOwnImplementedInterfaces() - Method in class com.google.javascript.rhino.jstype.FunctionType
Returns interfaces directly implemented by the class.
getOwnPropertyJSDocInfo(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
Gets the docInfo on the specified property on this type.
getOwnPropertyNames() - Method in class com.google.javascript.rhino.jstype.FunctionType
Includes the prototype iff someone has created it.
getOwnPropertyNames() - Method in class com.google.javascript.rhino.jstype.ObjectType
Returns the names of all the properties directly on this type.
getOwnPropertyTypeMap() - Method in class com.google.javascript.rhino.jstype.RecordType
get the map of properties to types covered in an object type
getOwnSlot(String) - Method in class com.google.javascript.jscomp.Scope
 
getOwnSlot(String) - Method in class com.google.javascript.jscomp.TypedScope
 
getOwnSlot(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
 
getOwnSlot(String) - Method in interface com.google.javascript.rhino.jstype.StaticTypedScope
Like getSlot but does not recurse into parent scopes.
getOwnSlot(String) - Method in interface com.google.javascript.rhino.StaticScope
Like getSlot but does not recurse into parent scopes.
getOwnSlot(String) - Method in class com.google.javascript.rhino.testing.AbstractStaticScope
 
getPackageName(StaticSourceFile) - Method in interface com.google.javascript.jscomp.CodingConvention
 
getPackageName(StaticSourceFile) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
getPackageName(StaticSourceFile) - Method in class com.google.javascript.jscomp.GoogleCodingConvention
getParam(String) - Method in class org.plovr.QueryData
 
getParameterCount() - Method in class com.google.javascript.rhino.JSDocInfo
Gets the number of parameters defined.
getParameterInFunction(SymbolTable.Symbol, String) - Method in class com.google.javascript.jscomp.SymbolTable
If sym is a function, try to find a Symbol for a parameter with the given name.
getParameterNames() - Method in class com.google.javascript.rhino.JSDocInfo
Returns the set of names of the defined parameters.
getParameters() - Method in class com.google.common.css.compiler.ast.CssAtRuleNode
 
getParameters() - Method in class com.google.javascript.rhino.jstype.FunctionType
 
getParametersCount() - Method in class com.google.common.css.compiler.ast.CssAtRuleNode
 
getParametersNode() - Method in class com.google.javascript.rhino.jstype.FunctionType
Gets an LP node that contains all params.
getParameterType(String) - Method in class com.google.javascript.rhino.JSDocInfo
Gets the parameter type.
getParamName() - Method in class org.plovr.docgen.TypeExpression
A "param name" is how this type should be displayed as a parameter, which may include modifiers such as "?" or "=" to describe nullability or optionality, respectively.
getParams() - Method in class com.google.template.soy.parseinfo.SoyTemplateInfo
Returns a map from each param to whether it's required for this template.
getParams() - Method in class com.google.template.soy.soytree.TemplateNode
Returns the params from template header or SoyDoc.
getParams() - Method in class org.plovr.docgen.MethodDescriptor
 
getParams() - Method in class org.plovr.QueryData
 
getParamsToRuntimeCheck(TemplateNode) - Method in class com.google.template.soy.soytree.CallBasicNode
 
getParamsToRuntimeCheck(TemplateNode) - Method in class com.google.template.soy.soytree.CallDelegateNode
 
getParamsToRuntimeCheck(TemplateNode) - Method in class com.google.template.soy.soytree.CallNode
Returns the subset of params of the callee that require runtime type checking when this node is being rendered.
getParent() - Method in class com.google.common.css.compiler.ast.CssNode
 
getParent() - Method in class com.google.javascript.jscomp.Scope
 
getParent() - Method in class com.google.javascript.jscomp.TypedScope
 
getParent() - Method in class com.google.javascript.rhino.Node
 
getParent() - Method in class com.google.template.soy.basetree.AbstractNode
 
getParent() - Method in interface com.google.template.soy.basetree.Node
Gets this node's parent.
getParent() - Method in class com.google.template.soy.exprtree.AbstractExprNode
 
getParent() - Method in interface com.google.template.soy.exprtree.ExprNode
 
getParent() - Method in class com.google.template.soy.soytree.AbstractSoyNode
 
getParent() - Method in class com.google.template.soy.soytree.CallNode
 
getParent() - Method in class com.google.template.soy.soytree.CallParamNode
 
getParent() - Method in class com.google.template.soy.soytree.CssNode
 
getParent() - Method in class com.google.template.soy.soytree.DebuggerNode
 
getParent() - Method in class com.google.template.soy.soytree.ForeachIfemptyNode
 
getParent() - Method in class com.google.template.soy.soytree.ForeachNode
 
getParent() - Method in class com.google.template.soy.soytree.ForeachNonemptyNode
 
getParent() - Method in class com.google.template.soy.soytree.ForNode
 
getParent() - Method in class com.google.template.soy.soytree.IfNode
 
getParent() - Method in class com.google.template.soy.soytree.jssrc.GoogMsgDefNode
 
getParent() - Method in class com.google.template.soy.soytree.jssrc.GoogMsgRefNode
 
getParent() - Method in class com.google.template.soy.soytree.LetNode
 
getParent() - Method in class com.google.template.soy.soytree.LogNode
 
getParent() - Method in class com.google.template.soy.soytree.MsgFallbackGroupNode
 
getParent() - Method in class com.google.template.soy.soytree.MsgHtmlTagNode
 
getParent() - Method in class com.google.template.soy.soytree.MsgPlaceholderNode
 
getParent() - Method in class com.google.template.soy.soytree.MsgPluralNode
 
getParent() - Method in class com.google.template.soy.soytree.MsgSelectNode
 
getParent() - Method in class com.google.template.soy.soytree.PrintNode
 
getParent() - Method in class com.google.template.soy.soytree.RawTextNode
 
getParent() - Method in class com.google.template.soy.soytree.SoyFileNode
 
getParent() - Method in interface com.google.template.soy.soytree.SoyNode
 
getParent() - Method in interface com.google.template.soy.soytree.SoyNode.MsgSubstUnitNode
 
getParent() - Method in interface com.google.template.soy.soytree.SoyNode.StandaloneNode
 
getParent() - Method in class com.google.template.soy.soytree.SwitchNode
 
getParent() - Method in class com.google.template.soy.soytree.TemplateNode
 
getParent() - Method in class com.google.template.soy.soytree.XidNode
 
getParentName() - Method in class com.google.common.css.compiler.ast.CssComponentNode
 
getParentNode() - Method in class com.google.javascript.jscomp.TypedVar
 
getParentNode() - Method in class com.google.javascript.jscomp.Var
 
getParentScope() - Method in class com.google.javascript.jscomp.Scope
 
getParentScope() - Method in class com.google.javascript.jscomp.SymbolTable.SymbolScope
 
getParentScope() - Method in class com.google.javascript.jscomp.TypedScope
 
getParentScope() - Method in class com.google.javascript.rhino.jstype.ObjectType
 
getParentScope() - Method in interface com.google.javascript.rhino.jstype.StaticTypedScope
Returns the scope enclosing this one or null if none.
getParentScope() - Method in interface com.google.javascript.rhino.StaticScope
Returns the scope enclosing this one or null if none.
getParentScope() - Method in class com.google.javascript.rhino.testing.AbstractStaticScope
 
getParser() - Method in class com.google.common.css.compiler.ast.AbstractGssParser
Implementations must return an empty GssParserCC object.
getParser() - Method in class com.google.common.css.compiler.ast.GssParser
 
getPartialName() - Method in class com.google.template.soy.parseinfo.SoyTemplateInfo
Returns the partial template name (starting from the last dot), e.g.
getPartialTemplateName() - Method in class com.google.template.soy.soytree.TemplateNode
Returns this template's partial name.
getPartialTemplateName() - Method in class com.google.template.soy.soytree.TemplateNodeBuilder
 
getPartition() - Method in class com.google.common.css.compiler.ast.CssPropertyNode
Gets the partition of this property.
getPartition() - Method in class com.google.common.css.compiler.ast.Property
Gets the partition of this property.
getPartitionSuperNode(N) - Method in class com.google.javascript.jscomp.graph.GraphColoring
Using the coloring as partitions, finds the node that represents that partition as the super node.
getParts() - Method in class com.google.javascript.jscomp.JsMessage.Builder
 
getParts() - Method in class com.google.template.soy.msgs.restricted.SoyMsg
Returns the parts that make up the message content.
getPathRelativeToClosureBase() - Method in class com.google.javascript.jscomp.CompilerInput
Gets the path relative to closure-base, if one is available.
getPathRelativeToClosureBase() - Method in interface com.google.javascript.jscomp.deps.DependencyInfo
Gets the path of this file relative to Closure's base.js file.
getPathRelativeToClosureBase() - Method in class com.google.javascript.jscomp.deps.SimpleDependencyInfo
 
getPathRelativeToClosureBase() - Method in class com.google.javascript.jscomp.JSModule
 
getPlaceholderName() - Method in class com.google.template.soy.msgs.restricted.SoyMsgPlaceholderPart
Returns the placeholder name (as seen by translators).
getPlaceholderName(MsgPlaceholderNode) - Method in class com.google.template.soy.soytree.MsgNode
Gets the placeholder name for a given placeholder node.
getPlaceholders() - Method in class com.google.javascript.jscomp.JsMessage.Builder
Returns the message registered placeholders
getPlainText() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.Escape
A character in the input language.
getPluginModuleNames() - Method in class org.plovr.cli.SoyWebCommandOptions
 
getPluralVarName() - Method in class com.google.template.soy.msgs.restricted.SoyMsgPluralPart
Returns the plural variable name.
getPluralVarName(MsgPluralNode) - Method in class com.google.template.soy.soytree.MsgNode
Gets the variable name associated with a given plural node.
getPort() - Method in class org.plovr.cli.ServeCommandOptions
 
getPort() - Method in class org.plovr.cli.SoyWebCommandOptions
 
getPort() - Method in class org.plovr.soy.server.Config
 
getPosition() - Method in class com.google.javascript.jscomp.parsing.parser.Scanner
 
getPositionOnEndLine() - Method in class com.google.javascript.rhino.SourcePosition
Returns the character position on the ending line.
getPositionOnStartLine() - Method in class com.google.javascript.rhino.SourcePosition
Returns the character position on the starting line.
getPossibleTargets() - Method in class com.google.javascript.jscomp.CallGraph.Callsite
Returns the possible target functions that this callsite could call.
getPossibleToBooleanOutcomes() - Method in class com.google.javascript.rhino.jstype.AllType
 
getPossibleToBooleanOutcomes() - Method in class com.google.javascript.rhino.jstype.BooleanType
 
getPossibleToBooleanOutcomes() - Method in class com.google.javascript.rhino.jstype.JSType
Computes the set of possible outcomes of the ToBoolean predicate for this type.
getPossibleToBooleanOutcomes() - Method in class com.google.javascript.rhino.jstype.NoType
 
getPossibleToBooleanOutcomes() - Method in class com.google.javascript.rhino.jstype.NullType
 
getPossibleToBooleanOutcomes() - Method in class com.google.javascript.rhino.jstype.NumberType
 
getPossibleToBooleanOutcomes() - Method in class com.google.javascript.rhino.jstype.ObjectType
 
getPossibleToBooleanOutcomes() - Method in class com.google.javascript.rhino.jstype.StringType
 
getPossibleToBooleanOutcomes() - Method in class com.google.javascript.rhino.jstype.UnionType
 
getPossibleToBooleanOutcomes() - Method in class com.google.javascript.rhino.jstype.UnknownType
 
getPossibleToBooleanOutcomes() - Method in class com.google.javascript.rhino.jstype.VoidType
 
getPrecedence() - Method in enum com.google.template.soy.exprtree.Operator
Returns this operator's precedence level.
getPrecedence() - Method in class com.google.template.soy.internal.targetexpr.TargetExpr
Returns the precedence of the top-most operator, or Integer.MAX_VALUE.
getPreciserScopeKnowingConditionOutcome(Node, FlowScope, boolean) - Method in class com.google.javascript.jscomp.type.ClosureReverseAbstractInterpreter
 
getPreciserScopeKnowingConditionOutcome(Node, FlowScope, boolean) - Method in interface com.google.javascript.jscomp.type.ReverseAbstractInterpreter
Calculates a precise version of the scope knowing the outcome of the condition.
getPreciserScopeKnowingConditionOutcome(Node, FlowScope, boolean) - Method in class com.google.javascript.jscomp.type.SemanticReverseAbstractInterpreter
 
getPreferLineBreakAtEndOfFile() - Method in class com.google.javascript.jscomp.CompilerOptions
 
getPrefix() - Method in class com.google.common.css.compiler.ast.CssRefinerNode
 
getPrefix() - Method in enum com.google.common.css.compiler.ast.CssRefinerNode.Refiner
 
getPrefixStyle() - Method in class com.google.common.css.compiler.ast.CssComponentNode
Return how the prefix strings should be handled.
getPrettyPrintedString() - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
getPrimitiveType() - Method in class com.google.javascript.rhino.jstype.EnumElementType
Gets the primitive type of this enum element.
getPrintDirective(String) - Method in class com.google.template.soy.jbcsrc.api.RenderContext
 
getPriority() - Method in enum com.google.common.css.compiler.ast.CssBooleanExpressionNode.Type
Lower numbers are lower priority.
getPriority() - Method in enum com.google.common.css.compiler.ast.CssPriorityNode.PriorityType
 
getPriority() - Method in class com.google.javascript.jscomp.ByPathWarningsGuard
 
getPriority() - Method in class com.google.javascript.jscomp.ShowByPathWarningsGuard
 
getPriority() - Method in class com.google.javascript.jscomp.StrictWarningsGuard
 
getPriority() - Method in class com.google.javascript.jscomp.WarningsGuard
The priority in which warnings guards are applied.
getPriority() - Method in class com.google.javascript.jscomp.WhitelistWarningsGuard
 
getProcessObjectPropertyString() - Method in class com.google.javascript.jscomp.PlovrCompilerOptions
 
getProductionUri() - Method in class org.plovr.ModuleConfig
 
getProgress() - Method in class com.google.javascript.jscomp.AbstractCompiler
 
getProgress() - Method in class com.google.javascript.jscomp.Compiler
 
getProp(QualifiedName) - Method in class com.google.javascript.jscomp.newtypes.EnumType
 
getProp(QualifiedName) - Method in class com.google.javascript.jscomp.newtypes.JSType
 
getprop(Node, Node) - Static method in class com.google.javascript.rhino.IR
 
getprop(Node, Node, Node...) - Static method in class com.google.javascript.rhino.IR
 
getprop(Node, String, String...) - Static method in class com.google.javascript.rhino.IR
 
getProp(int) - Method in class com.google.javascript.rhino.Node
 
GETPROP - Static variable in class com.google.javascript.rhino.Token
Token types.
getPropDeclaredType(String) - Method in class com.google.javascript.jscomp.newtypes.Namespace
 
getPropDeclaredType(String) - Method in class com.google.javascript.jscomp.newtypes.NominalType
 
getPropertiesCount() - Method in class com.google.javascript.rhino.jstype.ObjectType
Gets the number of properties of this object.
getProperty() - Method in class com.google.common.css.compiler.ast.CssPropertyNode
 
getPropertyMap() - Method in class com.google.javascript.rhino.jstype.EnumElementType
 
getPropertyMapInputFile() - Method in class org.plovr.Config
 
getPropertyMapOutputFile() - Method in class org.plovr.Config
 
getPropertyName() - Method in class com.google.common.css.compiler.ast.CssDeclarationNode
 
getPropertyName() - Method in class com.google.common.css.compiler.ast.CssPropertyNode
 
getPropertyNames() - Method in class com.google.javascript.rhino.jstype.ObjectType
Returns a list of properties defined or inferred on this type and any of its supertypes.
getPropertyNode(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
Gets the node corresponding to the definition of the specified property.
getPropertyScope() - Method in class com.google.javascript.jscomp.SymbolTable.Symbol
 
getPropertyType(String) - Method in class com.google.javascript.rhino.jstype.FunctionType
 
getPropertyType(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
Gets the property type of the property whose name is given.
getPropertyType(String) - Method in class com.google.javascript.rhino.jstype.TemplatizedType
 
getPropertyTypeMap() - Method in class com.google.javascript.rhino.jstype.FunctionType
get the map of properties to types covered in a function type
getPropertyTypeMap(ObjectType) - Static method in class com.google.javascript.rhino.jstype.JSType
get the map of properties to types covered in an object type
getPropertyTypeMap() - Method in class com.google.javascript.rhino.jstype.ObjectType
get the map of properties to types covered in an object type
getPropertyValue() - Method in class com.google.common.css.compiler.ast.CssDeclarationNode
 
getPropType() - Method in class com.google.javascript.jscomp.newtypes.EnumType
 
getPrototype() - Method in class com.google.javascript.jscomp.newtypes.NominalType
 
getPrototype() - Method in class com.google.javascript.rhino.jstype.FunctionType
Gets the prototype property of this function type.
getProtoTypes() - Method in class com.google.template.soy.parseinfo.SoyFileInfo
Returns a list of any protocol buffer types used by the templates.
getProvide() - Method in class com.google.common.css.compiler.ast.CssProvideNode
 
getProvider(String) - Method in class com.google.template.soy.data.internal.EasyDictImpl
 
getProvider(String) - Method in interface com.google.template.soy.data.SoyEasyDict
Gets a provider of a subfield value of this dict.
getProvider(int) - Method in interface com.google.template.soy.data.SoyList
Gets a provider of a value of this SoyList.
getProvider(int) - Method in class com.google.template.soy.data.SoyListData
 
getProvides() - Method in class com.google.javascript.jscomp.CompilerInput
Gets a list of types provided by this input.
getProvides() - Method in interface com.google.javascript.jscomp.deps.DependencyInfo
Gets the symbols provided by this file.
getProvides() - Method in class com.google.javascript.jscomp.deps.SimpleDependencyInfo
 
getProvides() - Method in class com.google.javascript.jscomp.JSModule
 
getProvides() - Method in class org.plovr.AbstractJsInput
 
getProvides() - Method in interface org.plovr.JsInput
 
getQualifiedName() - Method in class com.google.javascript.rhino.Node
This function takes a set of GETPROP nodes and produces a string that is each property separated by dots.
getQualifiedSlot(String) - Method in class com.google.javascript.jscomp.SymbolTable.SymbolScope
Get the slot for a fully-qualified name (e.g., "a.b.c") by trying to find property scopes at each part of the path.
getRangeArgs() - Method in class com.google.template.soy.soytree.ForNode
Returns the parsed range args.
getRawNominalType() - Method in class com.google.javascript.jscomp.newtypes.NominalType
 
getRawText() - Method in class com.google.template.soy.msgs.restricted.SoyMsgRawTextPart
Returns the raw text string.
getRawText() - Method in class com.google.template.soy.parsepasses.contextautoesc.SlicedRawTextNode.RawTextSlice
The raw text of the slice.
getRawText() - Method in class com.google.template.soy.soytree.RawTextNode
Returns the raw text string (after processing of special chars and literal blocks).
getRawTextNode() - Method in class com.google.template.soy.parsepasses.contextautoesc.SlicedRawTextNode
 
getReadableTypeName(Node) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
The nice API for this method is a single argument; dereference is a detail.
getReadableTypeName(Node) - Method in interface com.google.javascript.rhino.TypeIRegistry
 
getReadableTypeNameNoDeref(Node) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
 
getReceiverType() - Method in class com.google.javascript.jscomp.newtypes.DeclaredFunctionType
 
getRecordingSubstitutionMap() - Method in class com.google.common.css.compiler.passes.PassRunner
 
getReferencedType() - Method in class com.google.javascript.rhino.jstype.NamedType
Returns the type to which this refers (which is unknown if unresolved).
getReferencedType() - Method in class com.google.javascript.rhino.jstype.TemplatizedType
 
getReferenceList(SymbolTable.Symbol) - Method in class com.google.javascript.jscomp.SymbolTable
 
getReferenceName() - Method in interface com.google.javascript.rhino.FunctionTypeI
 
getReferenceName() - Method in class com.google.javascript.rhino.jstype.EnumElementType
 
getReferenceName() - Method in class com.google.javascript.rhino.jstype.NamedType
 
getReferenceName() - Method in class com.google.javascript.rhino.jstype.NoObjectType
 
getReferenceName() - Method in class com.google.javascript.rhino.jstype.ObjectType
Gets the reference name for this object.
getReferenceName() - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
 
getReferenceName() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
getReferenceName() - Method in class com.google.javascript.rhino.jstype.TemplateType
 
getReferenceName() - Method in class com.google.javascript.rhino.jstype.UnknownType
 
getReferences(SymbolTable.Symbol) - Method in class com.google.javascript.jscomp.SymbolTable
 
getReferences() - Method in class com.google.javascript.rhino.JSDocInfo
Returns the list of references or null if none.
getReferences(S) - Method in interface com.google.javascript.rhino.StaticSymbolTable
Returns the references that point to the given symbol.
getReferrer(HttpExchange) - Static method in class org.plovr.HttpUtil
 
getRefinerName() - Method in class com.google.common.css.compiler.ast.CssRefinerNode
 
getRefiners() - Method in class com.google.common.css.compiler.ast.CssSelectorNode
 
getRefinerType() - Method in class com.google.common.css.compiler.ast.CssRefinerNode
 
getRegexEnd() - Method in class com.google.template.soy.jssrc.internal.GenerateSoyUtilsEscapingDirectiveCode
 
getRegexEnd() - Method in class com.google.template.soy.pysrc.internal.GeneratePySanitizeEscapingDirectiveCode
 
getRegexEnd() - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
Return the syntax for ending a regex string.
getRegexpType() - Method in class com.google.javascript.jscomp.newtypes.JSTypes
 
getRegexStart() - Method in class com.google.template.soy.jssrc.internal.GenerateSoyUtilsEscapingDirectiveCode
 
getRegexStart() - Method in class com.google.template.soy.pysrc.internal.GeneratePySanitizeEscapingDirectiveCode
 
getRegexStart() - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
Return the syntax for starting a regex string.
getRegion(int) - Method in class com.google.javascript.jscomp.SourceFile
Get a region around the indicated line number.
getRegisteredGroups() - Method in class com.google.javascript.jscomp.DiagnosticGroups
Get the registered diagnostic groups, indexed by name.
getRegisteredGroups() - Method in class org.plovr.PlovrDiagnosticGroups
 
getRelativePathBase() - Method in class org.plovr.Config.Builder
Directory against which relative paths should be resolved.
getRelativeTestFilePaths(Config) - Static method in class org.plovr.TestHandler
 
getReleaseDate() - Static method in class com.google.javascript.jscomp.Compiler
Returns the compiler date baked into the jar.
getReleaseVersion() - Static method in class com.google.javascript.jscomp.Compiler
Returns the compiler version baked into the jar.
getRenamedSelectorText(SoyCssRenamingMap) - Method in class com.google.template.soy.soytree.CssNode
 
getRenamedText(SoyIdRenamingMap) - Method in class com.google.template.soy.soytree.XidNode
 
getRenamePrefixNamespace() - Method in class com.google.javascript.jscomp.CompilerOptions
 
getRenderedGoogMsgVarName() - Method in class com.google.template.soy.soytree.jssrc.GoogMsgDefNode
Returns the JS var name of the rendered goog msg.
getRenderedGoogMsgVarName() - Method in class com.google.template.soy.soytree.jssrc.GoogMsgRefNode
Returns the JS var name of the rendered goog msg.
getReplacements() - Method in class com.google.javascript.refactoring.SuggestedFix
Returns a multimap from filename to all the replacements that should be applied for this given fix.
getRepPlaceholderNode(String) - Method in class com.google.template.soy.soytree.MsgNode
Gets the representative placeholder node for a given placeholder name.
getRepPluralNode(String) - Method in class com.google.template.soy.soytree.MsgNode
Gets the representative plural node for a given plural variable name.
getRepSelectNode(String) - Method in class com.google.template.soy.soytree.MsgNode
Gets the representative select node for a given select variable name.
getRequire() - Method in class com.google.common.css.compiler.ast.CssRequireNode
 
getRequiredArity() - Method in class com.google.javascript.jscomp.newtypes.DeclaredFunctionType
 
getRequiredCssNamespaces() - Method in class com.google.template.soy.soytree.SoyFileNode
Returns the CSS namespaces required by this file (usable in any template in this file).
getRequiredCssNamespaces() - Method in class com.google.template.soy.soytree.TemplateNode
Returns required CSS namespaces.
getRequiredCssNamespaces() - Method in class com.google.template.soy.soytree.TemplateNodeBuilder
 
getRequiredInputs() - Method in class org.plovr.Manifest
 
getRequiredJsLibNames() - Method in interface com.google.template.soy.jssrc.restricted.SoyLibraryAssistedJsSrcFunction
Returns a list of Closure library names to require when this function is used.
getRequiredJsLibNames() - Method in interface com.google.template.soy.jssrc.restricted.SoyLibraryAssistedJsSrcPrintDirective
Returns a list of Closure library names to require when this directive is used.
getRequires() - Method in class com.google.javascript.jscomp.CompilerInput
Gets a list of types depended on by this input.
getRequires() - Method in interface com.google.javascript.jscomp.deps.DependencyInfo
Gets the symbols required by this file.
getRequires() - Method in class com.google.javascript.jscomp.deps.SimpleDependencyInfo
 
getRequires() - Method in class com.google.javascript.jscomp.JSModule
 
getRequires() - Method in class org.plovr.AbstractJsInput
 
getRequires() - Method in interface org.plovr.JsInput
 
getReservedCharacters() - Method in enum com.google.javascript.jscomp.AnonymousFunctionNamingPolicy
Gets characters that are reserved for use in anonymous function names and can't be used in variable or property names.
getReservedVars() - Static method in class com.google.javascript.jscomp.parsing.ParserRunner
 
getResponseParam() - Method in enum com.google.javascript.jscomp.webservice.common.Protocol.ApiKeyResponse
Name of the key as it appears in the JSON.
getResponseTag() - Method in enum com.google.javascript.jscomp.webservice.common.Protocol.ResponseTag
 
getRestFormalsType() - Method in class com.google.javascript.jscomp.newtypes.DeclaredFunctionType
 
getRestFormalsType() - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
getRestrictedTypeGivenToBooleanOutcome(boolean) - Method in class com.google.javascript.rhino.jstype.JSType
Computes the restricted type of this type knowing that the ToBoolean predicate has a specific value.
getRestrictedTypeGivenToBooleanOutcome(boolean) - Method in class com.google.javascript.rhino.jstype.UnionType
 
getRestrictedUnion(JSType) - Method in class com.google.javascript.rhino.jstype.UnionType
Returns a more restricted union type than this one, in which all subtypes of type have been removed.
getRestrictedWithoutNull(JSType) - Method in class com.google.javascript.jscomp.type.ChainableReverseAbstractInterpreter
Returns a version of type where null is not present.
getRestrictedWithoutUndefined(JSType) - Method in class com.google.javascript.jscomp.type.ChainableReverseAbstractInterpreter
Returns a version of type where undefined is not present.
getResult() - Method in class com.google.common.css.compiler.ast.CssCustomFunctionNode.CssCustomFunctionNodeProxy
getResult() - Method in class com.google.common.css.compiler.ast.CssCustomFunctionNode
 
getResult() - Method in class com.google.javascript.jscomp.Compiler
Returns the result of the compilation.
getResult() - Method in class org.plovr.Compilation
 
getReturnDescription() - Method in class com.google.javascript.rhino.JSDocInfo
Returns the description of the returned object or null if none specified.
getReturnType() - Method in class com.google.javascript.jscomp.newtypes.DeclaredFunctionType
 
getReturnType() - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
getReturnType() - Method in class com.google.javascript.rhino.JSDocInfo
Gets the return type specified by the @return annotation.
getReturnType() - Method in class com.google.javascript.rhino.jstype.FunctionType
 
getReturnType() - Method in class org.plovr.docgen.MethodDescriptor.Builder
 
getReturnType() - Method in class org.plovr.docgen.MethodDescriptor
 
getReverseAbstractInterpreter() - Method in class com.google.javascript.jscomp.AbstractCompiler
Get an interpreter for type analysis.
getReverseAbstractInterpreter() - Method in class com.google.javascript.jscomp.Compiler
 
getReverseMapping(String, int, int) - Method in class com.google.debugging.sourcemap.SourceMapConsumerV3
 
getReverseMapping(String, int, int) - Method in interface com.google.debugging.sourcemap.SourceMappingReversable
Given a source file, line, and column, return the reverse mapping (source --> target).
getRevision(String) - Static method in class org.plovr.util.VersionUtil
 
getRight() - Method in class com.google.common.css.compiler.ast.CssBooleanExpressionNode
 
getRightChild() - Method in class com.google.template.soy.exprtree.OperatorNodes.NullCoalescingOpNode
 
getRightmostName() - Method in class com.google.javascript.jscomp.newtypes.QualifiedName
 
getRoot() - Method in class com.google.common.css.compiler.ast.CssTree
 
getRoot() - Method in class com.google.javascript.jscomp.Compiler
 
getRoot() - Method in class com.google.javascript.rhino.JSTypeExpression
 
getRoot() - Method in class com.google.template.soy.exprtree.ExprRootNode
 
getRootConfigFileContent() - Method in class org.plovr.Config
 
getRootModule() - Method in class org.plovr.ModuleConfig
 
getRootModuleName() - Method in class org.plovr.Compilation
 
getRootNode() - Method in class com.google.javascript.jscomp.Scope
Gets the container node of the scope.
getRootNode() - Method in class com.google.javascript.jscomp.TypedScope
 
getRootNode() - Method in class com.google.javascript.rhino.jstype.ObjectType
 
getRootNode() - Method in interface com.google.javascript.rhino.StaticScope
Returns the root node associated with this scope.
getRootNode() - Method in class com.google.javascript.rhino.testing.AbstractStaticScope
 
getRulesetNodes() - Method in class com.google.common.css.compiler.ast.CssTree.RulesetNodesToRemove
 
getRulesetNodesToRemove() - Method in class com.google.common.css.compiler.ast.CssTree
 
getRuntime() - Method in class com.google.javascript.jscomp.PerformanceTracker
 
getRuntimePath() - Method in class com.google.template.soy.pysrc.SoyPySrcOptions
 
getScope() - Method in class com.google.common.css.compiler.ast.CssConstantReferenceNode
Returns the scope of the reference.
getScope() - Method in class com.google.javascript.jscomp.NodeTraversal
Gets the current scope.
getScope(SymbolTable.Symbol) - Method in class com.google.javascript.jscomp.SymbolTable
 
getScope() - Method in class com.google.javascript.jscomp.TypedVar
 
getScope() - Method in class com.google.javascript.jscomp.Var
 
getScope(S) - Method in interface com.google.javascript.rhino.StaticSymbolTable
Returns the scope for a given symbol.
getScopeDepth() - Method in class com.google.javascript.jscomp.SymbolTable.SymbolScope
 
getScopeRoot() - Method in class com.google.javascript.jscomp.NodeTraversal
Returns the current scope's root.
getSecond() - Method in class org.plovr.util.Pair
 
getSectionType() - Method in class com.google.debugging.sourcemap.SourceMapSection
 
getSectionValue() - Method in class com.google.debugging.sourcemap.SourceMapSection
 
getSelector() - Method in class com.google.common.css.compiler.ast.CssCombinatorNode
 
getSelectorName() - Method in class com.google.common.css.compiler.ast.CssSelectorNode
 
getSelectors() - Method in class com.google.common.css.compiler.ast.CssRulesetNode
 
getSelectorText() - Method in class com.google.template.soy.soytree.CssNode
Returns the selector text from this command.
getSelectVarName() - Method in class com.google.template.soy.msgs.restricted.SoyMsgSelectPart
Returns the select variable name.
getSelectVarName(MsgSelectNode) - Method in class com.google.template.soy.soytree.MsgNode
Gets the variable name associated with a given select node.
getServerForExchange(HttpExchange) - Method in class org.plovr.CompilationServer
Returns the server name using an incoming request to this CompilationServer.
getShorthands() - Method in class com.google.common.css.compiler.ast.Property
Returns the set of shorthand properties related to this property, or the empty set if this property is not standard.
getShouldBeFlipped() - Method in class com.google.common.css.compiler.ast.CssNode
 
getSideEffectFlags() - Method in class com.google.javascript.rhino.Node
Returns the side effects flags for this node.
getSingle(String) - Method in class com.google.template.soy.data.restricted.CollectionData
Important: Do not use outside of Soy code (treat as superpackage-private).
getSingle(String) - Method in class com.google.template.soy.data.SoyListData
Important: Do not use outside of Soy code (treat as superpackage-private).
getSingle(String) - Method in class com.google.template.soy.data.SoyMapData
Important: Do not use outside of Soy code (treat as superpackage-private).
getSingletonGetterClassName(Node) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
 
getSingletonGetterClassName(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
Checks if the given method defines a singleton getter, and if it does, returns the name of the class with the singleton getter.
getSingletonGetterClassName(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
getSize() - Method in class com.google.javascript.jscomp.PerformanceTracker
 
getSlicedRawTextNode() - Method in class com.google.template.soy.parsepasses.contextautoesc.SlicedRawTextNode.RawTextSlice
 
getSlicedRawTextNodes() - Method in class com.google.template.soy.conformance.ConformanceInput
 
getSlicedRawTextNodes() - Method in class com.google.template.soy.parsepasses.contextautoesc.ContextualAutoescaper
Maps ranges of text-nodes to contexts so that later parse passes can add attributes or elements.
getSlices() - Method in class com.google.template.soy.parsepasses.contextautoesc.SlicedRawTextNode
 
getSlot(String) - Method in class com.google.javascript.jscomp.Scope
 
getSlot(String) - Method in class com.google.javascript.jscomp.SymbolTable.SymbolScope
 
getSlot(String) - Method in class com.google.javascript.jscomp.TypedScope
 
getSlot(String) - Method in class com.google.javascript.rhino.jstype.FunctionType
 
getSlot(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
Default getSlot implementation.
getSlot(String) - Method in interface com.google.javascript.rhino.jstype.StaticTypedScope
Returns any defined slot within this scope for this name.
getSlot(String) - Method in interface com.google.javascript.rhino.StaticScope
Returns any defined slot within this scope for this name.
getSlot(String) - Method in class com.google.javascript.rhino.testing.AbstractStaticScope
 
getSlot(String) - Method in class com.google.javascript.rhino.testing.MapBasedScope
 
getSortedDependenciesOf(List<INPUT>) - Method in class com.google.javascript.jscomp.deps.SortedDependencies
Gets all the dependencies of the given roots.
getSortedList() - Method in class com.google.javascript.jscomp.deps.SortedDependencies
 
getSource() - Method in class com.google.javascript.jscomp.AbstractMessageFormatter
Get the source excerpt provider.
getSource() - Method in interface com.google.javascript.jscomp.graph.DiGraph.DiGraphEdge
 
getSource() - Method in interface com.google.javascript.rhino.FunctionTypeI
 
getSource() - Method in class com.google.javascript.rhino.jstype.EnumType
Gets the source node or null if this is an unknown enum.
getSource() - Method in class com.google.javascript.rhino.jstype.FunctionType
Gets the source node or null if this is an unknown function.
getSource() - Method in class org.plovr.LocalFileJsInput
 
getSourceCode() - Method in class com.google.common.css.compiler.ast.CssTree
 
getSourceCode() - Method in class com.google.common.css.SourceCodeLocation
 
getSourceCodeLocation() - Method in class com.google.common.css.compiler.ast.CssNode
 
getSourceCodeLocation() - Method in class com.google.common.css.SourceCodeLocationBuilder
 
getSourceExcerpt() - Method in interface com.google.javascript.jscomp.Region
Get the source region.
getSourceExcerpt() - Method in class com.google.javascript.jscomp.SimpleRegion
 
getSourceFile() - Method in class com.google.javascript.jscomp.CompilerInput
 
getSourceFile() - Method in class com.google.javascript.jscomp.JsAst
 
getSourceFile(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
 
getSourceFile() - Method in interface com.google.javascript.jscomp.SourceAst
Returns the source file the generated AST represents.
getSourceFile() - Method in class com.google.javascript.jscomp.SyntheticAst
 
getSourceFile() - Method in class com.google.javascript.jscomp.TypedVar
 
getSourceFile() - Method in class com.google.javascript.jscomp.Var
 
getSourceFile() - Method in class com.google.javascript.rhino.jstype.Property
 
getSourceFile() - Method in class com.google.javascript.rhino.jstype.SimpleReference
 
getSourceFile() - Method in interface com.google.javascript.rhino.StaticRef
The source file where the reference lives.
getSourceFileName() - Method in class com.google.javascript.jscomp.SymbolTable.Symbol
 
getSourceFileName() - Method in class com.google.javascript.rhino.Node
 
getSourceLine(String, int) - Method in class com.google.javascript.jscomp.Compiler
 
getSourceLine(String, int) - Method in interface com.google.javascript.jscomp.SourceExcerptProvider
Get the line indicated by the line number.
getSourceLine(String, int) - Method in class com.google.javascript.jscomp.testing.SimpleSourceExcerptProvider
 
getSourceLocaleString() - Method in class com.google.template.soy.msgs.SoyMsgBundleHandler.OutputFileOptions
Returns the source locale string.
getSourceLocation() - Method in exception com.google.template.soy.base.SoySyntaxException
The source location at which the error occurred or SourceLocation.UNKNOWN.
getSourceLocation() - Method in interface com.google.template.soy.basetree.Node
Returns the source location (file path and line number) for this node.
getSourceLocation() - Method in class com.google.template.soy.exprtree.AbstractExprNode
TODO(user): The quality of source locations in expression nodes is not great.
getSourceLocation() - Method in class com.google.template.soy.soytree.AbstractSoyNode
The location in the file from which this node was parsed or derived.
getSourceMap(String) - Method in interface com.google.debugging.sourcemap.SourceMapSupplier
 
getSourceMap() - Method in class com.google.javascript.jscomp.Compiler
 
getSourceMap() - Method in class com.google.javascript.jscomp.SourceMapInput
Gets the source map, reading from disk and parsing if necessary.
getSourceMapFor(Config) - Method in class org.plovr.CompilationServer
 
getSourceMapPath() - Method in class org.plovr.cli.BuildCommandOptions
 
getSourceMapping(String, int, int) - Method in class com.google.javascript.jscomp.Compiler
 
getSourceMapping(String, int, int) - Method in interface com.google.javascript.jscomp.SourceExcerptProvider
If the source file is associated with an inputSourceMap, does a lookup for the original file position based on this source map.
getSourceMapping(String, int, int) - Method in class com.google.javascript.jscomp.testing.SimpleSourceExcerptProvider
 
getSourceName() - Method in class com.google.javascript.jscomp.JsMessage
Gets the message's sourceName.
getSourceName() - Method in class com.google.javascript.jscomp.NodeTraversal
Gets the current input source name.
getSourceName(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
 
getSourceOffset() - Method in class com.google.javascript.rhino.Node
 
getSourcePaths() - Method in class com.google.template.soy.msgs.restricted.SoyMsg
Returns the location(s) of the source file(s) that this message comes from.
getSourcePosition(int) - Method in class com.google.javascript.jscomp.parsing.parser.LineNumberTable
 
getSourcePosition() - Method in class com.google.javascript.rhino.Node
 
getSourceRange(int, int) - Method in class com.google.javascript.jscomp.parsing.parser.LineNumberTable
 
getSourceRegion(String, int) - Method in class com.google.javascript.jscomp.Compiler
 
getSourceRegion(String, int) - Method in interface com.google.javascript.jscomp.SourceExcerptProvider
Get a region around the indicated line number.
getSourceRegion(String, int) - Method in class com.google.javascript.jscomp.testing.SimpleSourceExcerptProvider
 
getSourceRoot() - Method in class com.google.debugging.sourcemap.SourceMapConsumerV3
 
getSourceStringSuffix() - Method in class com.google.template.soy.exprtree.DataAccessNode
Returns the source string for the part of the expression that accesses the item - in other words, not including the base expression.
getSourceStringSuffix() - Method in class com.google.template.soy.exprtree.FieldAccessNode
Returns the source string for the part of the expression that accesses the item - in other words, not including the base expression.
getSourceStringSuffix() - Method in class com.google.template.soy.exprtree.ItemAccessNode
Returns the source string for the part of the expression that accesses the item - in other words, not including the base expression.
getSoyDoc() - Method in class com.google.template.soy.soytree.TemplateNode
Returns the SoyDoc, or null.
getSoyDocDesc() - Method in class com.google.template.soy.soytree.TemplateNode
Returns the description portion of the SoyDoc (before @param tags), or null.
getSoyFileHeaderInfo() - Method in class com.google.template.soy.soytree.TemplateNode
Returns info from the containing Soy file's header declarations.
getSoyFileKind() - Method in class com.google.template.soy.base.internal.AbstractSoyFileSupplier
 
getSoyFileKind() - Method in interface com.google.template.soy.base.internal.SoyFileSupplier
Returns the kind of this input Soy file.
getSoyFileKind() - Method in class com.google.template.soy.soytree.SoyFileNode
Returns the kind of this Soy file.
getSoyFunctionPlugins() - Method in class org.plovr.Config
 
getSoyGlobalValue() - Method in interface com.google.template.soy.data.SoyGlobalsValue
Returns the Soy Value to Soy Globals.
getSoyListItem(List<SoyValueProvider>, long) - Static method in class com.google.template.soy.jbcsrc.runtime.Runtime
 
getSoyMapItem(SoyMap, SoyValue) - Static method in class com.google.template.soy.jbcsrc.runtime.Runtime
 
getSoyMsg(long) - Method in class com.google.template.soy.jbcsrc.api.RenderContext
Returns the SoyMsg associated with the msgId or the fallback (aka english) translation if there is no such message.
getSoyMsgBundleForLocale(Locale) - Method in interface com.google.template.soy.msgs.SoyMsgBundleLoader
Gets the Message bundle for a particular locale.
getSoyTree() - Method in class com.google.template.soy.conformance.ConformanceInput
 
getSoyUseInjectedData() - Method in class org.plovr.Config
 
getSpecificity() - Method in class com.google.common.css.compiler.ast.CssAttributeSelectorNode
 
getSpecificity() - Method in class com.google.common.css.compiler.ast.CssClassSelectorNode
 
getSpecificity() - Method in class com.google.common.css.compiler.ast.CssIdSelectorNode
 
getSpecificity() - Method in class com.google.common.css.compiler.ast.CssPseudoClassNode
Returns the specificity of this pseudo-class or an old pseudo-element starting with a single colon.
getSpecificity() - Method in class com.google.common.css.compiler.ast.CssPseudoElementNode
 
getSpecificity() - Method in class com.google.common.css.compiler.ast.CssRefinerNode
 
getSpecificity() - Method in class com.google.common.css.compiler.ast.CssSelectorNode
 
getSrcCalleeName() - Method in class com.google.template.soy.soytree.CallBasicNode
Returns the callee name string as it appears in the source code.
getStart() - Method in class com.google.javascript.jscomp.parsing.parser.Token
 
getStartContextForContentKind(SanitizedContent.ContentKind) - Static method in class com.google.template.soy.parsepasses.contextautoesc.Context
Returns the autoescape Context that produces sanitized content of the given SanitizedContent.ContentKind.
getStartLine() - Method in class com.google.javascript.rhino.SourcePosition
Returns the starting line number of this position.
getStartOffset() - Method in class com.google.template.soy.parsepasses.contextautoesc.SlicedRawTextNode.RawTextSlice
The start offset (inclusive) into the text node's text.
getStartPosition() - Method in class com.google.javascript.refactoring.CodeReplacement
Returns the start position within the file that the modification should be applied starting at.
getStaticMethods() - Method in class org.plovr.docgen.ClassDescriptor
 
getStaticSourceFile() - Method in class com.google.javascript.rhino.Node
Returns the source file associated with this input.
getStaticValue() - Method in class com.google.template.soy.internal.i18n.BidiGlobalDir
The "static" bidi global direction, as an integer: ltr=1, rtl=-1.
getStats() - Method in class com.google.javascript.jscomp.PerformanceTracker
 
getStep() - Method in class com.google.common.css.compiler.ast.CssForLoopRuleNode
 
getStereoReset() - Method in class com.google.template.soy.internal.i18n.BidiFormatter
 
getString() - Method in class com.google.javascript.rhino.Node
Can only be called when node has String context.
getString() - Method in class com.google.javascript.rhino.Node.TypeDeclarationNode
returns the string content.
getString(String) - Method in class com.google.template.soy.data.restricted.CollectionData
Precondition: The specified key string is the path to a string.
getString(int) - Method in class com.google.template.soy.data.SoyListData
Precondition: The specified index contains a string.
getStyle() - Method in class com.google.javascript.jscomp.CssRenamingMap.ByPart
 
getStyle() - Method in class com.google.javascript.jscomp.CssRenamingMap.ByWhole
 
getStyle() - Method in interface com.google.javascript.jscomp.CssRenamingMap
 
getSubnamespace(QualifiedName) - Method in class com.google.javascript.jscomp.newtypes.Namespace
 
getSubTypes() - Method in interface com.google.javascript.rhino.FunctionTypeI
 
getSubTypes() - Method in class com.google.javascript.rhino.jstype.FunctionType
Returns a list of types that are subtypes of this type.
GetSuffix(int) - Method in interface com.google.common.css.compiler.ast.CharStream
Returns an array of characters that make up the suffix of length 'len' for the currently matched token.
getSuffix() - Method in class com.google.common.css.compiler.ast.CssRefinerNode
 
getSuffix() - Method in enum com.google.common.css.compiler.ast.CssRefinerNode.Refiner
 
GetSuffix(int) - Method in class com.google.common.css.compiler.ast.StringCharStream
Returns an array of characters that make up the suffix of length 'len' for the currently matched token.
GetSuffix(int) - Method in class com.google.template.soy.exprparse.SimpleCharStream
Get the suffix.
getSuffix(Context) - Static method in class com.google.template.soy.parsepasses.contextautoesc.DerivedTemplateUtils
The suffix as described above.
GetSuffix(int) - Method in class com.google.template.soy.soyparse.SimpleCharStream
Get the suffix.
GetSuffix(int) - Method in class com.google.template.soy.types.parse.SimpleCharStream
Get the suffix.
getSuperClass() - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
getSuperClass() - Method in class org.plovr.docgen.ClassDescriptor.Builder
 
getSuperClass() - Method in class org.plovr.docgen.ClassDescriptor
 
getSuperClassConstructor() - Method in class com.google.javascript.rhino.jstype.FunctionType
Given a constructor or an interface type, get its superclass constructor or null if none exists.
getSuperPrototype() - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
getSuppressions() - Method in class com.google.javascript.rhino.JSDocInfo
Returns the set of suppressed warnings.
getSymbol() - Method in enum com.google.common.css.compiler.ast.CssAttributeSelectorNode.MatchType
 
getSymbol() - Method in class com.google.javascript.jscomp.TypedVar
 
getSymbol() - Method in class com.google.javascript.jscomp.Var
 
getSymbol() - Method in class com.google.javascript.rhino.jstype.Property
 
getSymbol() - Method in class com.google.javascript.rhino.jstype.SimpleReference
 
getSymbol() - Method in interface com.google.javascript.rhino.jstype.StaticTypedRef
The variable that this reference points to.
getSymbol() - Method in interface com.google.javascript.rhino.StaticRef
The variable that this reference points to.
getSymbolDeclaredBy(FunctionType) - Method in class com.google.javascript.jscomp.SymbolTable
Gets the symbol for the given constructor or interface.
getSymbolDeclaredBy(EnumType) - Method in class com.google.javascript.jscomp.SymbolTable
Gets the symbol for the given enum.
getSymbolForInstancesOf(SymbolTable.Symbol) - Method in class com.google.javascript.jscomp.SymbolTable
Gets the symbol for the prototype if this is the symbol for a constructor or interface.
getSymbolForInstancesOf(FunctionType) - Method in class com.google.javascript.jscomp.SymbolTable
Gets the symbol for the prototype of the given constructor or interface.
getSymbolForScope(SymbolTable.SymbolScope) - Method in class com.google.javascript.jscomp.SymbolTable
All local scopes are associated with a function, and some functions are associated with a symbol.
getSyntax() - Method in enum com.google.template.soy.exprtree.Operator
Returns the canonical syntax for this operator, including spacing.
getSyntaxVersionBound() - Method in class com.google.template.soy.basetree.AbstractNode
 
getSyntaxVersionBound() - Method in interface com.google.template.soy.basetree.Node
Returns a pair (syntaxVersion, reasonStr), where the first item is the lowest known upper bound (exclusive!) for the syntax version of this node, and the second item is a user-friendly explanation of the reason for the bound.
getTabSize() - Method in interface com.google.common.css.compiler.ast.CharStream
 
getTabSize() - Method in class com.google.common.css.compiler.ast.StringCharStream
 
getTabSize(int) - Method in class com.google.template.soy.exprparse.SimpleCharStream
 
getTabSize(int) - Method in class com.google.template.soy.soyparse.SimpleCharStream
 
getTabSize(int) - Method in class com.google.template.soy.types.parse.SimpleCharStream
 
getTagName() - Method in enum com.google.template.soy.shared.restricted.TagWhitelist.OptionalSafeTag
 
getTagString() - Method in class com.google.template.soy.soytree.CallNode
 
getTagString() - Method in class com.google.template.soy.soytree.CallParamValueNode
 
getTagString() - Method in class com.google.template.soy.soytree.PrintNode
 
getTagString() - Method in interface com.google.template.soy.soytree.SoyNode.CommandNode
Builds a Soy tag string that could be the Soy tag for this node.
getTargetLocaleString() - Method in class com.google.template.soy.msgs.SoyMsgBundleHandler.OutputFileOptions
Returns the target locale string.
getTemplateCode() - Method in class org.plovr.AbstractJsInput
 
getTemplateCode() - Method in interface org.plovr.JsInput
 
getTemplateCode() - Method in class org.plovr.SoyFile
 
getTemplateContentKind(String) - Method in class com.google.template.soy.jbcsrc.api.CompiledTemplates
Returns the strict content type of the template.
getTemplateEndContext(String) - Method in class com.google.template.soy.parsepasses.contextautoesc.ContextualAutoescaper
Null if no typing has been done for the named template, or otherwise the context after a call to the named template.
getTemplateFactory(String) - Method in class com.google.template.soy.jbcsrc.api.CompiledTemplates
Returns a factory for the given fully qualified template name.
getTemplateKeys() - Method in class com.google.javascript.rhino.jstype.TemplateTypeMap
Returns a list of all template keys.
getTemplateName() - Method in exception com.google.template.soy.base.SoySyntaxException
The name of the template in which the problem occurred or null if not known.
getTemplateName() - Method in class com.google.template.soy.soytree.TemplateNode
Returns this template's name.
getTemplateName() - Method in class com.google.template.soy.soytree.TemplateNodeBuilder
 
getTemplateName() - Method in class org.plovr.cli.SoyWebCommandOptions
 
getTemplateName() - Method in exception org.plovr.PlovrSoySyntaxException
 
getTemplateNameForUserMsgs() - Method in class com.google.template.soy.soytree.TemplateNode
Returns a template name suitable for display in user msgs.
getTemplateNameForUserMsgs() - Method in class com.google.template.soy.soytree.TemplateNodeBuilder
Returns a template name suitable for display in user msgs.
getTemplateNodeToMatchMap() - Method in class com.google.javascript.jscomp.TemplateAstMatcher
Returns a map from named template Nodes (such as parameters or local variables) to Nodes that were matches from the last matched template.
getTemplateNodeToMatchMap() - Method in class com.google.javascript.refactoring.JsSourceMatcher
Returns a map from named template node strings to Nodes that were the equivalent matches from the last matched template.
getTemplates() - Method in class com.google.template.soy.parseinfo.SoyFileInfo
Returns the list of templates in this Soy file.
getTemplateToRender() - Method in class org.plovr.soy.server.Config
 
getTemplateType(TemplateType) - Method in class com.google.javascript.rhino.jstype.TemplateTypeMap
Returns the JSType value associated with the specified template key.
getTemplateTypeKeyByName(String) - Method in class com.google.javascript.rhino.jstype.TemplateTypeMap
 
getTemplateTypeMap() - Method in class com.google.javascript.rhino.jstype.JSType
Returns the template type map associated with this type.
getTemplateTypeMap() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
getTemplateTypeMap() - Method in class com.google.javascript.rhino.jstype.TemplatizedType
 
getTemplateTypeNames() - Method in class com.google.javascript.rhino.JSDocInfo
Gets the template type name.
getTemplateTypes() - Method in class com.google.javascript.rhino.jstype.ObjectType
Gets the declared default element type.
getTemplateTypes() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
getTemplateTypes() - Method in class com.google.javascript.rhino.jstype.TemplatizedType
 
GETTER_DEF - Static variable in class com.google.javascript.rhino.Token
Token types.
getTestExcludePaths() - Method in class org.plovr.Config
 
getTestFile(String) - Method in class org.plovr.Config
 
getTestTemplate() - Method in class org.plovr.Config
 
getText() - Method in class com.google.template.soy.internal.targetexpr.TargetExpr
Returns the expression text.
getText() - Method in class com.google.template.soy.soytree.XidNode
Returns the text of the identifier.
getThisAndAllDependencies() - Method in class com.google.javascript.jscomp.JSModule
Returns this module and all of its dependencies in one list.
getThisType() - Method in class com.google.javascript.jscomp.newtypes.DeclaredFunctionType
 
getThisType() - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
getThisType() - Method in class com.google.javascript.rhino.JSDocInfo
Gets the type specified by the @this annotation.
getThrownTypes() - Method in class com.google.javascript.rhino.JSDocInfo
Returns the list of thrown types.
getTimeout() - Method in class org.plovr.cli.TestCommandOptions
 
getTo() - Method in class com.google.common.css.compiler.ast.CssForLoopRuleNode
 
getToken(int) - Method in class com.google.common.css.compiler.ast.GssParserCC
Get the specific Token.
getToken(int) - Method in class com.google.template.soy.exprparse.ExpressionParser
Get the specific Token.
getToken(int) - Method in class com.google.template.soy.soyparse.SoyFileParser
Get the specific Token.
getToken(int) - Method in class com.google.template.soy.soyparse.TemplateParser
Get the specific Token.
getToken(int) - Method in class com.google.template.soy.types.parse.TypeParser
Get the specific Token.
getTokenString() - Method in enum com.google.template.soy.exprtree.Operator
Returns this operator's token.
getTokenType(String) - Static method in enum com.google.javascript.jscomp.parsing.parser.Keywords
 
getTopDefiningInterface(ObjectType, String) - Static method in class com.google.javascript.rhino.jstype.FunctionType
Given an interface and a property, finds the top-most super interface that has the property defined (including this interface).
getTopMostDefiningType(String) - Method in class com.google.javascript.rhino.jstype.FunctionType
Given a constructor or an interface type and a property, finds the top-most superclass that has the property defined (including this constructor).
getTopScope() - Method in class com.google.javascript.jscomp.AbstractCompiler
Gets the top scope.
getTopScope() - Method in class com.google.javascript.jscomp.Compiler
 
getTracerMode() - Method in class com.google.javascript.jscomp.CompilerOptions
 
getTrackLineColumn() - Method in interface com.google.common.css.compiler.ast.CharStream
 
getTrackLineColumn() - Method in class com.google.common.css.compiler.ast.StringCharStream
 
getTransitiveIjParamsForTemplate(String) - Method in interface com.google.template.soy.jbcsrc.api.SoySauce
Returns the transitive set of $ij params needed to render this template.
getTransitiveIjParamsForTemplate(String) - Method in class com.google.template.soy.jbcsrc.api.SoySauceImpl
 
getTranslationClass() - Method in class com.google.template.soy.pysrc.SoyPySrcOptions
 
getTreatWarningsAsErrors() - Method in class org.plovr.Config
 
getTree() - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
getTweakProcessing() - Method in class com.google.javascript.jscomp.CompilerOptions
 
getTweakReplacements() - Method in class com.google.javascript.jscomp.CompilerOptions
Returns the map of tweak replacements.
getType() - Method in class com.google.common.css.compiler.ast.CssAtRuleNode
 
getType() - Method in class com.google.common.css.compiler.ast.CssBooleanExpressionNode
 
getType() - Method in class com.google.common.css.compiler.ast.CssStringNode
 
getType() - Method in class com.google.javascript.jscomp.JSError
 
getType() - Method in class com.google.javascript.jscomp.newtypes.Typedef
 
getType(String) - Method in class com.google.javascript.jscomp.newtypes.TypeEnv
 
getType() - Method in class com.google.javascript.jscomp.TypedVar
Gets this variable's type.
getType() - Method in class com.google.javascript.rhino.JSDocInfo
Gets the type specified by the @type annotation.
getType() - Method in class com.google.javascript.rhino.JSDocInfo.Marker
Gets the position information for the type expression found in some block tags, like "@param" and "@return".
getType(String) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Looks up a type by name.
getType(StaticTypedScope<JSType>, String, String, int, int) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Looks up a type by name.
getType() - Method in class com.google.javascript.rhino.jstype.Property
 
getType() - Method in class com.google.javascript.rhino.jstype.SimpleSlot
 
getType() - Method in interface com.google.javascript.rhino.jstype.StaticTypedSlot
Returns the type information, if any, for this slot.
getType() - Method in class com.google.javascript.rhino.Node
 
getType(String) - Method in interface com.google.javascript.rhino.TypeIRegistry
 
getType() - Method in class com.google.template.soy.exprtree.AbstractParentExprNode
 
getType() - Method in class com.google.template.soy.exprtree.BooleanNode
 
getType() - Method in interface com.google.template.soy.exprtree.ExprNode
Gets the data type of this node.
getType() - Method in class com.google.template.soy.exprtree.FloatNode
 
getType() - Method in class com.google.template.soy.exprtree.GlobalNode
 
getType() - Method in class com.google.template.soy.exprtree.IntegerNode
 
getType() - Method in class com.google.template.soy.exprtree.NullNode
 
getType() - Method in class com.google.template.soy.exprtree.StringNode
 
getType() - Method in class com.google.template.soy.exprtree.VarNode
 
getType() - Method in class com.google.template.soy.exprtree.VarRefNode
 
getType() - Method in class com.google.template.soy.msgs.restricted.SoyMsgPluralCaseSpec
Get the type.
getType(String, SoyTypeRegistry) - Method in interface com.google.template.soy.types.SoyTypeProvider
Given a fully-qualified name of a type, return the SoyType that describes this type, or null if this type provider does not have a definition for the requested type.
getType(String) - Method in class com.google.template.soy.types.SoyTypeRegistry
Look up a type by name.
getTypedef() - Method in class com.google.javascript.jscomp.newtypes.Declaration
 
getTypedefType() - Method in class com.google.javascript.rhino.JSDocInfo
Gets the typedef type specified by the @type annotation.
getTypedPercent() - Method in class com.google.javascript.jscomp.BasicErrorManager
 
getTypedPercent() - Method in interface com.google.javascript.jscomp.ErrorManager
Gets the percentage of typed expressions.
getTypedPercent() - Method in class org.plovr.Compilation
 
getTypedScope() - Method in class com.google.javascript.jscomp.NodeTraversal
 
getTypedScopeCreator() - Method in class com.google.javascript.jscomp.Compiler
 
getTypeExpr() - Method in class com.google.javascript.jscomp.newtypes.EnumType
 
getTypeExpr() - Method in class com.google.javascript.jscomp.newtypes.Typedef
 
getTypeExpression() - Method in class org.plovr.docgen.ParamDescriptor.Builder
 
getTypeExpression() - Method in class org.plovr.docgen.ParamDescriptor
 
getTypeExprForErrorReporting() - Method in class com.google.javascript.jscomp.newtypes.EnumType
 
getTypeExprForErrorReporting() - Method in class com.google.javascript.jscomp.newtypes.Typedef
 
getTypeForContentKind(SanitizedContent.ContentKind) - Static method in class com.google.template.soy.types.primitive.SanitizedType
Given a content kind, return the corresponding soy type.
getTypeI() - Method in class com.google.javascript.rhino.Node
 
getTypeIfRefinable(Node, FlowScope) - Method in class com.google.javascript.jscomp.type.ChainableReverseAbstractInterpreter
Returns the type of a node in the given scope if the node corresponds to a name whose type is capable of being refined.
getTypeIRegistry() - Method in class com.google.javascript.jscomp.AbstractCompiler
 
getTypeIRegistry() - Method in class com.google.javascript.jscomp.Compiler
 
getTypeNodes() - Method in class com.google.javascript.rhino.JSDocInfo
Returns a collection of all type nodes that are a part of this JSDocInfo.
getTypeOfSimpleDecl() - Method in class com.google.javascript.jscomp.newtypes.Declaration
 
getTypeOfThis() - Method in class com.google.javascript.jscomp.SymbolTable.SymbolScope
 
getTypeOfThis() - Method in class com.google.javascript.jscomp.TypedScope
Gets the type of this in the current scope.
getTypeOfThis() - Method in interface com.google.javascript.rhino.FunctionTypeI
 
getTypeOfThis() - Method in class com.google.javascript.rhino.jstype.FunctionType
Gets the type of this in this function.
getTypeOfThis() - Method in class com.google.javascript.rhino.jstype.ObjectType
 
getTypeOfThis() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
getTypeOfThis() - Method in interface com.google.javascript.rhino.jstype.StaticTypedScope
Returns the expected type of this in the current scope.
getTypeOfThis() - Method in class com.google.javascript.rhino.testing.AbstractStaticScope
 
getTypeParameters() - Method in class com.google.javascript.jscomp.newtypes.DeclaredFunctionType
 
getTypeParameters() - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
getTypeRegistry() - Method in class com.google.javascript.jscomp.AbstractCompiler
Gets a central registry of type information from the compiled JS.
getTypeRegistry() - Method in class com.google.javascript.jscomp.Compiler
 
getTypeRegistry() - Method in class com.google.template.soy.types.SoyTypeOps
 
getTypes() - Method in class com.google.javascript.jscomp.DiagnosticGroup
Returns an iterable over all the types in this group.
getTypesUnderEquality(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
Computes the subset of this and that types if equality is observed.
getTypesUnderEquality(JSType) - Method in class com.google.javascript.rhino.jstype.UnionType
 
getTypesUnderInequality(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
Computes the subset of this and that types if inequality is observed.
getTypesUnderInequality(JSType) - Method in class com.google.javascript.rhino.jstype.UnionType
 
getTypesUnderShallowEquality(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
Computes the subset of this and that types under shallow equality.
getTypesUnderShallowInequality(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
Computes the subset of this and that types under shallow inequality.
getTypesUnderShallowInequality(JSType) - Method in class com.google.javascript.rhino.jstype.UnionType
 
getTypeTransformation() - Method in class com.google.javascript.rhino.jstype.TemplateType
 
getTypeTransformationAst() - Method in class com.google.javascript.jscomp.parsing.TypeTransformationParser
 
getTypeTransformations() - Method in class com.google.javascript.rhino.JSDocInfo
Gets the type transformations.
getTypeVar() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
getUndirectedGraphEdges(N, N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
getUndirectedGraphNode(N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
getUndirectedGraphNode(N) - Method in class com.google.javascript.jscomp.graph.UndiGraph
 
getUndirectedGraphNodes() - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
getUnicodeDir(String, boolean) - Static method in class com.google.template.soy.internal.i18n.BidiUtils
Returns the directionality of a string as defined by the UBA's rules P2 and P3, i.e.
getUnicodeDir(String) - Static method in class com.google.template.soy.internal.i18n.BidiUtils
Like BidiUtils.getUnicodeDir(String, boolean), but assumes str is not HTML or HTML-escaped.
getUniqueFunctionWithName(String) - Method in class com.google.javascript.jscomp.CallGraph
Finds a function with the given name.
getUniqueVarName() - Method in class com.google.template.soy.soytree.LetNode
Gets a unique version of the local var name (e.g.
getUnit() - Method in class com.google.common.css.compiler.ast.CssNumericNode
 
getUnknownLocation() - Static method in class com.google.common.css.SourceCodeLocation
Returns an unknown location.
getUnknownTypesMap() - Method in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc
 
getUnscopedProvider() - Static method in class com.google.template.soy.shared.internal.GuiceSimpleScope
Returns a provider that always throws exception complaining that the object in question must be seeded before it can be injected.
getUsedIjParams() - Method in class com.google.template.soy.parseinfo.SoyTemplateInfo
Returns the set of injected params used by this template (or a transitive callee).
getUsedIjParamsForTemplate(SoyTemplateInfo) - Method in class com.google.template.soy.tofu.internal.BaseTofu
 
getUsedIjParamsForTemplate(String) - Method in class com.google.template.soy.tofu.internal.BaseTofu
 
getUsedIjParamsForTemplate(SoyTemplateInfo) - Method in interface com.google.template.soy.tofu.SoyTofu
Gets the set of injected param keys used by a template (and its transitive callees).
getUsedIjParamsForTemplate(String) - Method in interface com.google.template.soy.tofu.SoyTofu
Gets the set of injected param keys used by a template (and its transitive callees).
getUseGoogIsRtlForBidiGlobalDir() - Method in class com.google.template.soy.jssrc.SoyJsSrcOptions
Returns whether to determine the bidi global direction at template runtime by evaluating goog.i18n.bidi.IS_RTL.
getUserSuppliedPhName() - Method in class com.google.template.soy.soytree.CallNode
 
getUserSuppliedPhName() - Method in class com.google.template.soy.soytree.MsgHtmlTagNode
 
getUserSuppliedPhName() - Method in class com.google.template.soy.soytree.PrintNode
 
getUserSuppliedPhName() - Method in interface com.google.template.soy.soytree.SoyNode.MsgPlaceholderInitialNode
Gets the user-supplied placeholder name, or null if not supplied or not applicable.
getValidArgsSizes() - Method in class com.google.template.soy.basicdirectives.BasicEscapeDirective
 
getValidArgsSizes() - Method in class com.google.template.soy.basicdirectives.InsertWordBreaksDirective
 
getValidArgsSizes() - Method in class com.google.template.soy.coredirectives.EscapeHtmlDirective
 
getValidArgsSizes() - Method in class com.google.template.soy.coredirectives.IdDirective
 
getValidArgsSizes() - Method in class com.google.template.soy.coredirectives.NoAutoescapeDirective
 
getValidArgsSizes() - Method in interface com.google.template.soy.shared.restricted.SoyFunction
Gets the set of valid args list sizes.
getValidArgsSizes() - Method in interface com.google.template.soy.shared.restricted.SoyPrintDirective
Gets the set of valid args list sizes.
getValidArgsSizes() - Method in class org.plovr.soy.function.SubstringFunction
 
getValue() - Method in class com.google.common.css.compiler.ast.CssAttributeSelectorNode
 
getValue() - Method in class com.google.common.css.compiler.ast.CssFunctionNode
Print the node instead of null when this node is a parameter.
getValue() - Method in class com.google.common.css.compiler.ast.CssValueNode
 
getValue() - Method in class com.google.common.css.compiler.ast.Token
An optional attribute value of the Token.
getValue() - Method in interface com.google.javascript.jscomp.graph.Graph.GraphEdge
Retrieves the edge's value.
getValue() - Method in interface com.google.javascript.jscomp.graph.GraphNode
Retrieves the node's value.
getValue() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph.LinkedDirectedGraphNode
 
getValue() - Method in enum com.google.javascript.jscomp.WarningsGuard.Priority
 
getValue() - Method in enum com.google.javascript.jscomp.webservice.common.Protocol.ApiKeyResponse
 
getValue() - Method in enum com.google.javascript.jscomp.webservice.common.Protocol.CompilationLevelKey
 
getValue() - Method in enum com.google.javascript.jscomp.webservice.common.Protocol.FormattingKey
 
getValue() - Method in enum com.google.javascript.jscomp.webservice.common.Protocol.OutputFormatKey
 
getValue() - Method in enum com.google.javascript.jscomp.webservice.common.Protocol.OutputInfoKey
 
getValue() - Method in interface com.google.javascript.jscomp.webservice.common.Protocol.ProtocolEnum
 
getValue() - Method in enum com.google.javascript.jscomp.webservice.common.Protocol.RequestKey
 
getValue() - Method in enum com.google.javascript.jscomp.webservice.common.Protocol.ResponseTag
 
getValue() - Method in enum com.google.javascript.jscomp.webservice.common.Protocol.WarningLevelKey
 
getValue() - Method in class com.google.template.soy.data.restricted.BooleanData
Returns the boolean value.
getValue() - Method in class com.google.template.soy.data.restricted.FloatData
Returns the float value.
getValue() - Method in class com.google.template.soy.data.restricted.IntegerData
Returns the integer value.
getValue() - Method in class com.google.template.soy.data.restricted.StringData
Returns the string value.
getValue() - Method in class com.google.template.soy.exprparse.Token
An optional attribute value of the Token.
getValue() - Method in class com.google.template.soy.exprtree.BooleanNode
Returns the boolean value.
getValue() - Method in class com.google.template.soy.exprtree.FloatNode
Returns the float value.
getValue() - Method in class com.google.template.soy.exprtree.IntegerNode
Returns the integer value.
getValue() - Method in class com.google.template.soy.exprtree.Operator.Token
Returns this token's string literal.
getValue() - Method in class com.google.template.soy.exprtree.StringNode
Returns the string value.
getValue() - Method in class com.google.template.soy.soyparse.Token
An optional attribute value of the Token.
getValue() - Method in class com.google.template.soy.types.parse.Token
An optional attribute value of the Token.
getValue(String) - Method in interface com.google.template.soy.types.SoyEnumType
Given the name of an enum member, return the integer value of that member.
getValueExpr() - Method in class com.google.template.soy.soytree.LetValueNode
Returns the value expression that the variable is set to.
getValueExprText() - Method in class com.google.template.soy.soytree.CallParamValueNode
Returns the expression text for the param value.
getValueExprUnion() - Method in class com.google.template.soy.soytree.CallParamValueNode
Returns the parsed expression for the param value.
getValueFilter() - Method in class com.google.template.soy.shared.restricted.EscapingConventions.CrossLanguageStringXform
Null if the escaper accepts all strings as inputs, or otherwise a regular expression that accepts only strings that can be escaped by this escaper.
getValues() - Method in class com.google.common.css.compiler.ast.CssCompositeValueNode
 
getValueType() - Method in class com.google.template.soy.types.aggregate.MapType
Returns the type for values in this map.
getValueWithMappings(String) - Method in interface com.google.common.css.MultipleMappingSubstitutionMap
Like an ordinary SubstitutionMap, this returns a value to substitute for the specified key.
getValueWithMappings(String) - Method in class com.google.common.css.SplittingSubstitutionMap
 
getVar(String) - Method in class com.google.javascript.jscomp.Scope
Returns the variable, may be null
getVar(String) - Method in class com.google.javascript.jscomp.TypedScope
 
getVar() - Method in class com.google.template.soy.soytree.ForeachNonemptyNode
 
getVar() - Method in class com.google.template.soy.soytree.ForNode
 
getVar() - Method in class com.google.template.soy.soytree.LetNode
Get the local variable defined by this node.
getVar() - Method in interface com.google.template.soy.soytree.SoyNode.LocalVarNode
Returns the variable definition.
getVarCount() - Method in class com.google.javascript.jscomp.Scope
Returns number of variables in this scope
getVarCount() - Method in class com.google.javascript.jscomp.TypedScope
 
getVariableMapInputFile() - Method in class org.plovr.Config
 
getVariableMapOutputFile() - Method in class org.plovr.Config
 
getVariableName() - Method in class com.google.common.css.compiler.ast.CssForLoopRuleNode
 
getVarName() - Method in class com.google.template.soy.soytree.ForeachNonemptyNode
 
getVarName() - Method in class com.google.template.soy.soytree.ForNode
 
getVarName() - Method in class com.google.template.soy.soytree.jssrc.GoogMsgDefNode
 
getVarName() - Method in class com.google.template.soy.soytree.LetContentNode
Return The local variable name (without preceding '$').
getVarName() - Method in class com.google.template.soy.soytree.LetValueNode
Return The local variable name (without preceding '$').
getVarName() - Method in interface com.google.template.soy.soytree.SoyNode.LocalVarNode
Returns the name of this node's local variable (without the preceding '$').
getVarNameToRepNodeMap() - Method in class com.google.template.soy.soytree.MsgNode
Getter for the generated map from substitution unit var name to representative node.
getVars() - Method in class com.google.javascript.jscomp.Scope
Return an iterator over all of the variables declared in this scope.
getVars() - Method in class com.google.javascript.jscomp.TypedScope
 
getVendor() - Method in class com.google.common.css.compiler.ast.Property
 
getVersion() - Method in class com.google.javascript.rhino.JSDocInfo
Returns the version or null if none.
getVersion() - Method in interface com.google.template.soy.base.internal.SoyFileSupplier
Returns the version of the Soy file read.
getVersion() - Method in class com.google.template.soy.base.internal.StableSoyFileSupplier
 
getVersion() - Method in class com.google.template.soy.base.internal.VolatileSoyFileSupplier
 
getVisibility() - Method in class com.google.javascript.jscomp.SymbolTable.Symbol
 
getVisibility() - Method in class com.google.javascript.rhino.JSDocInfo
Gets the visibility specified by @private, @protected or @public annotation.
getVisibility() - Method in class com.google.template.soy.soytree.TemplateNode
Returns the visibility of this template.
getVisitController() - Method in class com.google.common.css.compiler.ast.CssNode
 
getVisitController() - Method in class com.google.common.css.compiler.ast.CssTree
 
getWarning() - Method in class com.google.common.css.compiler.ast.Property
 
getWarningCount() - Method in class com.google.javascript.jscomp.BasicErrorManager
 
getWarningCount() - Method in class com.google.javascript.jscomp.Compiler
Gets the number of warnings.
getWarningCount() - Method in interface com.google.javascript.jscomp.ErrorManager
Gets the number of reported warnings.
getWarningLevel() - Method in class org.plovr.Config
 
getWarnings() - Method in class com.google.common.css.compiler.ast.AccessibleErrorManager
 
getWarnings() - Method in class com.google.javascript.jscomp.BasicErrorManager
 
getWarnings() - Method in class com.google.javascript.jscomp.Compiler
Returns the array of warnings (never null).
getWarnings() - Method in interface com.google.javascript.jscomp.ErrorManager
Gets all the warnings.
getWarnings() - Method in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc
 
getWebDriverFactories() - Method in class org.plovr.Config
 
getWeight(N) - Method in interface com.google.javascript.jscomp.graph.AdjacencyGraph
Returns a weight for the given value to be used in ordering nodes, e.g.
getWeight(N) - Method in class com.google.javascript.jscomp.graph.Graph
 
getWhen() - Method in class org.plovr.CustomPassConfig
 
GLOBAL_SCOPE_NAME - Static variable in class org.plovr.Config
This is the name of the scope that all global variables will be put into if the global-scope-name argument is supplied in the plovr config.
GLOBAL_THIS - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
GLOBAL_THIS - Static variable in class com.google.javascript.jscomp.SymbolTable
The name we use for the JavaScript built-in Global object.
GlobalNode - Class in com.google.template.soy.exprtree
Node representing a global.
GlobalNode(String, SourceLocation) - Constructor for class com.google.template.soy.exprtree.GlobalNode
 
GoogleCodingConvention - Class in com.google.javascript.jscomp
This describes the Google-specific JavaScript coding conventions.
GoogleCodingConvention() - Constructor for class com.google.javascript.jscomp.GoogleCodingConvention
By default, decorate the ClosureCodingConvention.
GoogleCodingConvention(CodingConvention) - Constructor for class com.google.javascript.jscomp.GoogleCodingConvention
Decorates a wrapped CodingConvention.
GoogleJsMessageIdGenerator - Class in com.google.javascript.jscomp
An JsMessage.IdGenerator designed to play nicely with Google's Translation systems.
GoogleJsMessageIdGenerator(String) - Constructor for class com.google.javascript.jscomp.GoogleJsMessageIdGenerator
Creates an instance.
GoogMsgDefNode - Class in com.google.template.soy.soytree.jssrc
Represents a goog.getMsg* definition of a group of one or more messages.
GoogMsgDefNode(int, MsgFallbackGroupNode, List<Long>) - Constructor for class com.google.template.soy.soytree.jssrc.GoogMsgDefNode
Regular constructor.
GoogMsgRefNode - Class in com.google.template.soy.soytree.jssrc
Node representing a reference of a message variable (defined by goog.getMsg).
GoogMsgRefNode(int, SourceLocation, String, ImmutableList<String>) - Constructor for class com.google.template.soy.soytree.jssrc.GoogMsgRefNode
 
googMsgsAreExternal() - Method in class com.google.template.soy.jssrc.SoyJsSrcOptions
Returns whether the generated Closure Library message definitions are for external messages (only applicable if shouldGenerateGoogMsgDefs is true).
Graph<N,E> - Class in com.google.javascript.jscomp.graph
The base generic class for graph-like data structure and algorithms in the compiler.
Graph() - Constructor for class com.google.javascript.jscomp.graph.Graph
 
graph - Variable in class com.google.javascript.jscomp.graph.GraphColoring
 
Graph.GraphEdge<N,E> - Interface in com.google.javascript.jscomp.graph
A generic edge.
GraphColoring<N,E> - Class in com.google.javascript.jscomp.graph
Annotates the graph with a color in a way that no connected node will have the same color.
GraphColoring(AdjacencyGraph<N, E>) - Constructor for class com.google.javascript.jscomp.graph.GraphColoring
 
GraphColoring.Color - Class in com.google.javascript.jscomp.graph
The color of a node
GraphColoring.GreedyGraphColoring<N,E> - Class in com.google.javascript.jscomp.graph
Greedily assign nodes with high degree unique colors.
GraphNode<N,E> - Interface in com.google.javascript.jscomp.graph
A generic node.
GraphReachability<N,E> - Class in com.google.javascript.jscomp.graph
Computes all the reachable nodes.
GraphReachability(DiGraph<N, E>) - Constructor for class com.google.javascript.jscomp.graph.GraphReachability
 
GraphReachability(DiGraph<N, E>, Predicate<GraphReachability.EdgeTuple<N, E>>) - Constructor for class com.google.javascript.jscomp.graph.GraphReachability
 
GraphReachability.EdgeTuple<N,E> - Class in com.google.javascript.jscomp.graph
Represents a Source Node and an Edge.
GraphvizGraph - Interface in com.google.javascript.jscomp.graph
A graph that can be dumped to a Graphviz DOT file.
GraphvizGraph.GraphvizEdge - Interface in com.google.javascript.jscomp.graph
A Graphviz edge.
GraphvizGraph.GraphvizNode - Interface in com.google.javascript.jscomp.graph
A Graphviz node.
GREATER - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
GreaterThanOpNode(SourceLocation) - Constructor for class com.google.template.soy.exprtree.OperatorNodes.GreaterThanOpNode
 
GreaterThanOrEqualOpNode(SourceLocation) - Constructor for class com.google.template.soy.exprtree.OperatorNodes.GreaterThanOrEqualOpNode
 
GREATEST_FUNCTION_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
GreedyGraphColoring(AdjacencyGraph<N, E>) - Constructor for class com.google.javascript.jscomp.graph.GraphColoring.GreedyGraphColoring
 
GreedyGraphColoring(AdjacencyGraph<N, E>, Comparator<N>) - Constructor for class com.google.javascript.jscomp.graph.GraphColoring.GreedyGraphColoring
 
GsonUtil - Class in org.plovr
GsonUtil provides utilities for working with Gson.
GssError - Class in com.google.common.css.compiler.ast
GSS parser error description.
GssError(String, SourceCodeLocation) - Constructor for class com.google.common.css.compiler.ast.GssError
 
GssError.MessageFormatArgs - Class in com.google.common.css.compiler.ast
A String template, together with values for the template holes.
GssFunction - Interface in com.google.common.css.compiler.ast
Encapsulates a custom function callable from GSS stylesheet files.
GssFunctionException - Exception in com.google.common.css.compiler.ast
Exception class to be thrown by Gss functions.
GssFunctionException(String) - Constructor for exception com.google.common.css.compiler.ast.GssFunctionException
 
GssFunctionException(String, Throwable) - Constructor for exception com.google.common.css.compiler.ast.GssFunctionException
 
GssFunctionMapProvider - Interface in com.google.common.css
Provides maps of custom GSS functions for use with command-line compilers.
gssFunctionMapProvider - Variable in class com.google.common.css.JobDescription
 
GssFunctions - Class in com.google.common.css.compiler.gssfunctions
Container for common GSS functions.
GssFunctions() - Constructor for class com.google.common.css.compiler.gssfunctions.GssFunctions
 
GssFunctions.AddHsbToCssColor - Class in com.google.common.css.compiler.gssfunctions
Implementation of the addHsbToCssColor GSS function.
GssFunctions.AddToNumericValue - Class in com.google.common.css.compiler.gssfunctions
The "add()" function adds a list of numeric values.
GssFunctions.AdjustBrightness - Class in com.google.common.css.compiler.gssfunctions
Implementation of the adjustBrightness GSS function.
GssFunctions.BaseBlendColors - Class in com.google.common.css.compiler.gssfunctions
Base implementation of the color blending GSS function.
GssFunctions.BlendColorsHsb - Class in com.google.common.css.compiler.gssfunctions
Implementation of the blendColorsHsb GSS function.
GssFunctions.BlendColorsRgb - Class in com.google.common.css.compiler.gssfunctions
Implementation of the blendColorsRgb GSS function.
GssFunctions.Div - Class in com.google.common.css.compiler.gssfunctions
A GssFunction that returns the quotient of its arguments.
GssFunctions.MakeContrastingColor - Class in com.google.common.css.compiler.gssfunctions
The "makeContrastingColor" function generates a contrasting color with the same hue as the input color.
GssFunctions.MakeMutedColor - Class in com.google.common.css.compiler.gssfunctions
Implementation of the makeMutedColor GSS function.
GssFunctions.MakeTranslucent - Class in com.google.common.css.compiler.gssfunctions
Takes an input color and sets its alpha component without affecting the RGB components.
GssFunctions.MaxValue - Class in com.google.common.css.compiler.gssfunctions
A GssFunction that returns the max value from its list of arguments.
GssFunctions.MinValue - Class in com.google.common.css.compiler.gssfunctions
A GssFunction that returns the min value from its list of arguments.
GssFunctions.Mult - Class in com.google.common.css.compiler.gssfunctions
A GssFunction that returns the product of its arguments.
GssFunctions.SelectFrom - Class in com.google.common.css.compiler.gssfunctions
Allows the equivalent of the ternary operator in GSS, using three @def statements as inputs.
GssFunctions.SubtractFromNumericValue - Class in com.google.common.css.compiler.gssfunctions
The "sub()" function subtracts a list of numeric values.
GssParser - Class in com.google.common.css.compiler.ast
A wrapper around the JavaCC generated GSS parser.
GssParser(List<SourceCode>) - Constructor for class com.google.common.css.compiler.ast.GssParser
 
GssParser(SourceCode) - Constructor for class com.google.common.css.compiler.ast.GssParser
 
GssParserCC - Class in com.google.common.css.compiler.ast
A parser that recognizes GSS files and builds the new AST.
GssParserCC(CssBlockNode, SourceCode) - Constructor for class com.google.common.css.compiler.ast.GssParserCC
 
GssParserCC(StringCharStream, CssBlockNode, SourceCode) - Constructor for class com.google.common.css.compiler.ast.GssParserCC
 
GssParserCC(CssBlockNode, SourceCode, boolean) - Constructor for class com.google.common.css.compiler.ast.GssParserCC
 
GssParserCC(StringCharStream, CssBlockNode, SourceCode, boolean) - Constructor for class com.google.common.css.compiler.ast.GssParserCC
 
GssParserCC(CharStream) - Constructor for class com.google.common.css.compiler.ast.GssParserCC
Constructor with user supplied CharStream.
GssParserCC(GssParserCCTokenManager) - Constructor for class com.google.common.css.compiler.ast.GssParserCC
Constructor with generated Token Manager.
GssParserCCConstants - Interface in com.google.common.css.compiler.ast
Token literal values and constants.
GssParserCCTokenManager - Class in com.google.common.css.compiler.ast
Token Manager.
GssParserCCTokenManager(CharStream) - Constructor for class com.google.common.css.compiler.ast.GssParserCCTokenManager
Constructor.
GssParserCCTokenManager(CharStream, int) - Constructor for class com.google.common.css.compiler.ast.GssParserCCTokenManager
Constructor.
GssParserException - Exception in com.google.common.css.compiler.ast
 
GssParserException(SourceCodeLocation, Throwable) - Constructor for exception com.google.common.css.compiler.ast.GssParserException
 
GssParserException(SourceCodeLocation) - Constructor for exception com.google.common.css.compiler.ast.GssParserException
 
GssSourceMapGenerator - Interface in com.google.common.css.compiler.passes
Interface to collect and generate source map for CssNode in Gss compiler.
GT - Static variable in class com.google.javascript.rhino.Token
Token types.
GuiceSimpleScope - Class in com.google.template.soy.shared.internal
Scopes a single execution of a block of code.
GuiceSimpleScope() - Constructor for class com.google.template.soy.shared.internal.GuiceSimpleScope
 
GuiceSimpleScope.WithScope - Interface in com.google.template.soy.shared.internal
 
gzDiff - Variable in class com.google.javascript.jscomp.PerformanceTracker.Stats
 
GzipUtil - Class in org.plovr.util
 
gzSize - Variable in class com.google.javascript.jscomp.PerformanceTracker.Stats
 

H

hadError() - Method in class com.google.javascript.jscomp.parsing.parser.util.ErrorReporter
 
handle(HttpExchange) - Method in class org.plovr.IndexRequestHandler
 
handle(HttpExchange) - Method in class org.plovr.soy.server.RequestHandlerSelector
 
handle(HttpExchange) - Method in class org.plovr.soy.server.SoyRequestHandler
 
HandleMissingConstantDefinitions - Class in com.google.common.css.compiler.passes
Compiler pass that throws an error for any CssConstantReferenceNode that do not have a corresponding CssDefinitionNode.
HandleMissingConstantDefinitions(VisitController, ErrorManager, ConstantDefinitions) - Constructor for class com.google.common.css.compiler.passes.HandleMissingConstantDefinitions
 
Handler - Enum in org.plovr
Handler is an enumeration of HttpHandlers that are registered with the CompilationServer.
HandleUnknownAtRuleNodes - Class in com.google.common.css.compiler.passes
Compiler pass that handles remaining CssUnknownAtRuleNode instances by optionally reporting them as errors and optionally removing them.
HandleUnknownAtRuleNodes(MutatingVisitController, ErrorManager, boolean, boolean) - Constructor for class com.google.common.css.compiler.passes.HandleUnknownAtRuleNodes
 
HandleUnknownAtRuleNodes(MutatingVisitController, ErrorManager, Set<String>, boolean, boolean) - Constructor for class com.google.common.css.compiler.passes.HandleUnknownAtRuleNodes
 
handleViolation(String, Node) - Method in interface com.google.javascript.jscomp.AstValidator.ViolationHandler
 
has(String) - Method in class com.google.template.soy.data.internal.EasyDictImpl
 
has(String) - Method in interface com.google.template.soy.data.SoyEasyDict
Checks whether this dict has a subfield at the given dotted name.
hasAlternateAnnotation(CssNode) - Static method in class com.google.common.css.compiler.passes.PassUtil
Returns whether the ALTERNATE comment has been found among the comments of the node.
hasAncestor(Class<? extends Node>) - Method in class com.google.template.soy.basetree.AbstractNode
 
hasAncestor(Class<? extends Node>) - Method in interface com.google.template.soy.basetree.Node
Determines whether this node has an ancestor of the given type.
hasAnyLtr(String, boolean) - Static method in class com.google.template.soy.internal.i18n.BidiUtils
Checks if the given string has any LTR characters in it.
hasAnyLtr(String) - Static method in class com.google.template.soy.internal.i18n.BidiUtils
Like BidiUtils.hasAnyLtr(String, boolean), but assumes str is not HTML / HTML-escaped.
hasAnyRtl(String, boolean) - Static method in class com.google.template.soy.internal.i18n.BidiUtils
Checks if the given string has any RTL characters in it.
hasAnyRtl(String) - Static method in class com.google.template.soy.internal.i18n.BidiUtils
Like BidiUtils.hasAnyRtl(String, boolean), but assumes str is not HTML / HTML-escaped.
hasAnyTemplateTypes() - Method in class com.google.javascript.rhino.jstype.JSType
 
hasAnyTemplateTypesInternal() - Method in class com.google.javascript.rhino.jstype.FunctionType
 
hasAnyTemplateTypesInternal() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
hasAnyTemplateTypesInternal() - Method in class com.google.javascript.rhino.jstype.TemplateType
 
hasAnyTemplateTypesInternal() - Method in class com.google.javascript.rhino.jstype.TemplatizedType
 
hasAnyTemplateTypesInternal() - Method in class com.google.javascript.rhino.jstype.UnionType
 
hasBaseType() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether this JSDocInfo contains a type for @extends annotation.
hasBeginLocation() - Method in class com.google.common.css.SourceCodeLocationBuilder
 
hasBlock() - Method in enum com.google.common.css.compiler.ast.CssAtRuleNode.Type
 
hasBrackets() - Method in class com.google.javascript.rhino.JSDocInfo.TypePosition
Returns whether the type has curly braces around it.
hasCachedValues() - Method in class com.google.javascript.rhino.jstype.FunctionType
 
hasCachedValues() - Method in class com.google.javascript.rhino.jstype.ObjectType
Returns true if any cached values have been set for this type.
hasCachedValues() - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
 
hasCapturingGroup() - Method in class com.google.javascript.jscomp.regex.RegExpTree
True if the regular expression contains capturing groups.
hasChangedSince(SoyFileSupplier.Version) - Method in interface com.google.template.soy.base.internal.SoyFileSupplier
True if the underlying resource has changed since the given version.
hasChangedSince(SoyFileSupplier.Version) - Method in class com.google.template.soy.base.internal.StableSoyFileSupplier
 
hasChangedSince(SoyFileSupplier.Version) - Method in class com.google.template.soy.base.internal.VolatileSoyFileSupplier
 
hasCharno(int) - Method in class com.google.javascript.jscomp.testing.NodeSubject
 
hasChild(Node) - Method in class com.google.javascript.rhino.Node
 
hasChildren() - Method in class com.google.javascript.rhino.Node
 
hasComment(String) - Method in class com.google.common.css.compiler.ast.CssNode
Returns whether one of the comments attached to this node exactly matches the given string.
HasConditionalNodes - Class in com.google.common.css.compiler.passes
 
hasConditionalNodes() - Method in class com.google.common.css.compiler.passes.HasConditionalNodes
 
hasConstAnnotation() - Method in class com.google.javascript.rhino.JSDocInfo
 
hasConstantProp(QualifiedName) - Method in class com.google.javascript.jscomp.newtypes.EnumType
 
hasConstantProp(QualifiedName) - Method in class com.google.javascript.jscomp.newtypes.JSType
 
hasConstantProp(String) - Method in class com.google.javascript.jscomp.newtypes.NominalType
 
hasCtorProp(String) - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
hasDelTemplateNamed(String) - Method in class com.google.template.soy.soytree.TemplateRegistry
Returns true iff delTemplateName is registered as a delegate template.
hasDescriptionForParameter(String) - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether a description exists for the parameter with the specified name.
hasDisplayName() - Method in class com.google.javascript.rhino.jstype.AllType
 
hasDisplayName() - Method in class com.google.javascript.rhino.jstype.JSType
 
hasDisplayName() - Method in class com.google.javascript.rhino.jstype.UnknownType
 
hasEncounteredAllErrors() - Method in class com.google.javascript.jscomp.testing.TestErrorManager
 
hasEncounteredAllWarnings() - Method in class com.google.javascript.jscomp.testing.TestErrorManager
 
hasEnumParameterType() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether an enum parameter type, specified using the @enum annotation, is present on this JSDoc.
hasEqualCallType(FunctionType) - Method in class com.google.javascript.rhino.jstype.FunctionType
 
hasEqualCallType(FunctionType, JSType.EqCache) - Method in class com.google.javascript.rhino.jstype.FunctionType
 
hasErrors() - Method in class com.google.common.css.compiler.ast.BasicErrorManager
 
hasErrors() - Method in interface com.google.common.css.compiler.ast.ErrorManager
 
hasErrors() - Method in class com.google.common.css.compiler.passes.DummyErrorManager
 
hasErrors() - Method in class com.google.javascript.jscomp.CommandLineRunner
 
hasErrors() - Method in class com.google.javascript.jscomp.Compiler
Consults the ErrorManager to see if we've encountered errors that should halt compilation.
hasExtension(String) - Method in class com.google.debugging.sourcemap.SourceMapGeneratorV3
Check whether or not the sourcemap has an extension.
hasExternTarget() - Method in class com.google.javascript.jscomp.CallGraph.Callsite
If true, then this callsite could target a function defined in the externs.
hasFallbackMsg() - Method in class com.google.template.soy.soytree.MsgFallbackGroupNode
 
hasField(String) - Method in class com.google.template.soy.data.internal.AugmentedParamStore
 
hasField(String) - Method in class com.google.template.soy.data.internal.BasicParamStore
 
hasField(String) - Method in class com.google.template.soy.data.SoyMapData
 
hasField(String) - Method in interface com.google.template.soy.data.SoyRecord
Checks whether this SoyRecord has a field of the given name.
hasFileOverview() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether this has a fileoverview flag.
HASH - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
hash(String, Charset) - Static method in class org.plovr.Md5Util
 
HASH_NAME - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
hashCode() - Method in class com.google.common.css.compiler.ast.CssNode
This is the default implementation of hashCode().
hashCode() - Method in class com.google.common.css.compiler.ast.CssSelectorNode.Specificity
 
hashCode() - Method in class com.google.common.css.compiler.ast.GssError
 
hashCode() - Method in class com.google.common.css.SourceCodeLocation
 
hashCode() - Method in class com.google.common.css.SourceCodeLocation.SourceCodePoint
 
hashCode() - Method in class com.google.javascript.jscomp.deps.SimpleDependencyInfo
 
hashCode() - Method in class com.google.javascript.jscomp.deps.VirtualFile
 
hashCode() - Method in class com.google.javascript.jscomp.DiagnosticType
 
hashCode() - Method in class com.google.javascript.jscomp.graph.GraphColoring.Color
 
hashCode() - Method in class com.google.javascript.jscomp.JSError
 
hashCode() - Method in class com.google.javascript.jscomp.JsMessage
 
hashCode() - Method in class com.google.javascript.jscomp.JsMessage.PlaceholderReference
 
hashCode() - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
hashCode() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
hashCode() - Method in class com.google.javascript.jscomp.newtypes.NominalType
 
hashCode() - Method in class com.google.javascript.jscomp.regex.RegExpTree
 
hashCode() - Method in class com.google.javascript.jscomp.TypedVar
 
hashCode() - Method in class com.google.javascript.jscomp.Var
 
hashCode() - Method in class com.google.javascript.refactoring.CodeReplacement
 
hashCode() - Method in class com.google.javascript.rhino.InputId
 
hashCode() - Method in class com.google.javascript.rhino.jstype.EnumElementType
If this is equal to a NamedType object, its hashCode must be equal to the hashCode of the NamedType object.
hashCode() - Method in class com.google.javascript.rhino.jstype.FunctionType
 
hashCode() - Method in class com.google.javascript.rhino.jstype.JSType
 
hashCode() - Method in class com.google.javascript.rhino.jstype.NamedType
 
hashCode() - Method in class com.google.javascript.rhino.jstype.NoObjectType
 
hashCode() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
hashCode() - Method in class com.google.javascript.rhino.jstype.UnionType
 
hashCode() - Method in class com.google.javascript.rhino.JSTypeExpression
 
hashCode() - Method in class com.google.template.soy.base.internal.AbstractSoyFileSupplier
Hashes based on the file path.
hashCode() - Method in class com.google.template.soy.base.SourceLocation
 
hashCode() - Method in class com.google.template.soy.data.restricted.BooleanData
 
hashCode() - Method in class com.google.template.soy.data.restricted.NullData
 
hashCode() - Method in class com.google.template.soy.data.restricted.NumberData
 
hashCode() - Method in class com.google.template.soy.data.restricted.StringData
 
hashCode() - Method in class com.google.template.soy.data.restricted.UndefinedData
 
hashCode() - Method in class com.google.template.soy.data.SanitizedContent
 
hashCode() - Method in class com.google.template.soy.data.SoyAbstractCachingValueProvider
 
hashCode() - Method in class com.google.template.soy.exprtree.FieldAccessNode
 
hashCode() - Method in class com.google.template.soy.exprtree.IntegerNode
 
hashCode() - Method in class com.google.template.soy.exprtree.ItemAccessNode
 
hashCode() - Method in class com.google.template.soy.exprtree.VarRefNode
 
hashCode() - Method in class com.google.template.soy.internal.base.Pair
 
hashCode() - Method in class com.google.template.soy.internal.targetexpr.TargetExpr
 
hashCode() - Method in class com.google.template.soy.jbcsrc.api.RenderResult
 
hashCode() - Method in class com.google.template.soy.msgs.restricted.SoyMsg
 
hashCode() - Method in class com.google.template.soy.msgs.restricted.SoyMsgPlaceholderPart
 
hashCode() - Method in class com.google.template.soy.msgs.restricted.SoyMsgPluralCaseSpec
 
hashCode() - Method in class com.google.template.soy.msgs.restricted.SoyMsgPluralPart
 
hashCode() - Method in class com.google.template.soy.msgs.restricted.SoyMsgPluralRemainderPart
 
hashCode() - Method in class com.google.template.soy.msgs.restricted.SoyMsgSelectPart
 
hashCode() - Method in class com.google.template.soy.parsepasses.contextautoesc.Context
 
hashCode() - Method in class com.google.template.soy.shared.internal.SharedModule
 
hashCode() - Method in class com.google.template.soy.sharedpasses.SharedPassesModule
 
hashCode() - Method in class com.google.template.soy.soytree.defn.HeaderParam
 
hashCode() - Method in class com.google.template.soy.soytree.defn.SoyDocParam
 
hashCode() - Method in class com.google.template.soy.soytree.defn.TemplateParam
 
hashCode() - Method in class com.google.template.soy.types.aggregate.ListType
 
hashCode() - Method in class com.google.template.soy.types.aggregate.MapType
 
hashCode() - Method in class com.google.template.soy.types.aggregate.RecordType
 
hashCode() - Method in class com.google.template.soy.types.aggregate.UnionType
 
hashCode() - Method in class org.plovr.LocalFileJsInput
 
hashCode() - Method in class org.plovr.util.Pair
 
hashJs(String) - Static method in class org.plovr.Md5Util
 
hasImplementedInterfaces() - Method in class com.google.javascript.rhino.jstype.FunctionType
 
hasInputChanged() - Method in class org.plovr.AbstractJsInput
 
hasInputChanged() - Method in class org.plovr.LocalFileJsInput
 
hasInstanceType() - Method in class com.google.javascript.rhino.jstype.FunctionType
Returns whether this function type has an instance type.
hasItem(SoyValue) - Method in class com.google.template.soy.data.SoyAbstractList
 
hasItem(SoyValue) - Method in class com.google.template.soy.data.SoyListData
 
hasItem(SoyValue) - Method in interface com.google.template.soy.data.SoyMap
Checks whether this SoyMap has an item with the given key.
hasItem(SoyValue) - Method in class com.google.template.soy.data.SoyMapData
 
hasLength(int) - Method in class com.google.javascript.jscomp.testing.NodeSubject
 
hasModifies() - Method in class com.google.javascript.rhino.JSDocInfo
 
hasModules() - Method in class org.plovr.Config
 
hasMoreThanOneChild() - Method in class com.google.javascript.rhino.Node
Check for more than one child more efficiently than by iterating over all the children as is done with Node.getChildCount().
hasNode(N) - Method in class com.google.javascript.jscomp.graph.Graph
Checks whether the node exists in the graph (Graph.createNode(Object) has been called with that value).
HasNodeTypesVisitor - Class in com.google.template.soy.shared.internal
Visitor for searching for nodes of any of the given types within a template file.
HasNodeTypesVisitor(Class<? extends SoyNode>[], ErrorReporter) - Constructor for class com.google.template.soy.shared.internal.HasNodeTypesVisitor
 
hasNonScalar() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
hasOneChild() - Method in class com.google.javascript.rhino.Node
Check for one child more efficiently than by iterating over all the children as is done with Node.getChildCount().
hasOwnProperty(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
Checks whether the property whose name is given is present directly on the object.
hasParameter(String) - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether the parameter is defined.
hasParameter(String) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
 
hasParameterType(String) - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether the parameter has an attached type.
hasParts() - Method in class com.google.javascript.jscomp.JsMessage.Builder
Gets whether at least one part has been appended.
hasPlrselPart(List<SoyMsgPart>) - Static method in class com.google.template.soy.msgs.restricted.MsgPartUtils
Checks whether a given list of msg parts has any plural or select parts.
hasPositionalParameters() - Method in class com.google.common.css.compiler.ast.Property
 
hasProp(QualifiedName) - Method in class com.google.javascript.jscomp.newtypes.EnumType
 
hasProp(QualifiedName) - Method in class com.google.javascript.jscomp.newtypes.JSType
 
hasProp(String) - Method in class com.google.javascript.jscomp.newtypes.Namespace
 
hasProperties() - Method in interface com.google.javascript.rhino.FunctionTypeI
 
hasProperties() - Method in class com.google.javascript.rhino.jstype.FunctionType
 
hasProperty(String) - Method in class com.google.javascript.rhino.jstype.JSType
Checks whether the property is present on the object.
hasProperty(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
 
hasProperty(String) - Method in class com.google.javascript.rhino.jstype.UnionType
 
hasProps() - Method in class com.google.javascript.rhino.Node
 
hasReferenceName() - Method in class com.google.javascript.rhino.jstype.EnumElementType
 
hasReferenceName() - Method in class com.google.javascript.rhino.jstype.NamedType
 
hasReferenceName() - Method in class com.google.javascript.rhino.jstype.NoObjectType
 
hasReferenceName() - Method in class com.google.javascript.rhino.jstype.ObjectType
Returns true if the object is named.
hasReferenceName() - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
 
hasReferenceName() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
hasRestFormals() - Method in class com.google.javascript.jscomp.newtypes.DeclaredFunctionType
 
hasRestFormals() - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
hasRestParameter() - Method in class com.google.javascript.jscomp.parsing.parser.trees.FormalParameterListTree
 
hasResult() - Method in class org.plovr.Compilation
 
hasReturnDeclaredNullable(Node) - Static method in class com.google.javascript.jscomp.lint.CheckNullableReturn
 
hasReturnType() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether this JSDocInfo contains a type for @return annotation.
hasScope() - Method in class com.google.javascript.jscomp.NodeTraversal
 
hasSourceCode() - Method in class com.google.common.css.SourceCodeLocationBuilder
 
hasSoyFunctionPlugins() - Method in class org.plovr.Config
 
hasStarHack() - Method in class com.google.common.css.compiler.ast.CssDeclarationNode
Returns the value of this node's hasStarHack attribute.
hasSubnamespace(QualifiedName) - Method in class com.google.javascript.jscomp.newtypes.Namespace
 
hasTemplateKey(TemplateType) - Method in class com.google.javascript.rhino.jstype.TemplateTypeMap
Returns true if this map contains the specified template key, false otherwise.
hasTemplateType(TemplateType) - Method in class com.google.javascript.rhino.jstype.TemplateTypeMap
Returns true if there is a JSType value associated with the specified template key; false otherwise.
hasThisType() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether this JSDocInfo contains a type for @this annotation.
hasType(int) - Method in class com.google.javascript.jscomp.testing.NodeSubject
 
hasType() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether a type, specified using the @type annotation, is present on this JSDoc.
hasTypedefType() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether a typedef parameter type, specified using the @typedef annotation, is present on this JSDoc.
hasTypeInformation() - Method in class com.google.javascript.rhino.JSDocInfo
 
hasUnknownTarget() - Method in class com.google.javascript.jscomp.CallGraph.Callsite
If true, then DefinitionProvider used in callgraph construction was unable find all target functions of this callsite.
hasVarArgs() - Method in class com.google.javascript.rhino.jstype.FunctionParamBuilder
 
hasWarning() - Method in class com.google.common.css.compiler.ast.Property
 
haveCommonSubtype(JSType, JSType) - Static method in class com.google.javascript.jscomp.newtypes.JSType
 
HeaderParam - Class in com.google.template.soy.soytree.defn
A parameter declared in the template header.
HeaderParam(String, String, SoyType, boolean, boolean, String) - Constructor for class com.google.template.soy.soytree.defn.HeaderParam
 
HEX - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
HEX_DIGIT - Static variable in interface com.google.template.soy.exprparse.ExpressionParserConstants
RegularExpression Id.
hexcolor() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
HEXNUM - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
hook(Node, Node, Node) - Static method in class com.google.javascript.rhino.IR
 
HOOK - Static variable in class com.google.javascript.rhino.Token
Token types.
HotSwapCompilerPass - Interface in com.google.javascript.jscomp
Interface for compiler passes that can be used in a hot-swap fashion.
hotSwapScript(Node, Node) - Method in class com.google.javascript.jscomp.Es6ConvertSuper
 
hotSwapScript(Node, Node) - Method in class com.google.javascript.jscomp.Es6RenameVariablesInParamLists
 
hotSwapScript(Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteArrowFunction
 
hotSwapScript(Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteBlockScopedDeclaration
 
hotSwapScript(Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteDestructuring
 
hotSwapScript(Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteGenerators
 
hotSwapScript(Node, Node) - Method in class com.google.javascript.jscomp.Es6SplitVariableDeclarations
 
hotSwapScript(Node, Node) - Method in class com.google.javascript.jscomp.Es6ToEs3ClassSideInheritance
 
hotSwapScript(Node, Node) - Method in class com.google.javascript.jscomp.Es6ToEs3Converter
 
hotSwapScript(Node, Node) - Method in class com.google.javascript.jscomp.Es6TypedToEs6Converter
 
hotSwapScript(Node, Node) - Method in class com.google.javascript.jscomp.FieldCleanupPass
 
hotSwapScript(Node, Node) - Method in interface com.google.javascript.jscomp.HotSwapCompilerPass
Process the JS with root node root.
hotSwapScript(Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckForInOverArray
 
hotSwapScript(Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckInterfaces
 
hotSwapScript(Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckNullableReturn
 
hotSwapScript(Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckPrototypeProperties
 
HTML_ATTRIBUTE_PATTERN - Static variable in class com.google.template.soy.shared.restricted.Sanitizers
Pattern for matching attribute name and value, where value is single-quoted or double-quoted.
HTML_BEFORE_ATTRIBUTE_VALUE - Static variable in class com.google.template.soy.parsepasses.contextautoesc.ContentSecurityPolicyPass
True immediately before an HTML attribute value.
HTML_ESCAPER - Static variable in class com.google.common.css.compiler.ast.CssStringNode
Represents this node's value in CSS syntax that is also safe for inclusion in HTML attribute values and element contents.
HTML_PCDATA - Static variable in class com.google.template.soy.parsepasses.contextautoesc.Context
The normal context for HTML where a less than opens a tag and an ampersand starts an HTML entity.
HTML_TAG_CONTENT - Static variable in class com.google.template.soy.shared.restricted.EscapingConventions
Loose matcher for HTML tags, DOCTYPEs, and HTML comments.
htmlEscape(String) - Static method in class org.plovr.util.HtmlUtil
 
HtmlUtil - Class in org.plovr.util
 
HttpExchangeUtil - Class in org.plovr.util
There is a bug in Google Chrome that affects plovr in serve mode: http://code.google.com/p/chromium/issues/detail?id=105824 which was discussed at length on the Google Group: https://groups.google.com/forum/?fromgroups#!topic/plovr/yWiGfVG-hq4 This class contains utility methods to do user agent detection to avoid the bug.
HttpServerUtil - Class in org.plovr.cli
HttpServerUtil is a collection of utilities for dealing with HttpServer objects.
HttpUtil - Class in org.plovr
 

I

I18nDirectivesModule - Class in com.google.template.soy.i18ndirectives
Guice module for i18n directives.
I18nDirectivesModule() - Constructor for class com.google.template.soy.i18ndirectives.I18nDirectivesModule
 
I_OBJECT_VALUE_TEMPLATE - Static variable in class com.google.javascript.rhino.jstype.JSTypeRegistry
The name associated with the template variable corresponding to the property value type for IObject.
IcuSyntaxUtils - Class in com.google.template.soy.msgs.internal
Utilities for building msg parts with ICU syntax.
id() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
id - Variable in class com.google.template.soy.msgs.internal.MsgUtils.MsgPartsAndIds
A unique id for this message (same across all translations).
id - Variable in class com.google.template.soy.soytree.TemplateNodeBuilder
The id for this node.
IdDirective - Class in com.google.template.soy.coredirectives
A directive that marks an identifier such as an HTML id or CSS class name.
IdDirective() - Constructor for class com.google.template.soy.coredirectives.IdDirective
 
ideMode - Variable in class com.google.javascript.jscomp.CompilerOptions
Configures the compiler for use as an IDE backend.
IDENT - Static variable in interface com.google.template.soy.exprparse.ExpressionParserConstants
RegularExpression Id.
IDENT - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
IDENT - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
IDENT - Static variable in interface com.google.template.soy.types.parse.TypeParserConstants
RegularExpression Id.
IDENT_RE - Static variable in class com.google.template.soy.base.internal.BaseUtils
Regular expression for an identifier.
IDENTIFIER - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
identifier - Variable in class com.google.javascript.jscomp.parsing.parser.trees.AssignmentRestElementTree
 
identifier - Variable in class com.google.javascript.jscomp.parsing.parser.trees.RestParameterTree
 
IdentifierExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
IdentifierExpressionTree(SourceRange, IdentifierToken) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.IdentifierExpressionTree
 
IdentifierToken - Class in com.google.javascript.jscomp.parsing.parser
A token representing an identifier.
IdentifierToken(SourceRange, String) - Constructor for class com.google.javascript.jscomp.parsing.parser.IdentifierToken
 
identifierToken - Variable in class com.google.javascript.jscomp.parsing.parser.trees.IdentifierExpressionTree
 
identifyNonNullableName(String) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Identifies the name of a typedef or enum before we actually declare it.
identifyTypeDeclarationCall(Node) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
 
identifyTypeDeclarationCall(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
Checks if the given CALL node is forward-declaring any types, and returns the name of the types if it is.
identifyTypeDeclarationCall(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
IDENTITY - Static variable in interface com.google.template.soy.shared.SoyCssRenamingMap
A renaming map that maps every name to itself.
IdentitySubstitutionMap - Class in com.google.common.css
IdentitySubstitutionMap is a trivial implementation of SubstitutionMap that returns the key as the value for the requested key.
IdentitySubstitutionMap() - Constructor for class com.google.common.css.IdentitySubstitutionMap
 
idGenerator() - Method in class com.google.javascript.jscomp.EmptyMessageBundle
Gets a dummy message ID generator.
idGenerator() - Method in interface com.google.javascript.jscomp.MessageBundle
Gets the message ID generator to use to compute message IDs for this type of bundle.
idGenerator() - Method in class com.google.javascript.jscomp.XtbMessageBundle
 
IdGenerator - Interface in com.google.template.soy.base.internal
A generator of int ids.
idGeneratorMap - Variable in class com.google.javascript.jscomp.Result
 
IdMappingUtil - Class in com.google.javascript.jscomp
A utility class for generating and parsing id mappings held by ReplaceIdGenerators.
idUsingBracedPhs - Variable in class com.google.template.soy.msgs.internal.MsgUtils.MsgPartsAndIds
An alternate unique id for this message.
IF - Static variable in class com.google.javascript.rhino.Token
Token types.
ifBuilder(int, String, SourceLocation) - Static method in class com.google.template.soy.soytree.IfCondNode
 
ifClause - Variable in class com.google.javascript.jscomp.parsing.parser.trees.IfStatementTree
 
IfCondNode - Class in com.google.template.soy.soytree
Node representing a block within an 'if' statement that has a conditional expression (i.e.
IfCondNode(int, SourceLocation, String, ExprUnion) - Constructor for class com.google.template.soy.soytree.IfCondNode
 
IfCondNode.Builder - Class in com.google.template.soy.soytree
Builder for IfCondNode.
IfElseNode - Class in com.google.template.soy.soytree
Node representing the 'else' block within an 'if' statement.
IfElseNode(int, SourceLocation) - Constructor for class com.google.template.soy.soytree.IfElseNode
 
ifNode(Node, Node) - Static method in class com.google.javascript.rhino.IR
 
ifNode(Node, Node, Node) - Static method in class com.google.javascript.rhino.IR
 
IfNode - Class in com.google.template.soy.soytree
Node representing an 'if' statement.
IfNode(int, SourceLocation) - Constructor for class com.google.template.soy.soytree.IfNode
 
IfStatementTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
IfStatementTree(SourceRange, ParseTree, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.IfStatementTree
 
ijData - Variable in class com.google.template.soy.sharedpasses.render.RenderVisitor
The current injected data.
ijParamSet - Variable in class com.google.template.soy.sharedpasses.FindIjParamsVisitor.IjParamsInfo
Sorted set of inject params (i.e.
IjParamsInfo(ImmutableMultimap<String, TemplateNode>) - Constructor for class com.google.template.soy.sharedpasses.FindIjParamsVisitor.IjParamsInfo
 
ijParamToCalleesMultimap - Variable in class com.google.template.soy.sharedpasses.FindIjParamsVisitor.IjParamsInfo
Multimap from injected param key to transitive callees that use the param.
ILLEGAL_PROTOTYPE_MEMBER - Static variable in class com.google.javascript.jscomp.lint.CheckPrototypeProperties
 
IllegalFormatCodePointException - Exception in com.google.javascript.jscomp.parsing.parser.util.format
 
IllegalFormatCodePointException(int) - Constructor for exception com.google.javascript.jscomp.parsing.parser.util.format.IllegalFormatCodePointException
 
IllegalFormatConversionException - Exception in com.google.javascript.jscomp.parsing.parser.util.format
 
IllegalFormatConversionException(char, Class<? extends Object>) - Constructor for exception com.google.javascript.jscomp.parsing.parser.util.format.IllegalFormatConversionException
 
IllegalFormatFlagsException - Exception in com.google.javascript.jscomp.parsing.parser.util.format
 
IllegalFormatFlagsException(String) - Constructor for exception com.google.javascript.jscomp.parsing.parser.util.format.IllegalFormatFlagsException
 
IllegalFormatPrecisionException - Exception in com.google.javascript.jscomp.parsing.parser.util.format
 
IllegalFormatPrecisionException(int) - Constructor for exception com.google.javascript.jscomp.parsing.parser.util.format.IllegalFormatPrecisionException
 
IllegalFormatWidthException - Exception in com.google.javascript.jscomp.parsing.parser.util.format
 
IllegalFormatWidthException(int) - Constructor for exception com.google.javascript.jscomp.parsing.parser.util.format.IllegalFormatWidthException
 
image - Variable in class com.google.common.css.compiler.ast.Token
The string image of the token.
image - Variable in class com.google.template.soy.exprparse.Token
The string image of the token.
image - Variable in class com.google.template.soy.soyparse.Token
The string image of the token.
image - Variable in class com.google.template.soy.types.parse.Token
The string image of the token.
IMPLEMENTS - Static variable in class com.google.javascript.rhino.Node
 
IMPLEMENTS - Static variable in class com.google.javascript.rhino.Token
Token types.
IMPLEMENTS_WITHOUT_CONSTRUCTOR - Static variable in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc
 
IMPLICIT_NODE_NAME - Static variable in class com.google.common.css.compiler.ast.CssComponentNode
 
implicitMatch(JSType, JSType, JSType.ImplCache) - Static method in class com.google.javascript.rhino.jstype.JSType
perform structural interface matching to see if the second argument type implicitly implements the first argument type.
ImplicitNullabilityCheck - Class in com.google.javascript.jscomp
Warn about types in JSDoc that are implicitly nullable.
ImplicitNullabilityCheck(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.ImplicitNullabilityCheck
 
IMPORT - Static variable in class com.google.javascript.rhino.Token
Token types.
IMPORT_SPEC - Static variable in class com.google.javascript.rhino.Token
Token types.
IMPORT_SPECS - Static variable in class com.google.javascript.rhino.Token
Token types.
IMPORT_STAR - Static variable in class com.google.javascript.rhino.Token
Token types.
important() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
IMPORTANT_SYM - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
ImportDeclarationTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ImportDeclarationTree(SourceRange, IdentifierToken, ImmutableList<ParseTree>, IdentifierToken, LiteralToken) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ImportDeclarationTree
 
importedName - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ExportSpecifierTree
 
importedName - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ImportSpecifierTree
 
importSpecifierList - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ImportDeclarationTree
 
ImportSpecifierTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ImportSpecifierTree(SourceRange, IdentifierToken, IdentifierToken) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ImportSpecifierTree
 
in(Node, Node) - Static method in class com.google.javascript.rhino.IR
 
IN - Static variable in class com.google.javascript.rhino.Token
Token types.
IN_BLOCK_DOC_COMMENT - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
Lexical state.
IN_BLOCK_NONDOC_COMMENT - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
Lexical state.
IN_CMD_TEXT_1 - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
Lexical state.
IN_CMD_TEXT_2 - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
Lexical state.
IN_LITERAL_BLOCK - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
Lexical state.
IN_SOY_DOC - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
Lexical state.
IN_TEMPLATE - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
Lexical state.
inBuf - Variable in class com.google.template.soy.exprparse.SimpleCharStream
 
inBuf - Variable in class com.google.template.soy.soyparse.SimpleCharStream
 
inBuf - Variable in class com.google.template.soy.types.parse.SimpleCharStream
 
inc(Node, boolean) - Static method in class com.google.javascript.rhino.IR
 
INC - Static variable in class com.google.javascript.rhino.Token
Token types.
INCRDECR_PROP - Static variable in class com.google.javascript.rhino.Node
 
increaseIndent() - Method in class com.google.template.soy.base.internal.IndentedLinesBuilder
Increases the indent by one stop.
increaseIndent(int) - Method in class com.google.template.soy.base.internal.IndentedLinesBuilder
Increases the indent by the given number of stops.
increaseIndent() - Method in class com.google.template.soy.shared.internal.CodeBuilder
Increases the current indent.
increaseIndentTwice() - Method in class com.google.template.soy.shared.internal.CodeBuilder
Increases the current indent twice.
increment - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ForStatementTree
 
increment() - Method in class com.google.template.soy.soytree.ForNode.RangeArgs
The expression for the iteration increment.
IncrementingIdGenerator - Class in com.google.template.soy.base.internal
A generator of incrementing unique integer ids, starting from 0.
IncrementingIdGenerator() - Constructor for class com.google.template.soy.base.internal.IncrementingIdGenerator
 
IndentedLinesBuilder - Class in com.google.template.soy.base.internal
A wrapped StringBuilder used for building text with indented lines.
IndentedLinesBuilder(int) - Constructor for class com.google.template.soy.base.internal.IndentedLinesBuilder
Constructor with initial indent length of 0.
IndentedLinesBuilder(int, int) - Constructor for class com.google.template.soy.base.internal.IndentedLinesBuilder
Constructor with a specified initial indent length.
INDEX_SIGNATURE - Static variable in class com.google.javascript.rhino.Token
Token types.
indexPagesAreEnabled() - Method in class org.plovr.soy.server.Config
 
IndexRequestHandler - Class in org.plovr
 
IndexRequestHandler(CompilationServer) - Constructor for class org.plovr.IndexRequestHandler
 
IndexSignatureTree - Class in com.google.javascript.jscomp.parsing.parser.trees
Represents an indexable object in TypeScript.
IndexSignatureTree(SourceRange, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.IndexSignatureTree
 
indirectParams - Variable in class com.google.template.soy.sharedpasses.FindIndirectParamsVisitor.IndirectParamsInfo
Map from indirect param key to param object.
IndirectParamsInfo(SortedMap<String, TemplateParam>, Multimap<String, TemplateNode>, Multimap<String, SoyType>, boolean, boolean) - Constructor for class com.google.template.soy.sharedpasses.FindIndirectParamsVisitor.IndirectParamsInfo
 
indirectParamTypes - Variable in class com.google.template.soy.sharedpasses.FindIndirectParamsVisitor.IndirectParamsInfo
Multimap from indirect param key to param types.
indirectParamTypes - Variable in class com.google.template.soy.sharedpasses.FindIndirectParamsVisitor
Multimap from indirect param key to param types.
INEXISTENT_PROPERTY - Static variable in class com.google.javascript.jscomp.TypeCheck
 
inferQualifiedSlot(Node, String, JSType, JSType, boolean) - Method in interface com.google.javascript.jscomp.type.FlowScope
Infer the type of a qualified name.
INFERRED_CONST_CHECKS - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
INFERRED_FUNCTION - Static variable in class com.google.javascript.rhino.Node
 
InferRequiredSyntaxVersionVisitor - Class in com.google.template.soy.parsepasses
Visitor to infer the required syntax version of a Soy file due to features used.
InferRequiredSyntaxVersionVisitor(ErrorReporter) - Constructor for class com.google.template.soy.parsepasses.InferRequiredSyntaxVersionVisitor
 
inferSlotType(String, JSType) - Method in interface com.google.javascript.jscomp.type.FlowScope
Defines the type of a symbol at this point in the flow.
InfoCommand - Class in org.plovr.cli
 
InfoCommand() - Constructor for class org.plovr.cli.InfoCommand
 
InfoCommandOptions - Class in org.plovr.cli
 
InfoCommandOptions() - Constructor for class org.plovr.cli.InfoCommandOptions
 
inFunArgs() - Method in class com.google.common.css.compiler.ast.CssNode
Returns true when any of a node's CssNode.ancestors() is a function node.
INHERITANCE_CYCLE - Static variable in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc
 
init(List<T1>, List<T2>, CompilerOptions) - Method in class com.google.javascript.jscomp.Compiler
Initializes the instance state needed for a compile job.
initializer - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComprehensionForTree
 
initializer - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ForInStatementTree
 
initializer - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ForOfStatementTree
 
initializer - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ForStatementTree
 
initializer - Variable in class com.google.javascript.jscomp.parsing.parser.trees.VariableDeclarationTree
 
initModules(List<T>, List<JSModule>, CompilerOptions) - Method in class com.google.javascript.jscomp.Compiler
Initializes the instance state needed for a compile job if the sources are in modules.
initOptions(CompilerOptions) - Method in class com.google.javascript.jscomp.Compiler
Initialize the compiler options.
initOutputVarIfNecessary() - Method in class com.google.template.soy.shared.internal.CodeBuilder
Appends a full line/statement for initializing the current output variable.
initTypes() - Method in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
InjectedParam - Class in com.google.template.soy.soytree.defn
An injected parameter.
InjectedParam(String) - Constructor for class com.google.template.soy.soytree.defn.InjectedParam
 
InjectedParam(String, SoyType) - Constructor for class com.google.template.soy.soytree.defn.InjectedParam
 
inlineConstantVars - Variable in class com.google.javascript.jscomp.CompilerOptions
Inlines constants (symbols that are all CAPS)
inlineFunctions - Variable in class com.google.javascript.jscomp.CompilerOptions
Inlines global functions
inlineGetters - Variable in class com.google.javascript.jscomp.CompilerOptions
Inlines trivial getters
inlineLocalFunctions - Variable in class com.google.javascript.jscomp.CompilerOptions
Inlines functions defined in local scopes
inlineVariables - Variable in class com.google.javascript.jscomp.CompilerOptions
Inlines variables
innerAtRule() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
INNOCUOUS_OUTPUT - Static variable in class com.google.template.soy.shared.restricted.EscapingConventions
A string, used as the result of a filter when the filter pattern does not match the input, that is not a substring of any keyword or well-known identifier in HTML, JS, or CSS and that is a valid identifier part in all those languages, and which cannot terminate a string, comment, or other bracketed section.
INPUT_ID - Static variable in class com.google.javascript.rhino.Node
 
input_stream - Variable in class com.google.common.css.compiler.ast.GssParserCCTokenManager
 
input_stream - Variable in class com.google.template.soy.exprparse.ExpressionParserTokenManager
 
input_stream - Variable in class com.google.template.soy.soyparse.SoyFileParserTokenManager
 
input_stream - Variable in class com.google.template.soy.soyparse.TemplateParserTokenManager
 
input_stream - Variable in class com.google.template.soy.types.parse.TypeParserTokenManager
 
inputDelimiter - Variable in class com.google.javascript.jscomp.CompilerOptions
The string to use as the separator for printInputDelimiter
InputFileHandler - Class in org.plovr
InputFileHandler serves the content of input files to a compilation.
InputFileHandler(CompilationServer) - Constructor for class org.plovr.InputFileHandler
 
InputId - Class in com.google.javascript.rhino
An id used uniquely identify a CompilerInput
InputId(String) - Constructor for class com.google.javascript.rhino.InputId
 
inputOrientation - Variable in class com.google.common.css.JobDescription
 
inputs - Variable in class com.google.common.css.JobDescription
 
inputStream - Variable in class com.google.template.soy.exprparse.SimpleCharStream
 
inputStream - Variable in class com.google.template.soy.soyparse.SimpleCharStream
 
inputStream - Variable in class com.google.template.soy.types.parse.SimpleCharStream
 
insertArguments(Node, int, String...) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
Inserts arguments into an existing function call.
insertBefore(Node, Node, AbstractCompiler) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
Inserts a new node before the provided node.
insertBefore(Node, String) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
Inserts a string before the provided node.
InsertMsgsVisitor - Class in com.google.template.soy.msgs.internal
Visitor for inserting translated messages into Soy tree.
InsertMsgsVisitor(SoyMsgBundle, boolean, ErrorReporter) - Constructor for class com.google.template.soy.msgs.internal.InsertMsgsVisitor
 
InsertMsgsVisitor.EncounteredPlrselMsgException - Exception in com.google.template.soy.msgs.internal
Exception thrown when a plural or select message is encountered.
insertScopeVariablesAndGenerateExecutableJavaScript(Bindings, String, String) - Method in class org.plovr.CoffeeScriptCompiler
 
insertScopeVariablesAndGenerateExecutableJavaScript(Bindings, String, String) - Method in class org.plovr.TypeScriptCompiler
 
insertText(int, String) - Method in class com.google.template.soy.parsepasses.contextautoesc.SlicedRawTextNode.RawTextSlice
Mutates the parse tree by replacing the sliced text node with a text node that includes the given text at the given point within this slice.
InsertWordBreaksDirective - Class in com.google.template.soy.basicdirectives
A directive that inserts word breaks as necessary.
INSTANCE - Static variable in class com.google.template.soy.data.restricted.NullData
Static singleton instance of NullData.
INSTANCE - Static variable in class com.google.template.soy.data.restricted.UndefinedData
Static singleton instance of UndefinedData.
INSTANCE - Static variable in class com.google.template.soy.shared.restricted.EscapingConventions.EscapeCssString
Implements the |escapeCssString directive.
INSTANCE - Static variable in class com.google.template.soy.shared.restricted.EscapingConventions.EscapeHtml
Implements the |escapeHtml directive.
INSTANCE - Static variable in class com.google.template.soy.shared.restricted.EscapingConventions.EscapeHtmlNospace
Implements the |escapeHtmlNospace directive.
INSTANCE - Static variable in class com.google.template.soy.shared.restricted.EscapingConventions.EscapeJsRegex
Implements the |escapeJsRegex directive.
INSTANCE - Static variable in class com.google.template.soy.shared.restricted.EscapingConventions.EscapeJsString
Implements the |escapeJsString directive.
INSTANCE - Static variable in class com.google.template.soy.shared.restricted.EscapingConventions.EscapeUri
Implements the |escapeUri directive.
INSTANCE - Static variable in class com.google.template.soy.shared.restricted.EscapingConventions.FilterCssValue
Implements the |filterCssValue directive.
INSTANCE - Static variable in class com.google.template.soy.shared.restricted.EscapingConventions.FilterHtmlAttributes
Implements the |filterHtmlAttributes directive.
INSTANCE - Static variable in class com.google.template.soy.shared.restricted.EscapingConventions.FilterHtmlElementName
Implements the |filterHtmlElementName directive.
INSTANCE - Static variable in class com.google.template.soy.shared.restricted.EscapingConventions.FilterImageDataUri
Implements the |filterNormalizeUri directive.
INSTANCE - Static variable in class com.google.template.soy.shared.restricted.EscapingConventions.FilterNormalizeUri
Implements the |filterNormalizeUri directive.
INSTANCE - Static variable in class com.google.template.soy.shared.restricted.EscapingConventions.NormalizeHtml
Implements the |normalizeHtml directive.
INSTANCE - Static variable in class com.google.template.soy.shared.restricted.EscapingConventions.NormalizeHtmlNospace
Implements the |normalizeHtml directive.
INSTANCE - Static variable in class com.google.template.soy.shared.restricted.EscapingConventions.NormalizeUri
Implements the |normalizeUri directive.
INSTANCEOF - Static variable in class com.google.javascript.rhino.Token
Token types.
instantiateGenerics(Map<String, JSType>) - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
instantiateGenericsFromArgumentTypes(List<JSType>) - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
instrumentationTemplate - Variable in class com.google.javascript.jscomp.CompilerOptions
Instrumentation template to use with #recordFunctionInformation
instrumentForCoverage - Variable in class com.google.javascript.jscomp.CompilerOptions
Instrument code for the purpose of collecting coverage data.
INTEGER - Static variable in interface com.google.template.soy.exprparse.ExpressionParserConstants
RegularExpression Id.
IntegerData - Class in com.google.template.soy.data.restricted
Integer data.
IntegerNode - Class in com.google.template.soy.exprtree
Node representing an integer value.
IntegerNode(int, SourceLocation) - Constructor for class com.google.template.soy.exprtree.IntegerNode
 
integerValue() - Method in class com.google.template.soy.data.restricted.IntegerData
 
integerValue() - Method in class com.google.template.soy.data.SoyAbstractValue
 
integerValue() - Method in interface com.google.template.soy.data.SoyValue
Precondition: Only call this method if you know that this SoyValue object is a 32-bit integer.
INTERFACE - Static variable in class com.google.javascript.rhino.Token
Token types.
INTERFACE_EXTENDS - Static variable in class com.google.javascript.rhino.Token
Token types.
INTERFACE_FUNCTION_NOT_EMPTY - Static variable in class com.google.javascript.jscomp.lint.CheckInterfaces
 
INTERFACE_MEMBERS - Static variable in class com.google.javascript.rhino.Token
Token types.
INTERFACE_SHOULD_NOT_TAKE_ARGS - Static variable in class com.google.javascript.jscomp.lint.CheckInterfaces
 
InterfaceDeclarationTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
InterfaceDeclarationTree(SourceRange, IdentifierToken, GenericTypeListTree, ImmutableList<ParseTree>, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.InterfaceDeclarationTree
 
interfaces - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ClassDeclarationTree
 
INTERNAL_CLASS_PREFIX - Static variable in class com.google.template.soy.jbcsrc.api.Names
 
INTERNAL_ERROR_EXIT_CODE - Static variable in class com.google.common.css.AbstractCommandLineCompiler
Exit code for abnormal compiler behavior, such as violated invariants, infinite loops and the likes.
InternalValueUtils - Class in com.google.template.soy.data.internalutils
Internal utilities related to Soy values.
INTERNET_EXPLORER_CHECKS - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
intersection(BooleanLiteralSet) - Method in enum com.google.javascript.rhino.jstype.BooleanLiteralSet
Computes the intersection of this set and that.
IntType - Class in com.google.template.soy.types.primitive
Soy integer type.
INVALID_CASTS - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
INVALID_COMMAND_TEXT - Static variable in class com.google.template.soy.soytree.LetNode
 
INVALID_DELEGATE_NAME - Static variable in class com.google.template.soy.soytree.CallDelegateNode
 
INVALID_EXPRESSION_LIST - Static variable in class com.google.template.soy.exprparse.ExpressionParser
 
INVALID_GENERICS_INSTANTIATION - Static variable in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc
 
INVALID_LEXICAL_STATE - Static variable in error com.google.common.css.compiler.ast.TokenMgrError
Tried to change to an invalid lexical state.
INVALID_VAR_NAME - Static variable in class com.google.template.soy.exprparse.ExpressionParser
 
IR - Class in com.google.javascript.rhino
An AST construction helper class
is6Typed - Variable in class com.google.javascript.jscomp.parsing.parser.Parser.Config
 
IS_CONSTANT_NAME - Static variable in class com.google.javascript.rhino.Node
 
IS_CONSTANT_VAR - Static variable in class com.google.javascript.rhino.Node
 
IS_NAMESPACE - Static variable in class com.google.javascript.rhino.Node
 
IS_RTL_MODULE_ALIAS - Static variable in class com.google.template.soy.internal.i18n.SoyBidiUtils
The name used as an alias for importing a module containing the bidiIsRtlFn.
isAbstract() - Method in class com.google.common.css.compiler.ast.CssComponentNode
 
isActive() - Method in class com.google.template.soy.shared.internal.GuiceSimpleScope
Whether we're currently in an occurrence of this scope.
isAdd() - Method in class com.google.javascript.rhino.Node
AST type check methods
isAddedBlock() - Method in class com.google.javascript.rhino.Node
Returns whether this is an added block that should not be considered a real source block.
isAliased() - Method in class com.google.javascript.jscomp.CallGraph.Function
Returns true if the function is aliased.
isAllType() - Method in class com.google.javascript.rhino.jstype.AllType
 
isAllType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isAllType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
isAnd() - Method in class com.google.javascript.rhino.Node
 
isAnonymous() - Method in class com.google.javascript.jscomp.JsMessage
 
isAnonymous() - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
 
isArrayLit() - Method in class com.google.javascript.rhino.Node
 
isArrayPattern() - Method in class com.google.javascript.rhino.Node
 
isArrayType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isArrowFunction() - Method in class com.google.javascript.rhino.Node
Returns whether this node is a arrow function node.
isAssign() - Method in class com.google.javascript.rhino.Node
 
isAssignableFrom(SoyType) - Method in class com.google.template.soy.types.aggregate.ListType
 
isAssignableFrom(SoyType) - Method in class com.google.template.soy.types.aggregate.MapType
 
isAssignableFrom(SoyType) - Method in class com.google.template.soy.types.aggregate.RecordType
 
isAssignableFrom(SoyType) - Method in class com.google.template.soy.types.aggregate.UnionType
 
isAssignableFrom(SoyType) - Method in class com.google.template.soy.types.primitive.AnyType
 
isAssignableFrom(SoyType) - Method in class com.google.template.soy.types.primitive.ErrorType
 
isAssignableFrom(SoyType) - Method in class com.google.template.soy.types.primitive.StringType
 
isAssignableFrom(SoyType) - Method in class com.google.template.soy.types.primitive.UnknownType
 
isAssignableFrom(SoyType) - Method in interface com.google.template.soy.types.SoyType
Returns true if a parameter or field of this type can be assigned from a value of srcType.
isAssignAdd() - Method in class com.google.javascript.rhino.Node
 
isAssignmentExpression() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
isAssignmentOp(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
 
isAssignmentRestElement() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
isBinaryOperator() - Method in enum com.google.common.css.compiler.ast.CssBooleanExpressionNode.Type
 
isBleedingFunction() - Method in class com.google.javascript.jscomp.TypedVar
 
isBleedingFunction() - Method in class com.google.javascript.jscomp.Var
Whether this is a bleeding function (an anonymous named function that bleeds into the inner scope).
isBlock() - Method in class com.google.javascript.rhino.Node
 
isBlockScope() - Method in class com.google.javascript.jscomp.Scope
 
isBlockScope() - Method in class com.google.javascript.jscomp.TypedScope
 
isBoolean() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isBooleanObjectType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isBooleanValueType() - Method in class com.google.javascript.rhino.jstype.BooleanType
 
isBooleanValueType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isBottom() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isBottom() - Method in class com.google.javascript.rhino.jstype.JSType
 
isBottom() - Method in interface com.google.javascript.rhino.TypeI
 
isBreak() - Method in class com.google.javascript.rhino.Node
 
isCaching() - Method in class com.google.template.soy.tofu.internal.BaseTofu
 
isCaching() - Method in interface com.google.template.soy.tofu.SoyTofu
Gets whether this instance caches intermediate Soy trees after substitutions from the SoyMsgBundle and the SoyCssRenamingMap.
isCall() - Method in class com.google.javascript.rhino.Node
 
isCase() - Method in class com.google.javascript.rhino.Node
 
isCaseSensitive() - Method in class com.google.javascript.jscomp.regex.RegExpTree
True if the presence or absence of an "i" flag would change the meaning of this regular expression.
isCast() - Method in class com.google.javascript.rhino.Node
 
isCatch() - Method in class com.google.javascript.rhino.Node
 
isCheckedUnknownType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isCheckedUnknownType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
isCheckedUnknownType() - Method in class com.google.javascript.rhino.jstype.UnknownType
 
isClass() - Method in class com.google.javascript.jscomp.newtypes.NominalType
 
isClass() - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
isClass() - Method in class com.google.javascript.rhino.Node
 
isClassMembers() - Method in class com.google.javascript.rhino.Node
 
isComma() - Method in class com.google.javascript.rhino.Node
 
isCompatibleWith(EscapingMode) - Method in class com.google.template.soy.parsepasses.contextautoesc.Context
True if the given escaping mode could make sense in this context.
isComponentScoped() - Method in class com.google.common.css.compiler.ast.CssClassSelectorNode
Returns true if this class selector was prefixed with a percent-sign, indicating that it should be prefixed with the current @component's class prefix.
isComputed() - Method in class com.google.template.soy.data.SoyAbstractCachingValueProvider
Returns true if the caching provider has already been calculated.
isComputedProp() - Method in class com.google.javascript.rhino.Node
 
isConditional() - Method in enum com.google.common.css.compiler.ast.CssAtRuleNode.Type
 
isConditional() - Method in enum com.google.javascript.jscomp.ControlFlowGraph.Branch
 
isConnected(N, N) - Method in class com.google.javascript.jscomp.graph.DiGraph
 
isConnected(N, E, N) - Method in class com.google.javascript.jscomp.graph.DiGraph
 
isConnected(N, N) - Method in class com.google.javascript.jscomp.graph.Graph
Checks whether two nodes in the graph are connected.
isConnected(N, E, N) - Method in class com.google.javascript.jscomp.graph.Graph
Checks whether two nodes in the graph are connected by the given edge type.
isConnected(N, N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
isConnected(N, E, N) - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
isConnectedInDirection(N, N) - Method in class com.google.javascript.jscomp.graph.DiGraph
Checks whether two nodes in the graph are connected via a directed edge.
isConnectedInDirection(N, E, N) - Method in class com.google.javascript.jscomp.graph.DiGraph
Checks whether two nodes in the graph are connected via a directed edge with the given value.
isConnectedInDirection(N, N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
DiGraphNode look ups can be expensive for a large graph operation, prefer the version below that takes DiGraphNodes, if you have them available.
isConnectedInDirection(N, E, N) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
DiGraphNode look ups can be expensive for a large graph operation, prefer the version below that takes DiGraphNodes, if you have them available.
isConnectedInDirection(DiGraph.DiGraphNode<N, E>, Predicate<E>, DiGraph.DiGraphNode<N, E>) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
DiGraphNode look ups can be expensive for a large graph operation, prefer this method if you have the DiGraphNodes available.
isConsistentIdGenerator() - Method in class com.google.javascript.rhino.JSDocInfo
 
isConst() - Method in class com.google.javascript.rhino.Node
 
isConstant() - Method in enum com.google.common.css.compiler.ast.CssBooleanExpressionNode.Type
 
isConstant(String) - Method in interface com.google.javascript.jscomp.CodingConvention
This checks whether a given variable name, such as a name in all-caps should be treated as if it had the @const annotation.
isConstant(String) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
isConstant(String) - Method in class com.google.javascript.jscomp.GoogleCodingConvention
This checks whether a given variable name, such as a name in all-caps should be treated as if it had the @const annotation.
isConstant() - Method in class com.google.javascript.jscomp.newtypes.Declaration
 
isConstant() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether the @const annotation is present on this JSDocInfo.
isConstantKey(String) - Method in interface com.google.javascript.jscomp.CodingConvention
This checks whether a given key of an object literal, such as a name in all-caps should be treated as if it had the @const annotation.
isConstantKey(String) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
isConstantKey(String) - Method in class com.google.javascript.jscomp.GoogleCodingConvention
 
isConstructor() - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
isConstructor() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isConstructor() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether the @constructor annotation is present on this JSDocInfo.
isConstructor() - Method in class com.google.javascript.rhino.jstype.FunctionType
 
isConstructor() - Method in class com.google.javascript.rhino.jstype.JSType
Whether this type is a FunctionType that is a constructor or a named type that points to such a type.
isConstructor() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
isConstructor() - Method in interface com.google.javascript.rhino.TypeI
 
isConstructorOrInterface() - Method in class com.google.javascript.rhino.JSDocInfo
 
isConstructorRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Whether the JSDocInfo being built will have its JSDocInfo.isConstructor() flag set to true.
isContinue() - Method in class com.google.javascript.rhino.Node
 
isCoreDirective(PrintDirectiveNode) - Static method in class com.google.template.soy.coredirectives.CoreDirectiveUtils
 
isDateType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isDebugger() - Method in class com.google.javascript.rhino.Node
 
isDec() - Method in class com.google.javascript.rhino.Node
 
isDeclared(String, boolean) - Method in class com.google.javascript.jscomp.Scope
Returns true if a variable is declared.
isDeclared(String, boolean) - Method in class com.google.javascript.jscomp.TypedScope
 
isDeclaredInFunction(String) - Method in class com.google.javascript.jscomp.Scope
 
isDefault - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ExportDeclarationTree
 
isDefaultCase() - Method in class com.google.javascript.rhino.Node
 
isDefaultOptional(SoyType) - Static method in class com.google.template.soy.jssrc.internal.JsSrcUtils
Returns true if the given type is optional by default (in the jscompiler).
isDefaultValue() - Method in class com.google.javascript.rhino.Node
 
isDefine() - Method in class com.google.javascript.jscomp.TypedVar
 
isDefine() - Method in class com.google.javascript.jscomp.Var
Returns true if the variable is declared as a define.
isDefine() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether the @define annotation is present on this JSDocInfo.
isDefined(QualifiedName) - Method in class com.google.javascript.jscomp.newtypes.Namespace
 
isDefinitionReference(String) - Static method in class com.google.common.css.compiler.ast.CssConstantReferenceNode
Returns if the given identifier matches the pattern of a constant.
isDelProp() - Method in class com.google.javascript.rhino.Node
 
isDeprecated() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether the @deprecated annotation is present on this JSDocInfo.
isDescendantOf(SoyNode, SoyNode) - Static method in class com.google.template.soy.soytree.SoytreeUtils
Returns true if node is a descendant of ancestor.
isDescriptionRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Returns whether this builder recorded a description.
isDestructuringPattern() - Method in class com.google.javascript.rhino.Node
 
isDict() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isDict() - Method in class com.google.javascript.jscomp.newtypes.NominalType
 
isDict() - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
isDict() - Method in class com.google.javascript.rhino.jstype.JSType
Returns true iff this can be a dict.
isDict() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
isDict() - Method in class com.google.javascript.rhino.jstype.UnionType
 
isDictRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
 
isDirected() - Method in interface com.google.javascript.jscomp.graph.GraphvizGraph
Graph type.
isDirected() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
isDirected() - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
isDisambiguatePrivateProperties() - Method in class com.google.javascript.jscomp.CompilerOptions
 
isDisposes() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether JSDoc is annotated with @disposes annotation.
isDisposesRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Returns whether current JSDoc is annotated with @disposes.
isDo() - Method in class com.google.javascript.rhino.Node
 
isDocOnlyParameter() - Method in class com.google.javascript.jscomp.SymbolTable.Symbol
Whether this is a variable that's only in JSDoc.
isDocScope() - Method in class com.google.javascript.jscomp.SymbolTable.SymbolScope
Returns whether this is a doc scope.
isDone() - Method in class com.google.template.soy.jbcsrc.api.RenderResult
Returns true if the result is done.
isDottedIdentifier(String) - Static method in class com.google.template.soy.base.internal.BaseUtils
Determines whether the given string is a dotted identifier (e.g.
isDottedOrDashedIdent(String) - Static method in class com.google.template.soy.base.internal.BaseUtils
Determines whether the given string is a "dotted or dashed" identifier.
isEmpty() - Method in class com.google.common.css.compiler.ast.CssNodesListNode
 
isEmpty() - Method in class com.google.javascript.jscomp.JsMessage
 
isEmpty() - Method in class com.google.javascript.rhino.jstype.TemplateTypeMap
Returns true if the map is empty; false otherwise.
isEmpty() - Method in class com.google.javascript.rhino.Node
 
isEmptyType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isEnclosedWithBraces() - Method in class com.google.common.css.compiler.ast.CssNodesListNode
 
isEnteringNewCfgNode(Node) - Static method in class com.google.javascript.jscomp.ControlFlowGraph
 
isEnumElement() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isEnumElementType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isEnumType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isEqualTo(Node) - Method in class com.google.javascript.jscomp.testing.NodeSubject
 
isEquivalent(JSType, JSType) - Static method in class com.google.javascript.rhino.jstype.JSType
 
isEquivalentTo(TypeI) - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isEquivalentTo(TypeI) - Method in class com.google.javascript.rhino.jstype.JSType
Checks if two types are equivalent.
isEquivalentTo(TypeI, boolean) - Method in class com.google.javascript.rhino.jstype.JSType
 
isEquivalentTo(Node) - Method in class com.google.javascript.rhino.Node
Returns true if this node is equivalent semantically to another
isEquivalentTo(TypeI) - Method in interface com.google.javascript.rhino.TypeI
 
isEquivalentToShallow(Node) - Method in class com.google.javascript.rhino.Node
Checks equivalence without going into child nodes
isEquivalentToTyped(Node) - Method in class com.google.javascript.rhino.Node
Returns true if this node is equivalent semantically to another and the types are equivalent.
isEs5OrHigher() - Method in enum com.google.javascript.jscomp.CompilerOptions.LanguageMode
Whether this is ECMAScript 5 or higher.
isEs6OrHigher() - Method in enum com.google.javascript.jscomp.CompilerOptions.LanguageMode
Whether this is ECMAScript 6 or higher.
isExport() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether the @export annotation is present on this JSDocInfo.
isExport() - Method in class com.google.javascript.rhino.Node
 
isExportAll - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ExportDeclarationTree
 
isExported(String, boolean) - Method in interface com.google.javascript.jscomp.CodingConvention
Checks whether a global variable or function name should be treated as exported, or externally referenceable.
isExported(String) - Method in interface com.google.javascript.jscomp.CodingConvention
Should be isExported(name, true) || isExported(name, false);
isExported(String, boolean) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
isExported(String) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
isExported(String, boolean) - Method in class com.google.javascript.jscomp.GoogleCodingConvention
Checks whether a global variable or function name should be treated as exported, or externally referenceable.
isExpose() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether the @expose annotation is present on this JSDocInfo.
isExposedToCallOrApply() - Method in class com.google.javascript.jscomp.CallGraph.Function
Returns true if the function is ever exposed to ".call" or ".apply".
isExprResult() - Method in class com.google.javascript.rhino.Node
 
isExtern() - Method in class com.google.javascript.jscomp.CompilerInput
 
isExtern() - Method in class com.google.javascript.jscomp.SourceFile
Returns whether this is an extern.
isExtern() - Method in class com.google.javascript.rhino.SimpleSourceFile
 
isExtern() - Method in interface com.google.javascript.rhino.StaticSourceFile
Returns whether this is an externs file.
isExternal() - Method in class com.google.javascript.jscomp.JsMessage
 
isExternExportsEnabled() - Method in class com.google.javascript.jscomp.CompilerOptions
 
isExterns() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether the @externs annotation is present on this JSDocInfo.
isFalse() - Method in class com.google.javascript.rhino.Node
 
isFalsy() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isFinalized() - Method in class com.google.javascript.jscomp.newtypes.NominalType
 
isFinalized() - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
isFor() - Method in class com.google.javascript.rhino.Node
 
isForIn(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
 
isForInOverArray(Node) - Method in class com.google.javascript.jscomp.lint.CheckForInOverArray
 
isForOf() - Method in class com.google.javascript.rhino.Node
 
isForwardDeclaredType(String) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Whether this is a forward-declared type name.
isFromExterns() - Method in class com.google.javascript.rhino.Node
 
isFunction() - Method in class com.google.javascript.rhino.Node
 
isFunctionBlockScope() - Method in class com.google.javascript.jscomp.Scope
 
isFunctionBlockScope() - Method in class com.google.javascript.jscomp.TypedScope
 
isFunctionCallThatAlwaysThrows(Node) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
 
isFunctionCallThatAlwaysThrows(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
Used by CheckMissingReturn.
isFunctionCallThatAlwaysThrows(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
isFunctionPrototypeType() - Method in class com.google.javascript.rhino.jstype.JSType
Whether this is the prototype of a function.
isFunctionPrototypeType() - Method in class com.google.javascript.rhino.jstype.ObjectType
 
isFunctionType() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isFunctionType() - Method in class com.google.javascript.rhino.jstype.JSType
Returns true if toMaybeFunctionType returns a non-null FunctionType.
isFunctionType() - Method in interface com.google.javascript.rhino.TypeI
 
isFunctionWithProperties() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isGenerator - Variable in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree
 
isGeneratorFunction() - Method in class com.google.javascript.rhino.Node
Returns whether this node is a generator function node.
isGeneratorMarker() - Method in class com.google.javascript.rhino.Node
Returns whether this node is a marker used in the translation of generators.
isGeneratorSafe() - Method in class com.google.javascript.rhino.Node
Used when translating ES6 generators.
isGeneric() - Method in class com.google.javascript.jscomp.newtypes.DeclaredFunctionType
 
isGeneric() - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
isGeneric() - Method in class com.google.javascript.jscomp.newtypes.NominalType
 
isGetElem() - Method in class com.google.javascript.rhino.Node
 
isGetProp() - Method in class com.google.javascript.rhino.Node
 
isGetterDef() - Method in class com.google.javascript.rhino.Node
 
isGlobal() - Method in class com.google.javascript.jscomp.Scope
Returns whether this is the global scope.
isGlobal() - Method in class com.google.javascript.jscomp.TypedScope
 
isGlobal() - Method in class com.google.javascript.jscomp.TypedVar
 
isGlobal() - Method in class com.google.javascript.jscomp.Var
 
isGlobalScope() - Method in class com.google.javascript.jscomp.SymbolTable.SymbolScope
 
isGlobalThisType() - Method in class com.google.javascript.rhino.jstype.JSType
Returns true if this is a global this type.
isGoogleChrome(HttpExchange) - Static method in class org.plovr.util.HttpExchangeUtil
 
isGoogleChrome17OrEarlier(HttpExchange) - Static method in class org.plovr.util.HttpExchangeUtil
 
isGoogleChrome35OrEarlier(HttpExchange) - Static method in class org.plovr.util.HttpExchangeUtil
 
isHidden() - Method in class com.google.javascript.jscomp.JsMessage
Gets whether this message should be hidden from volunteer translators (to reduce the chances of a new feature leak).
isHidden() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether the @hidden annotation is present on this JSDocInfo.
isHidden() - Method in class com.google.template.soy.msgs.restricted.SoyMsg
Returns whether this message should be hiddens.
isHidden() - Method in class com.google.template.soy.soytree.MsgNode
Returns whether the message should be added as 'hidden' in the TC.
isHoistedFunctionDeclaration(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
Is this node a hoisted function declaration? A function declaration in the scope root is hoisted to the top of the scope.
isHoistScope() - Method in class com.google.javascript.jscomp.Scope
A hoist scope is the hoist target for enclosing var declarations.
isHoistScope() - Method in class com.google.javascript.jscomp.TypedScope
 
isHook() - Method in class com.google.javascript.rhino.Node
 
isHtmlEmbeddable - Variable in enum com.google.template.soy.parsepasses.contextautoesc.EscapingMode
True iff the output does not contain quotes so can be embedded in HTML attribute values.
isHttps() - Method in class org.plovr.cli.ServeCommandOptions
 
isHttps() - Method in class org.plovr.cli.SoyWebCommandOptions
 
isHttps() - Method in class org.plovr.soy.server.Config
 
isIdeMode() - Method in class com.google.javascript.jscomp.Compiler
 
isIdentifier() - Method in class com.google.javascript.jscomp.newtypes.QualifiedName
 
isIdentifier(String) - Static method in class com.google.template.soy.base.internal.BaseUtils
Determines whether the given string is an identifier.
isIdentifierWithLeadingDot(String) - Static method in class com.google.template.soy.base.internal.BaseUtils
Determines whether the given string is a dot followed by an identifier.
isIdentityValue(double) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.AddToNumericValue
 
isIdentityValue(double) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.Div
 
isIdentityValue(double) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.Mult
 
isIdentityValue(double) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.SubtractFromNumericValue
 
isIdGenerator() - Method in class com.google.javascript.rhino.JSDocInfo
 
isIf() - Method in class com.google.javascript.rhino.Node
 
isImplicit() - Method in class com.google.template.soy.soytree.PrintNode
Returns whether the 'print' command name was implicit.
isImplicitCast() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether the @implicitCast annotation is present on this JSDocInfo.
isImplicitlyNamed() - Method in class com.google.common.css.compiler.ast.CssComponentNode
 
isImplicitReturn(DiGraph.DiGraphNode<N, ControlFlowGraph.Branch>) - Method in class com.google.javascript.jscomp.ControlFlowGraph
Checks whether node is the implicit return.
isImport() - Method in class com.google.javascript.rhino.Node
 
isIn() - Method in class com.google.javascript.rhino.Node
 
isInc() - Method in class com.google.javascript.rhino.Node
 
isIndependentOf(N) - Method in interface com.google.javascript.jscomp.graph.SubGraph
Returns true if the node is a neighbor of any node in this SubGraph.
isIndexSignature() - Method in class com.google.javascript.rhino.Node
 
isInferredConst() - Method in class com.google.javascript.jscomp.TypedVar
 
isInferredConst() - Method in class com.google.javascript.jscomp.Var
Returns true if the variable is declared as a constant, based on the value reported by NodeUtil.
isInFunction(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
 
isInjected() - Method in class com.google.template.soy.exprtree.VarRefNode
Returns Whether this is an injected parameter reference.
isInjected() - Method in class com.google.template.soy.soytree.defn.TemplateParam
Returns whether the param is required.
isInlinableFunction(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
 
isInlinableFunction(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
isInlineType() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether the type annotation was inlined.
isInstance(SoyValue) - Method in class com.google.template.soy.types.aggregate.ListType
 
isInstance(SoyValue) - Method in class com.google.template.soy.types.aggregate.MapType
 
isInstance(SoyValue) - Method in class com.google.template.soy.types.aggregate.RecordType
 
isInstance(SoyValue) - Method in class com.google.template.soy.types.aggregate.UnionType
 
isInstance(SoyValue) - Method in class com.google.template.soy.types.primitive.AnyType
 
isInstance(SoyValue) - Method in class com.google.template.soy.types.primitive.BoolType
 
isInstance(SoyValue) - Method in class com.google.template.soy.types.primitive.ErrorType
 
isInstance(SoyValue) - Method in class com.google.template.soy.types.primitive.FloatType
 
isInstance(SoyValue) - Method in class com.google.template.soy.types.primitive.IntType
 
isInstance(SoyValue) - Method in class com.google.template.soy.types.primitive.NullType
 
isInstance(SoyValue) - Method in class com.google.template.soy.types.primitive.SanitizedType
 
isInstance(SoyValue) - Method in class com.google.template.soy.types.primitive.StringType
 
isInstance(SoyValue) - Method in class com.google.template.soy.types.primitive.UnknownType
 
isInstance(SoyValue) - Method in interface com.google.template.soy.types.SoyType
Returns true if the given value is an instance of this type.
isInstanceOf() - Method in class com.google.javascript.rhino.Node
 
isInstanceOfIObject(JSType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
check if an object type is an instance of a function that implements the IObject interface
isInstanceType() - Method in class com.google.javascript.rhino.jstype.FunctionType
 
isInstanceType() - Method in class com.google.javascript.rhino.jstype.JSType
Whether this type is an Instance object of some constructor.
isInstanceType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
isInterface() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isInterface() - Method in class com.google.javascript.jscomp.newtypes.NominalType
 
isInterface() - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
isInterface() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether the @interface annotation is present on this JSDocInfo.
isInterface() - Method in class com.google.javascript.rhino.jstype.FunctionType
 
isInterface() - Method in class com.google.javascript.rhino.jstype.JSType
Whether this type is a FunctionType that is an interface or a named type that points to such a type.
isInterface() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
isInterface() - Method in interface com.google.javascript.rhino.TypeI
 
isInterfaceDefinition() - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
isInterfaceDefinition() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isInterfaceMembers() - Method in class com.google.javascript.rhino.Node
 
isInterfaceRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Whether the JSDocInfo being built will have its JSDocInfo.isInterface() flag set to true.
isInternalOnly - Variable in enum com.google.template.soy.parsepasses.contextautoesc.EscapingMode
Whether this directive is only for internal use by the contextual autoescaper.
isInvariant(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
Checks if two types are invariant.
isIObject(String, JSDocInfo) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
check if a function declaration is the IObject interface
isIObjectKeyKey(String, String) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
check if FunName matches IObject
isIObjectValueKey(String, String) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
check if FunName matches IObject<..., VALUE1...>
isJaggerInject() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether JSDoc is annotated with @jaggerInject annotation.
isJaggerInjectRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Returns whether current JSDoc is annotated with @jaggerInject.
isJaggerModule() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether JSDoc is annotated with @jaggerModule annotation.
isJaggerModuleRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Returns whether current JSDoc is annotated with @jaggerModule.
isJaggerProvide() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether JSDoc is annotated with @jaggerProvidePromise annotation.
isJaggerProvidePromise() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether JSDoc is annotated with @jaggerProvidePromise annotation.
isJaggerProvidePromiseRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Returns whether current JSDoc is annotated with @jaggerProvide.
isJaggerProvideRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Returns whether current JSDoc is annotated with @jaggerProvide.
isJsDoc() - Method in class com.google.javascript.jscomp.parsing.parser.trees.Comment
 
isJSFormatChar(int) - Static method in class com.google.javascript.rhino.TokenUtil
 
isJSIdentifier(String) - Static method in class com.google.javascript.rhino.TokenStream
 
isJSSpace(int) - Static method in class com.google.javascript.rhino.TokenUtil
 
isKeyValid(String) - Static method in enum com.google.javascript.jscomp.webservice.common.Protocol.RequestKey
 
isKeyword(String) - Static method in enum com.google.javascript.jscomp.parsing.parser.Keywords
 
isKeyword(TokenType) - Static method in enum com.google.javascript.jscomp.parsing.parser.Keywords
 
isKeyword(String) - Static method in class com.google.javascript.rhino.TokenStream
 
isKnown() - Method in class com.google.template.soy.base.SourceLocation
Deprecated.
For the same reason that SourceLocation.UNKNOWN is.
isLabel() - Method in class com.google.javascript.rhino.Node
 
isLabelName() - Method in class com.google.javascript.rhino.Node
 
isLastIteratorIndex() - Method in class com.google.template.soy.soytree.defn.LoopVar
 
isLet() - Method in class com.google.javascript.rhino.Node
 
isLexicalScope() - Method in class com.google.javascript.jscomp.SymbolTable.SymbolScope
 
isLexicalVariable() - Method in class com.google.javascript.jscomp.SymbolTable.Symbol
Whether this is a variable in a lexical scope.
isLocal() - Method in class com.google.javascript.jscomp.Scope
Returns whether this is a local scope (i.e.
isLocal() - Method in class com.google.javascript.jscomp.TypedScope
 
isLocal() - Method in class com.google.javascript.jscomp.TypedVar
 
isLocal() - Method in class com.google.javascript.jscomp.Var
 
isLocalResultCall() - Method in class com.google.javascript.rhino.Node
Returns true if this node is a function or constructor call that returns a primitive or a local object (an object that has no other references).
isLocalVar() - Method in class com.google.template.soy.exprtree.VarRefNode
Returns whether this is a local variable reference.
isLoose() - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
isLoose() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isLooseMatch() - Method in class com.google.javascript.jscomp.TemplateAstMatcher
 
isLooseMatch() - Method in class com.google.javascript.jscomp.TypeMatchingStrategy.MatchResult
 
isLooseStruct() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isLValue(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
Determines whether this node is used as an L-value.
isMain() - Method in class com.google.javascript.jscomp.CallGraph.Function
Does this function represent the global "main" function?
isMappedIdGenerator() - Method in class com.google.javascript.rhino.JSDocInfo
 
isMatch() - Method in class com.google.javascript.jscomp.TypeMatchingStrategy.MatchResult
 
isMemberFunctionDef() - Method in class com.google.javascript.rhino.Node
 
isMemberVariableDef() - Method in class com.google.javascript.rhino.Node
 
isModule() - Method in class com.google.javascript.jscomp.CompilerInput
 
isModule() - Method in interface com.google.javascript.jscomp.deps.DependencyInfo
Whether the symbol is provided by a module
isModule() - Method in class com.google.javascript.jscomp.deps.SimpleDependencyInfo
 
isModule() - Method in class com.google.javascript.jscomp.JSModule
 
isName() - Method in class com.google.javascript.rhino.Node
 
isNameDeclaration(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
Is this node a name declaration?
isNativeObjectType() - Method in class com.google.javascript.rhino.jstype.ObjectType
Whether this is a built-in object.
isNativeObjectType() - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
Whether this is a built-in object.
isNativeObjectType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
isNE() - Method in class com.google.javascript.rhino.Node
 
isNew - Variable in class com.google.javascript.jscomp.parsing.parser.trees.CallSignatureTree
 
isNew() - Method in class com.google.javascript.rhino.Node
 
isNgInject() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether JSDoc is annotated with @ngInject annotation.
isNgInjectRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Returns whether current JSDoc is annotated with @ngInject.
isNoAlias() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether the @noalias annotation is present on this JSDocInfo.
isNoCollapse() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether the @nocompile annotation is present on this JSDocInfo.
isNoCompile() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether the @nocompile annotation is present on this JSDocInfo.
isNominalConstructor() - Method in class com.google.javascript.rhino.jstype.JSType
Whether this type is the original constructor of a nominal type.
isNominalType() - Method in class com.google.javascript.rhino.jstype.EnumElementType
 
isNominalType() - Method in class com.google.javascript.rhino.jstype.JSType
Whether this type is a nominal type (a named instance object or a named enum).
isNominalType() - Method in class com.google.javascript.rhino.jstype.NamedType
 
isNominalType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
isNonLooseSubtypeOf(JSType) - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isNoObjectType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isNoObjectType() - Method in class com.google.javascript.rhino.jstype.NoObjectType
 
isNoObjectType() - Method in class com.google.javascript.rhino.jstype.NoType
 
isNoObjectType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
isNoResolvedType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isNoResolvedType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
isNoSideEffects() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether the @nosideeffects annotation is present on this JSDocInfo.
isNoSideEffectsCall() - Method in class com.google.javascript.rhino.Node
Returns true if this node is a function or constructor call that has no side effects.
isNot() - Method in class com.google.javascript.rhino.Node
 
isNoType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isNoType() - Method in class com.google.javascript.rhino.jstype.NoType
 
isNoType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
isNull() - Method in class com.google.javascript.rhino.Node
 
isNullable() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isNullable() - Method in class com.google.javascript.rhino.jstype.BooleanType
 
isNullable() - Method in class com.google.javascript.rhino.jstype.EnumElementType
This predicate determines whether objects of this type can have the null value, and therefore can appear in contexts where null is expected.
isNullable() - Method in class com.google.javascript.rhino.jstype.JSType
Tests whether this type is nullable.
isNullable() - Method in class com.google.javascript.rhino.jstype.NoType
 
isNullable() - Method in class com.google.javascript.rhino.jstype.NullType
 
isNullable() - Method in class com.google.javascript.rhino.jstype.NumberType
 
isNullable() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
isNullable() - Method in class com.google.javascript.rhino.jstype.UnionType
This predicate determines whether objects of this type can have the null value, and therefore can appear in contexts where null is expected.
isNullable() - Method in class com.google.javascript.rhino.jstype.UnknownType
 
isNullable() - Method in class com.google.template.soy.types.aggregate.UnionType
Returns true if the union includes the null type.
isNullable(SoyType) - Static method in class com.google.template.soy.types.SoyTypes
 
isNullOrUndef() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isNullSafe - Variable in class com.google.template.soy.exprtree.DataAccessNode
 
isNullSafe() - Method in class com.google.template.soy.exprtree.DataAccessNode
Returns whether this field reference is null-safe.
isNullSafeInjected() - Method in class com.google.template.soy.exprtree.VarRefNode
Returns whether this a null-safe access to an injected parameter.
isNullType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isNullType() - Method in class com.google.javascript.rhino.jstype.NullType
 
isNumber() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isNumber() - Method in class com.google.javascript.rhino.jstype.JSType
Tests whether the type is a number (value or Object).
isNumber() - Method in class com.google.javascript.rhino.Node
 
isNumberObjectType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isNumberScalarOrObj(JSType) - Method in class com.google.javascript.jscomp.newtypes.JSTypes
 
isNumberValueType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isNumberValueType() - Method in class com.google.javascript.rhino.jstype.NumberType
 
isNumStrScalarOrObj(JSType) - Method in class com.google.javascript.jscomp.newtypes.JSTypes
 
isObject() - Method in class com.google.javascript.rhino.jstype.EnumElementType
 
isObject() - Method in class com.google.javascript.rhino.jstype.JSType
Tests whether this type is an Object, or any subtype thereof.
isObject() - Method in class com.google.javascript.rhino.jstype.ObjectType
 
isObject() - Method in class com.google.javascript.rhino.jstype.UnionType
 
isObjectLit() - Method in class com.google.javascript.rhino.Node
 
isObjectPattern() - Method in class com.google.javascript.rhino.Node
 
isOkWithoutProcessing() - Method in class com.google.common.css.compiler.ast.CssUnknownAtRuleNode
 
isOn() - Method in enum com.google.javascript.jscomp.CompilerOptions.TweakProcessing
 
isOneTime - Variable in class com.google.javascript.jscomp.PerformanceTracker.Stats
 
isOnlyModifiesArgumentsCall() - Method in class com.google.javascript.rhino.Node
 
isOnlyModifiesThisCall() - Method in class com.google.javascript.rhino.Node
 
isOperator() - Method in enum com.google.common.css.compiler.ast.CssBooleanExpressionNode.Type
 
isOptional - Variable in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree
 
isOptional - Variable in class com.google.javascript.jscomp.parsing.parser.trees.MemberVariableTree
 
isOptionalArg(int) - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
isOptionalArg() - Method in class com.google.javascript.rhino.JSTypeExpression
 
isOptionalArg() - Method in class com.google.javascript.rhino.Node
Returns whether this node is an optional argument node.
isOptionalParameter(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
This checks whether a given parameter name should be treated as an optional parameter as far as type checking or function call arg count checking is concerned.
isOptionalParameter(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
isOptionalParameter(Node) - Method in class com.google.javascript.jscomp.GoogleCodingConvention
This checks whether a given parameter name should be treated as an optional parameter as far as type checking or function call arg count checking is concerned.
isOr() - Method in class com.google.javascript.rhino.Node
 
isOrdinaryFunction() - Method in class com.google.javascript.rhino.jstype.FunctionType
 
isOrdinaryFunction() - Method in class com.google.javascript.rhino.jstype.JSType
Whether this type is a FunctionType that is an ordinary function or a named type that points to such a type.
isOrdinaryFunction() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
isOutOfDate() - Method in class org.plovr.Config
 
isOverride() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether the @override annotation is present on this JSDocInfo.
isParamList() - Method in class com.google.javascript.rhino.Node
 
isParseJsDocDocumentation() - Method in class com.google.javascript.jscomp.CompilerOptions
Checks JSDoc documentation will be parsed.
isPassingAllData() - Method in class com.google.template.soy.soytree.CallNode.DataAttribute
 
isPassingData() - Method in class com.google.template.soy.soytree.CallNode.DataAttribute
 
isPattern() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
isPlrselMsg() - Method in class com.google.template.soy.msgs.restricted.SoyMsg
Returns whether this is a plural/select message.
isPlrselMsg() - Method in class com.google.template.soy.soytree.MsgNode
Returns whether this is a plural or select message.
isPluralMsg() - Method in class com.google.template.soy.soytree.MsgNode
Returns whether this is a plural message.
isPolymerBehavior() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether JSDoc is annotated with @polymerBehavior annotation.
isPolymerBehaviorRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Returns whether current JSDoc is annotated with @polymerBehavior.
isPopulated() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Returns whether this builder is populated with information that can be used to JSDocInfoBuilder.build() a JSDocInfo object.
isPopulatedWithFileOverview() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Returns whether this builder is populated with information that can be used to JSDocInfoBuilder.build() a JSDocInfo object that has a fileoverview tag.
isPossibleParam() - Method in class com.google.template.soy.exprtree.VarRefNode
Returns whether this might be a local variable reference.
isPrivate(String) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
 
isPrivate(String) - Method in interface com.google.javascript.jscomp.CodingConvention
Checks whether a name should be considered private.
isPrivate(String) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
isPrivate(String) - Method in class com.google.javascript.jscomp.GoogleCodingConvention
Checks whether a name should be considered private.
isPrivate() - Static method in class com.google.javascript.refactoring.Matchers
Returns a Matcher that matches against nodes that are declared @private.
isProperty() - Method in class com.google.javascript.jscomp.SymbolTable.Symbol
Gets the value of the property property.
isPropertyInExterns(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
Checks whether the property was defined in the externs.
isPropertyScope() - Method in class com.google.javascript.jscomp.SymbolTable.SymbolScope
 
isPropertyTestFunction(Node) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
 
isPropertyTestFunction(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
Whether this CALL function is testing for the existence of a property.
isPropertyTestFunction(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
isPropertyTestFunction(Node) - Method in class com.google.javascript.jscomp.JqueryCodingConvention
 
isPropertyTypeDeclared(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
Checks whether the property's type is declared.
isPropertyTypeInferred(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
Checks whether the property's type is inferred.
isPrototypeAlias(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
Whether this GETPROP node is an alias for an object prototype.
isPrototypeAlias(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
isPrototypeAlias(Node) - Method in class com.google.javascript.jscomp.JqueryCodingConvention
 
isPrototypePropertyDeclaration(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
 
isQmarkFunction() - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
isQualifiedName() - Method in class com.google.javascript.rhino.Node
Returns whether a node corresponds to a simple or a qualified name, such as x or a.b.c or this.a.
isQuotedString() - Method in class com.google.javascript.rhino.Node
This should only be called for STRING nodes children of OBJECTLIT.
isRawTextMsg() - Method in class com.google.template.soy.soytree.MsgNode
Returns whether this is a raw text message.
isRecognized() - Method in class com.google.common.css.compiler.ast.CssFunctionNode.Function
Returns true when this function is in the list of recognized names.
isRecognizedProperty() - Method in class com.google.common.css.compiler.ast.Property
Gets the value of the property recognizedProperty.
isRecordType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isRecordType() - Method in class com.google.javascript.rhino.Node
 
isRegExp() - Method in class com.google.javascript.rhino.Node
 
isRegexpType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isRemoveUnusedClassProperties() - Method in class com.google.javascript.jscomp.CompilerOptions
 
isRemoveUnusedConstructorProperties() - Method in class com.google.javascript.jscomp.CompilerOptions
 
isRequired() - Method in class com.google.template.soy.soytree.defn.TemplateParam
Returns whether the param is required.
isRequiredArg(int) - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
isReservedWord(String) - Static method in class com.google.template.soy.jssrc.internal.JsSrcUtils
Returns true if key is a JavaScript reserved word.
isResolved() - Method in class com.google.javascript.jscomp.newtypes.EnumType
 
isResolved() - Method in class com.google.javascript.jscomp.newtypes.Typedef
 
isResolved() - Method in class com.google.javascript.rhino.jstype.JSType
Whether the type has been resolved.
isRest() - Method in class com.google.javascript.rhino.Node
 
isRestArg(JSDocInfo, String) - Static method in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc
 
isRestParameter() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
isReturn() - Method in class com.google.javascript.rhino.Node
 
isReturnTypeInferred() - Method in class com.google.javascript.rhino.jstype.FunctionType
 
isRtlContext() - Method in class com.google.template.soy.internal.i18n.BidiFormatter
 
isRtlLanguage(ULocale) - Static method in class com.google.template.soy.internal.i18n.BidiUtils
Returns whether a locale is RTL.
isRtlLanguage(String) - Static method in class com.google.template.soy.internal.i18n.BidiUtils
Returns whether a locale, given as a string in the ICU syntax, is RTL.
isSafeMode() - Method in class org.plovr.cli.SoyWebCommandOptions
 
isSafeMode() - Method in class org.plovr.soy.server.Config
 
isSafeTag(String) - Method in class com.google.template.soy.shared.restricted.TagWhitelist
 
isScalar() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isScript() - Method in class com.google.javascript.rhino.Node
 
isSelectMsg() - Method in class com.google.template.soy.soytree.MsgNode
Returns whether this is a select message.
isSetterDef() - Method in class com.google.javascript.rhino.Node
 
isSkipping() - Method in class com.google.common.css.compiler.ast.SkippingTreeVisitor
 
isSourceElement() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
isSoyDocSet - Variable in class com.google.template.soy.soytree.TemplateNodeBuilder
Whether setSoyDoc() has been called.
isSoyFile() - Method in class org.plovr.AbstractJsInput
 
isSoyFile() - Method in interface org.plovr.JsInput
 
isSoyFile() - Method in class org.plovr.SoyFile
 
isSpread() - Method in class com.google.javascript.rhino.Node
 
isStableIdGenerator() - Method in class com.google.javascript.rhino.JSDocInfo
 
isStatement(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
 
isStatementStandard() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
This function reflects the ECMA standard, or what we would expect to become the ECMA standard.
isStatic - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyGetterTree
 
isStatic - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyMemberVariableTree
 
isStatic - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertySetterTree
 
isStatic - Variable in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree
 
isStatic - Variable in class com.google.javascript.jscomp.parsing.parser.trees.GetAccessorTree
 
isStatic - Variable in class com.google.javascript.jscomp.parsing.parser.trees.MemberVariableTree
 
isStatic - Variable in class com.google.javascript.jscomp.parsing.parser.trees.SetAccessorTree
 
isStatic() - Method in class org.plovr.cli.SoyWebCommandOptions
 
isStatic() - Method in class org.plovr.soy.server.Config
 
isStaticMember() - Method in class com.google.javascript.rhino.Node
Returns whether this node is a static member node.
isStaticValue() - Method in class com.google.template.soy.internal.i18n.BidiGlobalDir
Returns whether the bidi global direction is "static", i.e.
isStrict() - Method in enum com.google.javascript.jscomp.CompilerOptions.LanguageMode
Whether this is a "strict mode" language.
isStrictAutoescapingRequired() - Method in class com.google.template.soy.shared.SoyGeneralOptions
Returns whether strict autoescaping is required.
isStrictKeyword(TokenType) - Static method in enum com.google.javascript.jscomp.parsing.parser.Keywords
Returns true if token is a "future reserved word" which can be used as a variable identifier, but only in non-strict mode.
isStrictMode - Variable in class com.google.javascript.jscomp.parsing.parser.Parser.Config
 
isString() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isString() - Method in class com.google.javascript.rhino.jstype.JSType
Tests whether the type is a string (value or Object).
isString() - Method in class com.google.javascript.rhino.Node
 
isStringKey() - Method in class com.google.javascript.rhino.Node
 
isStringObjectType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isStringScalarOrObj(JSType) - Method in class com.google.javascript.jscomp.newtypes.JSTypes
 
isStringValueType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isStringValueType() - Method in class com.google.javascript.rhino.jstype.StringType
 
isStruct() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isStruct() - Method in class com.google.javascript.jscomp.newtypes.NominalType
 
isStruct() - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
isStruct() - Method in class com.google.javascript.rhino.jstype.JSType
Returns true iff this can be a struct.
isStruct() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
isStruct() - Method in class com.google.javascript.rhino.jstype.UnionType
 
isStructRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
 
isStructuralInterface() - Method in class com.google.javascript.rhino.jstype.FunctionType
 
isStructuralInterface() - Method in class com.google.javascript.rhino.jstype.JSType
 
isStructuralType() - Method in class com.google.javascript.rhino.jstype.FunctionType
 
isStructuralType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isStructuralType() - Method in class com.google.javascript.rhino.jstype.ObjectType
 
isStructuralType() - Method in class com.google.javascript.rhino.jstype.RecordType
 
isStructuralTyping - Variable in class com.google.javascript.rhino.jstype.JSType.MatchCache
 
isStructuralTyping() - Method in class com.google.javascript.rhino.jstype.JSType.MatchCache
 
isStrWhiteSpaceChar(int) - Static method in class com.google.javascript.rhino.TokenUtil
Copied from Rhino's ScriptRuntime
isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.EnumElementType
 
isSubtype(JSType, JSType.ImplCache) - Method in class com.google.javascript.rhino.jstype.EnumElementType
 
isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.EnumType
 
isSubtype(JSType, JSType.ImplCache) - Method in class com.google.javascript.rhino.jstype.EnumType
 
isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.FunctionType
A function is a subtype of another if their call methods are related via subtyping and this is a subtype of that with regard to the prototype chain.
isSubtype(JSType, JSType.ImplCache) - Method in class com.google.javascript.rhino.jstype.FunctionType
 
isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
Checks whether this is a subtype of that.
isSubtype(JSType, JSType.ImplCache) - Method in class com.google.javascript.rhino.jstype.JSType
checking isSubtype with structural interface matching
isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.NoObjectType
 
isSubtype(JSType, JSType.ImplCache) - Method in class com.google.javascript.rhino.jstype.NoObjectType
 
isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.NoType
 
isSubtype(JSType, JSType.ImplCache) - Method in class com.google.javascript.rhino.jstype.NoType
 
isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
 
isSubtype(JSType, JSType.ImplCache) - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
 
isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
isSubtype(JSType, JSType.ImplCache) - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.RecordType
 
isSubtype(JSType, JSType.ImplCache) - Method in class com.google.javascript.rhino.jstype.RecordType
 
isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.TemplatizedType
 
isSubtype(JSType, JSType.ImplCache) - Method in class com.google.javascript.rhino.jstype.TemplatizedType
 
isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.UnionType
 
isSubtype(JSType, JSType.ImplCache) - Method in class com.google.javascript.rhino.jstype.UnionType
 
isSubtype(JSType) - Method in class com.google.javascript.rhino.jstype.UnknownType
 
isSubtype(JSType, JSType.ImplCache) - Method in class com.google.javascript.rhino.jstype.UnknownType
 
isSubtypeOf(FunctionType) - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
isSubtypeOf(TypeI) - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isSubtypeOf(TypeI) - Method in class com.google.javascript.rhino.jstype.JSType
 
isSubtypeOf(TypeI) - Method in interface com.google.javascript.rhino.TypeI
 
isSubtypeWithoutStructuralTyping(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
the logic of this method is similar to isSubtype, except that it does not perform structural interface matching This function is added for disambiguate properties, and is deprecated for the other use cases.
isSuper() - Method in class com.google.javascript.rhino.Node
 
isSuperClassReference(String) - Method in class com.google.javascript.jscomp.ClosureCodingConvention
 
isSuperClassReference(String) - Method in interface com.google.javascript.jscomp.CodingConvention
Returns true if passed a string referring to the superclass.
isSuperClassReference(String) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
isSvgOnly() - Method in class com.google.common.css.compiler.ast.Property
 
isSwitch() - Method in class com.google.javascript.rhino.Node
 
isSyntheticBlock() - Method in class com.google.javascript.rhino.Node
Returns whether this is a synthetic block that should not be considered a real source block.
isTaggedTemplateLit() - Method in class com.google.javascript.rhino.Node
 
isTemplateLit() - Method in class com.google.javascript.rhino.Node
 
isTemplateLitSub() - Method in class com.google.javascript.rhino.Node
 
isTemplateType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isTemplatizable(JSType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Checks whether the input type can be templatized.
isTemplatizedType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isThis() - Method in class com.google.javascript.rhino.Node
 
isThrow() - Method in class com.google.javascript.rhino.Node
 
isTop() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isTopFunction() - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
isTrue() - Method in class com.google.javascript.rhino.Node
 
isTruthy() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isTry() - Method in class com.google.javascript.rhino.Node
 
isTypeInferred() - Method in class com.google.javascript.jscomp.TypedVar
Returns whether this variable's type is inferred.
isTypeInferred() - Method in class com.google.javascript.rhino.jstype.Property
 
isTypeInferred() - Method in class com.google.javascript.rhino.jstype.SimpleSlot
 
isTypeInferred() - Method in interface com.google.javascript.rhino.jstype.StaticTypedSlot
Returns whether the type has been inferred (as opposed to declared).
isTypeOf() - Method in class com.google.javascript.rhino.Node
 
isTypeTransformation() - Method in class com.google.javascript.rhino.jstype.TemplateType
 
isTypeVar() - Method in class com.google.javascript.jscomp.newtypes.Declaration
 
isTypeVariable() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isTypeVariableDefinedLocally(String) - Method in class com.google.javascript.jscomp.newtypes.DeclaredFunctionType
 
isUnaryOperator() - Method in enum com.google.common.css.compiler.ast.CssBooleanExpressionNode.Type
 
isUndefined() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isUninstantiatedGenericType() - Method in class com.google.javascript.jscomp.newtypes.NominalType
 
isUnion() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isUnionType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isUnknown() - Method in class com.google.common.css.SourceCodeLocation
 
isUnknown() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isUnknownType() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
isUnknownType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isUnknownType() - Method in class com.google.javascript.rhino.jstype.ObjectType
We treat this as the unknown type if any of its implicit prototype properties is unknown.
isUnknownType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
isUnknownType() - Method in class com.google.javascript.rhino.jstype.UnionType
 
isUnknownType() - Method in class com.google.javascript.rhino.jstype.UnknownType
 
isUnknownType() - Method in interface com.google.javascript.rhino.TypeI
 
isUnrestrictedRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
 
isUnscopedQualifiedName() - Method in class com.google.javascript.rhino.Node
Returns whether a node corresponds to a simple or a qualified name without a "this" reference, such as a.b.c, but not this.a .
isUsingIjData() - Method in class com.google.template.soy.jssrc.SoyJsSrcOptions
Returns whether use of injected data is currently enabled.
IsUsingIjDataVisitor - Class in com.google.template.soy.sharedpasses
Visitor for determining whether any code in a Soy tree uses injected data.
IsUsingIjDataVisitor(ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.IsUsingIjDataVisitor
 
isValidAssignmentTarget() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
isValidAssignmentTarget() - Method in class com.google.javascript.rhino.Node
 
isValidEndContextForContentKind(SanitizedContent.ContentKind) - Method in class com.google.template.soy.parsepasses.contextautoesc.Context
Determines whether a particular context is valid for the end of a block of a particular content kind.
isValidEnumKey(String) - Method in interface com.google.javascript.jscomp.CodingConvention
This checks that a given key may be used as a key for an enum.
isValidEnumKey(String) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
isValidEnumKey(String) - Method in class com.google.javascript.jscomp.GoogleCodingConvention
This checks that a given key may be used as a key for an enum.
isValidExpressionTree() - Method in class com.google.common.css.compiler.ast.CssBooleanExpressionNode
Checks if the expression tree is valid.
isValidQualifiedName(String) - Static method in class com.google.javascript.jscomp.NodeUtil
Deprecated.
isValidQualifiedName(CompilerOptions.LanguageMode, String) - Static method in class com.google.javascript.jscomp.NodeUtil
Determines whether the given name is a valid qualified name.
isValidStartContextForContentKind(SanitizedContent.ContentKind) - Method in class com.google.template.soy.parsepasses.contextautoesc.Context
Determines whether a particular context is valid at the start of a block of a particular content kind.
isValidStartContextForContentKindLoose(SanitizedContent.ContentKind) - Method in class com.google.template.soy.parsepasses.contextautoesc.Context
Determines whether a particular context is allowed for contextual to strict calls.
isVar() - Method in class com.google.javascript.rhino.Node
 
isVarArgs() - Method in class com.google.javascript.rhino.JSTypeExpression
 
isVarArgs() - Method in class com.google.javascript.rhino.Node
Returns whether this node is a variable length argument node.
isVarArgsParameter(Node) - Method in interface com.google.javascript.jscomp.CodingConvention
This checks whether a given parameter should be treated as a marker for a variable argument list function.
isVarArgsParameter(Node) - Method in class com.google.javascript.jscomp.CodingConventions.Proxy
 
isVarArgsParameter(Node) - Method in class com.google.javascript.jscomp.GoogleCodingConvention
 
isVendorSpecific() - Method in class com.google.common.css.compiler.ast.Property
 
isVoid() - Method in class com.google.javascript.rhino.Node
 
isVoidable() - Method in class com.google.javascript.rhino.jstype.JSType
Tests whether this type is voidable.
isVoidable() - Method in class com.google.javascript.rhino.jstype.UnionType
Tests whether this type is voidable.
isVoidType() - Method in class com.google.javascript.rhino.jstype.JSType
 
isVoidType() - Method in class com.google.javascript.rhino.jstype.VoidType
 
isWhile() - Method in class com.google.javascript.rhino.Node
 
isWhitespace(int) - Static method in class com.google.javascript.rhino.TokenUtil
 
isWith() - Method in class com.google.javascript.rhino.Node
 
isWizaction() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether JSDoc is annotated with @wizaction annotation.
isWizactionRecorded() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Returns whether current JSDoc is annotated with @wizaction.
isYield() - Method in class com.google.javascript.rhino.Node
 
isYieldFor - Variable in class com.google.javascript.jscomp.parsing.parser.trees.YieldExpressionTree
 
isYieldFor() - Method in class com.google.javascript.rhino.Node
Returns whether this node is a generator node.
ITALIC_HTML - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoAutoescapeTrueSoyTemplateInfo
A string surrounded by HTML italics tags.
ITALIC_HTML - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .demoAutoescapeTrue.
ItemAccessNode - Class in com.google.template.soy.exprtree
Represents the bracket [] operation, which can either be used to access an array element by index, or a map value by key.
ItemAccessNode(ExprNode, ExprNode, boolean, boolean) - Constructor for class com.google.template.soy.exprtree.ItemAccessNode
 
ITEMS - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .buildCommaSeparatedList_ (private).
IterablesUtil - Class in org.plovr.util
IterablesUtil has methods that are not available in Iterables.
iterator() - Method in class com.google.javascript.rhino.Node.AncestorIterable
 
iterator() - Method in class com.google.template.soy.data.SoyListData
 
iterator() - Method in class com.google.template.soy.msgs.restricted.SoyMsgBundleImpl
 
iterator() - Method in interface com.google.template.soy.msgs.SoyMsgBundle
Returns an iterator over all the messages.

J

javaClassNameFromSoyTemplateName(String) - Static method in class com.google.template.soy.jbcsrc.api.Names
Translate a user controlled Soy name to a form that is safe to encode in a java class, method or field name.
javascriptEscaper() - Static method in class com.google.javascript.jscomp.deps.SourceCodeEscapers
Returns an Escaper instance that replaces non-ASCII characters in a string with their equivalent Javascript UTF-16 escape sequences "\unnnn", "\xnn" or special replacement sequences "\b", "\t", "\n", "\f", "\r" or "\\".
javaType() - Method in class com.google.template.soy.types.aggregate.ListType
 
javaType() - Method in class com.google.template.soy.types.aggregate.MapType
 
javaType() - Method in class com.google.template.soy.types.aggregate.RecordType
 
javaType() - Method in class com.google.template.soy.types.aggregate.UnionType
 
javaType() - Method in class com.google.template.soy.types.primitive.AnyType
 
javaType() - Method in class com.google.template.soy.types.primitive.BoolType
 
javaType() - Method in class com.google.template.soy.types.primitive.ErrorType
 
javaType() - Method in class com.google.template.soy.types.primitive.FloatType
 
javaType() - Method in class com.google.template.soy.types.primitive.IntType
 
javaType() - Method in class com.google.template.soy.types.primitive.NullType
 
javaType() - Method in class com.google.template.soy.types.primitive.SanitizedType
 
javaType() - Method in class com.google.template.soy.types.primitive.StringType
 
javaType() - Method in class com.google.template.soy.types.primitive.UnknownType
 
javaType() - Method in interface com.google.template.soy.types.SoyType
Returns the java class for the the SoyValue subclass that is used to represent this type.
jj_nt - Variable in class com.google.common.css.compiler.ast.GssParserCC
Next token.
jj_nt - Variable in class com.google.template.soy.exprparse.ExpressionParser
Next token.
jj_nt - Variable in class com.google.template.soy.soyparse.SoyFileParser
Next token.
jj_nt - Variable in class com.google.template.soy.soyparse.TemplateParser
Next token.
jj_nt - Variable in class com.google.template.soy.types.parse.TypeParser
Next token.
jjFillToken() - Method in class com.google.common.css.compiler.ast.GssParserCCTokenManager
 
jjFillToken() - Method in class com.google.template.soy.exprparse.ExpressionParserTokenManager
 
jjFillToken() - Method in class com.google.template.soy.soyparse.SoyFileParserTokenManager
 
jjFillToken() - Method in class com.google.template.soy.soyparse.TemplateParserTokenManager
 
jjFillToken() - Method in class com.google.template.soy.types.parse.TypeParserTokenManager
 
jjnewLexState - Static variable in class com.google.template.soy.soyparse.SoyFileParserTokenManager
Lex State array.
jjnewLexState - Static variable in class com.google.template.soy.soyparse.TemplateParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class com.google.common.css.compiler.ast.GssParserCCTokenManager
Token literal values.
jjstrLiteralImages - Static variable in class com.google.template.soy.exprparse.ExpressionParserTokenManager
Token literal values.
jjstrLiteralImages - Static variable in class com.google.template.soy.soyparse.SoyFileParserTokenManager
Token literal values.
jjstrLiteralImages - Static variable in class com.google.template.soy.soyparse.TemplateParserTokenManager
Token literal values.
jjstrLiteralImages - Static variable in class com.google.template.soy.types.parse.TypeParserTokenManager
Token literal values.
job - Variable in class com.google.common.css.AbstractCommandLineCompiler
The job to process: the inputs and the options.
JobDescription - Class in com.google.common.css
Provides inputs and options to Closure Stylesheets.
JobDescription.InputOrientation - Enum in com.google.common.css
The input orientation.
JobDescription.OptimizeStrategy - Enum in com.google.common.css
The optimization strategy.
JobDescription.OutputFormat - Enum in com.google.common.css
The output format.
JobDescription.OutputOrientation - Enum in com.google.common.css
The output orientation.
JobDescription.SourceMapDetailLevel - Enum in com.google.common.css
The source map generation levels.
JobDescriptionBuilder - Class in com.google.common.css
Aids in the creation of inputs for the compiler.
JobDescriptionBuilder() - Constructor for class com.google.common.css.JobDescriptionBuilder
 
join(JSType, JSType) - Static method in class com.google.javascript.jscomp.newtypes.JSType
 
join(QualifiedName, QualifiedName) - Static method in class com.google.javascript.jscomp.newtypes.QualifiedName
 
join(TypeEnv, TypeEnv) - Static method in class com.google.javascript.jscomp.newtypes.TypeEnv
 
join(Collection<TypeEnv>) - Static method in class com.google.javascript.jscomp.newtypes.TypeEnv
 
joinPathParts(String...) - Static method in class com.google.javascript.jscomp.Compiler
Creates an OS specific path string from parts
JqueryCodingConvention - Class in com.google.javascript.jscomp
This describes the jQuery specific JavaScript coding conventions.
JqueryCodingConvention() - Constructor for class com.google.javascript.jscomp.JqueryCodingConvention
 
JqueryCodingConvention(CodingConvention) - Constructor for class com.google.javascript.jscomp.JqueryCodingConvention
 
jqueryPass - Variable in class com.google.javascript.jscomp.CompilerOptions
Processes jQuery aliases
JsAst - Class in com.google.javascript.jscomp
Generates an AST for a JavaScript source file.
JsAst(SourceFile) - Constructor for class com.google.javascript.jscomp.JsAst
 
JSDOC_INFO_PROP - Static variable in class com.google.javascript.rhino.Node
 
JsDocCommand - Class in org.plovr.cli
 
JsDocCommand() - Constructor for class org.plovr.cli.JsDocCommand
 
JsDocCommandOptions - Class in org.plovr.cli
 
JsDocCommandOptions() - Constructor for class org.plovr.cli.JsDocCommandOptions
 
JSDocInfo - Class in com.google.javascript.rhino
JSDoc information describing JavaScript code.
JSDocInfo.Marker - Class in com.google.javascript.rhino
Defines a class for containing the parsing information for this JSDocInfo.
JSDocInfo.NamePosition - Class in com.google.javascript.rhino
A piece of information (found in a marker) which contains a position with a name node.
JSDocInfo.StringPosition - Class in com.google.javascript.rhino
A piece of information (found in a marker) which contains a position with a string.
JSDocInfo.TypePosition - Class in com.google.javascript.rhino
A piece of information (found in a marker) which contains a position with a type expression syntax tree.
JSDocInfo.Visibility - Enum in com.google.javascript.rhino
Visibility categories.
JSDocInfoBuilder - Class in com.google.javascript.rhino
A builder for JSDocInfo objects.
JSDocInfoBuilder(boolean) - Constructor for class com.google.javascript.rhino.JSDocInfoBuilder
 
JsDocInfoParser - Class in com.google.javascript.jscomp.parsing
A parser for JSDoc comments.
JSDocInfoPrinter - Class in com.google.javascript.jscomp
Prints a JSDocInfo, used for preserving type annotations in ES6 transpilation.
JSDocInfoPrinter() - Constructor for class com.google.javascript.jscomp.JSDocInfoPrinter
 
JsdocToEs6TypedConverter - Class in com.google.javascript.jscomp
Converts JS with types in jsdocs to an extended JS syntax that includes types.
JsdocToEs6TypedConverter(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.JsdocToEs6TypedConverter
 
JsdocToEs6TypedConverter.TypeDeclarationsIRFactory - Class in com.google.javascript.jscomp
Converts root nodes of JSTypeExpressions into TypeDeclaration ASTs.
jsDocType(String) - Static method in class com.google.javascript.refactoring.Matchers
Returns a Matcher that matches nodes that contain JS Doc that specify the @type annotation equivalent to the provided type.
JSError - Class in com.google.javascript.jscomp
Compile error description
JsExpr - Class in com.google.template.soy.jssrc.restricted
Value class to represent a JS expression.
JsExpr(String, int) - Constructor for class com.google.template.soy.jssrc.restricted.JsExpr
 
JsExprUtils - Class in com.google.template.soy.jssrc.restricted
Common utilities for dealing with JS expressions.
JsFileLineParser - Class in com.google.javascript.jscomp.deps
Base class for classes that parse JavaScript sources on a line-by-line basis.
JsFileLineParser(ErrorManager) - Constructor for class com.google.javascript.jscomp.deps.JsFileLineParser
Constructor.
JsFileParser - Class in com.google.javascript.jscomp.deps
A parser that can extract goog.require() and goog.provide() dependency information from a .js file.
JsFileParser(ErrorManager) - Constructor for class com.google.javascript.jscomp.deps.JsFileParser
Constructor
JsFunctionParser - Class in com.google.javascript.jscomp.deps
A parser that can extract dependency information from a .js file.
JsFunctionParser(Collection<String>, ErrorManager) - Constructor for class com.google.javascript.jscomp.deps.JsFunctionParser
Constructor
JsFunctionParser.SymbolInfo - Class in com.google.javascript.jscomp.deps
 
JsInput - Interface in org.plovr
JsInput represents a JavaScript input to the Closure Compiler.
JsInput.CodeWithEtag - Class in org.plovr
 
JsInputComparator - Class in org.plovr
 
JsMessage - Class in com.google.javascript.jscomp
A representation of a translatable message in JavaScript source code.
JsMessage.Builder - Class in com.google.javascript.jscomp
Contains functionality for creating JS messages.
JsMessage.IdGenerator - Interface in com.google.javascript.jscomp
ID generator
JsMessage.PlaceholderReference - Class in com.google.javascript.jscomp
A reference to a placeholder in a translatable message.
JsMessage.Style - Enum in com.google.javascript.jscomp
Message style that could be used for JS code parsing.
JsMessageDefinition - Class in com.google.javascript.jscomp
Container class that holds information about JS message source.
JsMessageExtractor - Class in com.google.javascript.jscomp
Extracts messages and message comments from JS code.
JsMessageExtractor(JsMessage.IdGenerator, JsMessage.Style) - Constructor for class com.google.javascript.jscomp.JsMessageExtractor
 
JsMessageExtractor(JsMessage.IdGenerator, JsMessage.Style, CompilerOptions, boolean) - Constructor for class com.google.javascript.jscomp.JsMessageExtractor
 
JsMessageVisitor - Class in com.google.javascript.jscomp
Traverses across parsed tree and finds I18N messages.
JsMessageVisitor(AbstractCompiler, boolean, JsMessage.Style, JsMessage.IdGenerator) - Constructor for class com.google.javascript.jscomp.JsMessageVisitor
Creates JS message visitor.
JSModule - Class in com.google.javascript.jscomp
A JavaScript module has a unique name, consists of a list of compiler inputs, and can depend on other modules.
JSModule(String) - Constructor for class com.google.javascript.jscomp.JSModule
Creates an instance.
JSModuleGraph - Class in com.google.javascript.jscomp
A JSModule dependency graph that assigns a depth to each module and can answer depth-related queries about them.
JSModuleGraph(JSModule[]) - Constructor for class com.google.javascript.jscomp.JSModuleGraph
Creates a module graph from a list of modules in dependency order.
JSModuleGraph(List<JSModule>) - Constructor for class com.google.javascript.jscomp.JSModuleGraph
Creates a module graph from a list of modules in dependency order.
JSModuleGraph.MissingModuleException - Exception in com.google.javascript.jscomp
Another exception class
JSModuleGraph.ModuleDependenceException - Exception in com.google.javascript.jscomp
Exception class for declaring when the modules being fed into a JSModuleGraph as input aren't in dependence order, and so can't be processed for caching of various dependency-related queries.
jsonToSoyData(JsonElement) - Static method in class org.plovr.util.SoyDataUtil
 
JsSourceFile - Class in org.plovr
JsSourceFile represents a JavaScript file.
JsSourceMatcher - Class in com.google.javascript.refactoring
A Matcher that can take arbitrary JS source code and use it as a template to find matches in other source code.
JsSourceMatcher(AbstractCompiler, Node) - Constructor for class com.google.javascript.refactoring.JsSourceMatcher
Constructs this matcher with a Function node that serves as the template to match all other nodes against.
JsSrcMain - Class in com.google.template.soy.jssrc.internal
Main entry point for the JS Src backend (output target).
JsSrcMain(GuiceSimpleScope, SimplifyVisitor, Provider<OptimizeBidiCodeGenVisitor>, Provider<GenJsCodeVisitor>, ErrorReporter) - Constructor for class com.google.template.soy.jssrc.internal.JsSrcMain
 
JsSrcModule - Class in com.google.template.soy.jssrc.internal
Guice module for the JS Source backend.
JsSrcModule() - Constructor for class com.google.template.soy.jssrc.internal.JsSrcModule
 
JsSrcUtils - Class in com.google.template.soy.jssrc.internal
Shared utilities specific to the JS Src backend.
JSType - Class in com.google.javascript.jscomp.newtypes
 
JSType() - Constructor for class com.google.javascript.jscomp.newtypes.JSType
 
JSType - Class in com.google.javascript.rhino.jstype
Represents JavaScript value types.
JSType.EqCache - Class in com.google.javascript.rhino.jstype
cache used by equivalence check logic
JSType.ImplCache - Class in com.google.javascript.rhino.jstype
cache used by check sub-type logic
JSType.MatchCache - Class in com.google.javascript.rhino.jstype
base cache data structure
JSType.MatchStatus - Enum in com.google.javascript.rhino.jstype
describe the status of checking that a function implicitly implements an interface.
JSType.TypePair - Class in com.google.javascript.rhino.jstype
a data structure that represents a pair of types
JSTypeCreatorFromJSDoc - Class in com.google.javascript.jscomp.newtypes
 
JSTypeCreatorFromJSDoc(CodingConvention) - Constructor for class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc
 
JSTypeCreatorFromJSDoc.FunctionAndSlotType - Class in com.google.javascript.jscomp.newtypes
 
JSTypeCreatorFromJSDoc.UnknownTypeException - Exception in com.google.javascript.jscomp.newtypes
Exception for when unrecognized type names are encountered
JSTypeExpression - Class in com.google.javascript.rhino
Represents a type expression as a miniature Rhino AST, so that the type expression can be evaluated later.
JSTypeExpression(Node, String) - Constructor for class com.google.javascript.rhino.JSTypeExpression
 
JSTypeNative - Enum in com.google.javascript.rhino.jstype
Constants corresponding to types that are built into a JavaScript engine and other types that occur very often in the type system.
JSTypeRegistry - Class in com.google.javascript.rhino.jstype
The type registry is used to resolve named types.
JSTypeRegistry(ErrorReporter) - Constructor for class com.google.javascript.rhino.jstype.JSTypeRegistry
Constructs a new type registry populated with the built-in types.
JSTypes - Class in com.google.javascript.jscomp.newtypes
This class contains commonly used types, accessible from the jscomp package.

K

key() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
key - Variable in class com.google.javascript.jscomp.DiagnosticType
The error type.
keyList() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
Keywords - Enum in com.google.javascript.jscomp.parsing.parser
The JavaScript keywords.
KEYWORDS - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoBidiSupportSoyTemplateInfo
List of keywords.
KEYWORDS - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .demoBidiSupport.
kind - Variable in class com.google.common.css.compiler.ast.Token
An integer that describes the kind of this token.
kind - Variable in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree
 
kind - Variable in enum com.google.javascript.jscomp.parsing.TypeTransformationParser.Keywords
 
kind - Variable in class com.google.template.soy.exprparse.Token
An integer that describes the kind of this token.
kind() - Method in interface com.google.template.soy.exprtree.VarDefn
What kind of variable this is (param, local var, etc).
kind - Variable in class com.google.template.soy.soyparse.Token
An integer that describes the kind of this token.
kind() - Method in class com.google.template.soy.soytree.defn.InjectedParam
 
kind() - Method in class com.google.template.soy.soytree.defn.LocalVar
 
kind() - Method in class com.google.template.soy.soytree.defn.LoopVar
 
kind() - Method in class com.google.template.soy.soytree.defn.TemplateParam
 
kind() - Method in class com.google.template.soy.soytree.defn.UndeclaredVar
 
kind - Variable in class com.google.template.soy.types.parse.Token
An integer that describes the kind of this token.
knownDirAttr(Dir) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Returns "dir=\"ltr\"" or "dir=\"rtl\"", depending on the given directionality, if it is not NEUTRAL or the same as the context directionality.
knownDirAttrValue(Dir) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Returns "rtl" if the given directionality is RTL, and "ltr" if it is LTR.

L

label(Node, Node) - Static method in class com.google.javascript.rhino.IR
 
LABEL - Static variable in class com.google.javascript.rhino.Token
Token types.
LABEL_NAME - Static variable in class com.google.javascript.rhino.Token
Token types.
LabelledStatementTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
LabelledStatementTree(SourceRange, IdentifierToken, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.LabelledStatementTree
 
labelName(String) - Static method in class com.google.javascript.rhino.IR
 
labelRenaming - Variable in class com.google.javascript.jscomp.CompilerOptions
Controls label renaming.
LABS_URL - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoMsgSoyTemplateInfo
The URL of the unreleased 'Labs' feature.
LABS_URL - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .demoMsg.
LANGFUNCTION - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
LANGLE - Static variable in interface com.google.template.soy.types.parse.TypeParserConstants
RegularExpression Id.
languageDir(ULocale) - Static method in class com.google.template.soy.internal.i18n.BidiUtils
Returns the directionality of a locale.
languageDir(String) - Static method in class com.google.template.soy.internal.i18n.BidiUtils
Returns the directionality of a locale, given as a string in the ICU syntax.
LatticeElement - Interface in com.google.javascript.jscomp.graph
A lattice element.
LazySanitizedContents - Class in com.google.template.soy.data
An internal only class to allow the render package to create lazy versions of SanitizedContent.
LB - Static variable in class com.google.javascript.rhino.Token
Token types.
LBRACKET - Static variable in interface com.google.template.soy.types.parse.TypeParserConstants
RegularExpression Id.
LC - Static variable in class com.google.javascript.rhino.Token
Token types.
LE - Static variable in class com.google.javascript.rhino.Token
Token types.
LEAST_FUNCTION_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
leave(CssNode) - Method in class com.google.common.css.compiler.passes.CodePrinter
 
leave(CssNode) - Method in class com.google.common.css.compiler.passes.CreateStandardAtRuleNodes
 
leave(CssNode) - Method in class com.google.common.css.compiler.passes.SExprPrinter
 
leave(CssNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
 
leaveArgumentNode(CssValueNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssFunctionNode's sub trees.
leaveArgumentNode(CssValueNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveArgumentNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.CreateConstantReferences
 
leaveArgumentNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssFunctionNode's sub trees.
leaveAttributeSelector(CssAttributeSelectorNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssAttributeSelectorNode's sub trees
leaveAttributeSelector(CssAttributeSelectorNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveAttributeSelector(CssAttributeSelectorNode) - Method in class com.google.common.css.compiler.passes.ChunkCompactPrinter
 
leaveAttributeSelector(CssAttributeSelectorNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssAttributeSelectorNode's sub trees
leaveBlock(CssBlockNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssBlockNode's sub trees
leaveBlock(CssBlockNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveBlock(CssBlockNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
leaveBlock(CssBlockNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssBlockNode's sub trees
leaveClassSelector(CssClassSelectorNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssClassSelectorNode's sub trees
leaveClassSelector(CssClassSelectorNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveClassSelector(CssClassSelectorNode) - Method in class com.google.common.css.compiler.passes.ChunkCompactPrinter
 
leaveClassSelector(CssClassSelectorNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssClassSelectorNode's sub trees
leaveCombinator(CssCombinatorNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssCombinatorNode's sub trees
leaveCombinator(CssCombinatorNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveCombinator(CssCombinatorNode) - Method in class com.google.common.css.compiler.passes.ChunkCompactPrinter
 
leaveCombinator(CssCombinatorNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
leaveCombinator(CssCombinatorNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
leaveCombinator(CssCombinatorNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssCombinatorNode's sub trees
leaveComponent(CssComponentNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called after visiting a CssComponentNode's sub trees
leaveComponent(CssComponentNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveComponent(CssComponentNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssComponentNode's sub trees
leaveCompositeValueNode(CssCompositeValueNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssValueNode that is a CssCompositeValueNode
leaveCompositeValueNode(CssCompositeValueNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveCompositeValueNode(CssCompositeValueNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
leaveCompositeValueNode(CssCompositeValueNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssValueNode that is a CssCompositeValueNode
leaveCompositeValueNodeOperator(CssCompositeValueNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called between values in a CssCompositeValueNode
leaveCompositeValueNodeOperator(CssCompositeValueNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveCompositeValueNodeOperator(CssCompositeValueNode) - Method in class com.google.common.css.compiler.passes.SExprPrinter
Called between values in a CssCompositeValueNode
leaveCompositeValueNodeOperator(CssCompositeValueNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called between values in a CssCompositeValueNode
leaveConditionalBlock(CssConditionalBlockNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssConditionalBlockNode's sub trees
leaveConditionalBlock(CssConditionalBlockNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveConditionalBlock(CssConditionalBlockNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
leaveConditionalBlock(CssConditionalBlockNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssConditionalBlockNode's sub trees
leaveConditionalRule(CssConditionalRuleNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called after visiting a CssConditionalRuleNode's sub trees
leaveConditionalRule(CssConditionalRuleNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveConditionalRule(CssConditionalRuleNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
leaveConditionalRule(CssConditionalRuleNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssConditionalRuleNode's sub trees
leaveDeclaration(CssDeclarationNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssDeclarationNode's sub trees
leaveDeclaration(CssDeclarationNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveDeclaration(CssDeclarationNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
leaveDeclaration(CssDeclarationNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
leaveDeclaration(CssDeclarationNode) - Method in class com.google.common.css.compiler.passes.RemoveDefaultDeclarations
 
leaveDeclaration(CssDeclarationNode) - Method in class com.google.common.css.compiler.passes.RemoveEmptyValues
 
leaveDeclaration(CssDeclarationNode) - Method in class com.google.common.css.compiler.passes.ReplaceMixins
 
leaveDeclaration(CssDeclarationNode) - Method in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
leaveDeclaration(CssDeclarationNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssDeclarationNode's sub trees
leaveDeclarationBlock(CssDeclarationBlockNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssDeclarationBlockNode's sub trees
leaveDeclarationBlock(CssDeclarationBlockNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveDeclarationBlock(CssDeclarationBlockNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
leaveDeclarationBlock(CssDeclarationBlockNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
leaveDeclarationBlock(CssDeclarationBlockNode) - Method in class com.google.common.css.compiler.passes.ReplaceMixins
 
leaveDeclarationBlock(CssDeclarationBlockNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssDeclarationBlockNode's sub trees
leaveDefinition(CssDefinitionNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called after visiting a CssDefinitionNode's sub trees
leaveDefinition(CssDefinitionNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveDefinition(CssDefinitionNode) - Method in class com.google.common.css.compiler.passes.DefinitionPrinter
 
leaveDefinition(CssDefinitionNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
leaveDefinition(CssDefinitionNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssDefinitionNode's sub trees
leaveFontFace(CssFontFaceNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called after visiting a CssFontFaceNode's sub trees
leaveFontFace(CssFontFaceNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveFontFace(CssFontFaceNode) - Method in class com.google.common.css.compiler.passes.ChunkCompactPrinter
 
leaveFontFace(CssFontFaceNode) - Method in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
leaveFontFace(CssFontFaceNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssFontFaceNode's sub trees
leaveForLoop(CssForLoopRuleNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssForLoopRuleNode's sub trees
leaveForLoop(CssForLoopRuleNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveForLoop(CssForLoopRuleNode) - Method in class com.google.common.css.compiler.passes.CreateForLoopNodes
 
leaveForLoop(CssForLoopRuleNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
 
leaveFunctionNode(CssFunctionNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssFunctionNode's sub trees.
leaveFunctionNode(CssFunctionNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveFunctionNode(CssFunctionNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
leaveFunctionNode(CssFunctionNode) - Method in class com.google.common.css.compiler.passes.DefinitionPrinter
 
leaveFunctionNode(CssFunctionNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
leaveFunctionNode(CssFunctionNode) - Method in class com.google.common.css.compiler.passes.ResolveCustomFunctionNodes
 
leaveFunctionNode(CssFunctionNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssFunctionNode's sub trees.
leaveIdSelector(CssIdSelectorNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssIdSelectorNode's sub trees
leaveIdSelector(CssIdSelectorNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveIdSelector(CssIdSelectorNode) - Method in class com.google.common.css.compiler.passes.ChunkCompactPrinter
 
leaveIdSelector(CssIdSelectorNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssIdSelectorNode's sub trees
leaveImportBlock(CssImportBlockNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssImportBlockNode's sub trees
leaveImportBlock(CssImportBlockNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveImportBlock(CssImportBlockNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssImportBlockNode's sub trees
leaveImportRule(CssImportRuleNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called after visiting a CssImportRuleNode's sub trees
leaveImportRule(CssImportRuleNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveImportRule(CssImportRuleNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
leaveImportRule(CssImportRuleNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
leaveImportRule(CssImportRuleNode) - Method in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
leaveImportRule(CssImportRuleNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssImportRuleNode's sub trees
leaveKey(CssKeyNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssKeyNode's sub trees
leaveKey(CssKeyNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveKey(CssKeyNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
leaveKey(CssKeyNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
leaveKey(CssKeyNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssKeyNode's sub trees
leaveKeyBlock(CssKeyListNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssKeyListNode's sub trees
leaveKeyBlock(CssKeyListNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveKeyBlock(CssKeyListNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
leaveKeyBlock(CssKeyListNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
leaveKeyBlock(CssKeyListNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssKeyListNode's sub trees
leaveKeyframeRuleset(CssKeyframeRulesetNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssKeyframeRulesetNode's sub trees
leaveKeyframeRuleset(CssKeyframeRulesetNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveKeyframeRuleset(CssKeyframeRulesetNode) - Method in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
leaveKeyframeRuleset(CssKeyframeRulesetNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssKeyframeRulesetNode's sub trees
leaveKeyframesRule(CssKeyframesNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called after visiting a CssKeyframesNode's sub trees
leaveKeyframesRule(CssKeyframesNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveKeyframesRule(CssKeyframesNode) - Method in class com.google.common.css.compiler.passes.ChunkCompactPrinter
 
leaveKeyframesRule(CssKeyframesNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
leaveKeyframesRule(CssKeyframesNode) - Method in class com.google.common.css.compiler.passes.CreateVendorPrefixedKeyframes
 
leaveKeyframesRule(CssKeyframesNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
leaveKeyframesRule(CssKeyframesNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssKeyframesNode's sub trees
leaveMediaRule(CssMediaRuleNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called after visiting a CssMediaRuleNode's sub trees
leaveMediaRule(CssMediaRuleNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveMediaRule(CssMediaRuleNode) - Method in class com.google.common.css.compiler.passes.ChunkCompactPrinter
 
leaveMediaRule(CssMediaRuleNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
leaveMediaRule(CssMediaRuleNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
leaveMediaRule(CssMediaRuleNode) - Method in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
leaveMediaRule(CssMediaRuleNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssMediaRuleNode's sub trees
leaveMediaTypeListDelimiter(CssNodesListNode<? extends CssNode>) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called between adjacent nodes in a media type list
leaveMediaTypeListDelimiter(CssNodesListNode<? extends CssNode>) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveMediaTypeListDelimiter(CssNodesListNode<? extends CssNode>) - Method in class com.google.common.css.compiler.passes.SExprPrinter
Called between adjacent nodes in a media type list
leaveMediaTypeListDelimiter(CssNodesListNode<? extends CssNode>) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called between adjacent nodes in a media type list
leaveMixin(CssMixinNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called after visiting a CssMixinNode's sub trees
leaveMixin(CssMixinNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveMixin(CssMixinNode) - Method in class com.google.common.css.compiler.passes.ReplaceMixins
 
leaveMixin(CssMixinNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssMixinNode's sub trees
leaveMixinDefinition(CssMixinDefinitionNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called after visiting a CssMixinDefinitionNode's sub trees
leaveMixinDefinition(CssMixinDefinitionNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveMixinDefinition(CssMixinDefinitionNode) - Method in class com.google.common.css.compiler.passes.AutoExpandBrowserPrefix
 
leaveMixinDefinition(CssMixinDefinitionNode) - Method in class com.google.common.css.compiler.passes.CollectMixinDefinitions
 
leaveMixinDefinition(CssMixinDefinitionNode) - Method in class com.google.common.css.compiler.passes.CreateConstantReferences
 
leaveMixinDefinition(CssMixinDefinitionNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssMixinDefinitionNode's sub trees
leavePageRule(CssPageRuleNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called after visiting a CssPageRuleNode's sub trees
leavePageRule(CssPageRuleNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leavePageRule(CssPageRuleNode) - Method in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
leavePageRule(CssPageRuleNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssPageRuleNode's sub trees
leavePageSelector(CssPageSelectorNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called after visiting a CssPageSelectorNode's sub trees
leavePageSelector(CssPageSelectorNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leavePageSelector(CssPageSelectorNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssPageSelectorNode's sub trees
leavePropertyValue(CssPropertyValueNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssPropertyValueNode's sub trees
leavePropertyValue(CssPropertyValueNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leavePropertyValue(CssPropertyValueNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssPropertyValueNode's sub trees
leaveProvideNode(CssProvideNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called after visiting a CssProvideNode's sub trees
leaveProvideNode(CssProvideNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveProvideNode(CssProvideNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssProvideNode
leavePseudoClass(CssPseudoClassNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssPseudoClassNode's sub trees
leavePseudoClass(CssPseudoClassNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leavePseudoClass(CssPseudoClassNode) - Method in class com.google.common.css.compiler.passes.ChunkCompactPrinter
 
leavePseudoClass(CssPseudoClassNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
leavePseudoClass(CssPseudoClassNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
leavePseudoClass(CssPseudoClassNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssPseudoClassNode's sub trees
leavePseudoElement(CssPseudoElementNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssPseudoElementNode's sub trees
leavePseudoElement(CssPseudoElementNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leavePseudoElement(CssPseudoElementNode) - Method in class com.google.common.css.compiler.passes.ChunkCompactPrinter
 
leavePseudoElement(CssPseudoElementNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssPseudoElementNode's sub trees
leaveRequireNode(CssRequireNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called after visiting a CssRequireNode's sub trees
leaveRequireNode(CssRequireNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveRequireNode(CssRequireNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssRequireNode
leaveRuleset(CssRulesetNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssRulesetNode's sub trees
leaveRuleset(CssRulesetNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveRuleset(CssRulesetNode) - Method in class com.google.common.css.compiler.passes.MarkNonFlippableNodes
 
leaveRuleset(CssRulesetNode) - Method in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
leaveRuleset(CssRulesetNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssRulesetNode's sub trees
leaves(Collection<CssValueNode>) - Static method in class com.google.common.css.compiler.ast.CssValueNode
Visit just the leaves in the subtrees from the given roots.
leaveSelector(CssSelectorNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssSelectorNode's sub trees
leaveSelector(CssSelectorNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveSelector(CssSelectorNode) - Method in class com.google.common.css.compiler.passes.ChunkCompactPrinter
 
leaveSelector(CssSelectorNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
leaveSelector(CssSelectorNode) - Method in class com.google.common.css.compiler.passes.MarkNonFlippableNodes
 
leaveSelector(CssSelectorNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
leaveSelector(CssSelectorNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssSelectorNode's sub trees
leaveSelectorBlock(CssSelectorListNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssSelectorListNode's sub trees
leaveSelectorBlock(CssSelectorListNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveSelectorBlock(CssSelectorListNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
leaveSelectorBlock(CssSelectorListNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
leaveSelectorBlock(CssSelectorListNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssSelectorListNode's sub trees
leaveTree(CssRootNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssRootNode's sub trees
leaveTree(CssRootNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveTree(CssRootNode) - Method in class com.google.common.css.compiler.passes.CreateStandardAtRuleNodes
 
leaveTree(CssRootNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssRootNode's sub trees
leaveUnknownAtRule(CssUnknownAtRuleNode) - Method in interface com.google.common.css.compiler.ast.AtRuleHandler
Called after visiting a CssUnknownAtRuleNode's sub trees
leaveUnknownAtRule(CssUnknownAtRuleNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveUnknownAtRule(CssUnknownAtRuleNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
leaveUnknownAtRule(CssUnknownAtRuleNode) - Method in class com.google.common.css.compiler.passes.CreateComponentNodes
 
leaveUnknownAtRule(CssUnknownAtRuleNode) - Method in class com.google.common.css.compiler.passes.CreateConditionalNodes
 
leaveUnknownAtRule(CssUnknownAtRuleNode) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
leaveUnknownAtRule(CssUnknownAtRuleNode) - Method in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
leaveUnknownAtRule(CssUnknownAtRuleNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Called after visiting a CssUnknownAtRuleNode's sub trees
leaveValueNode(CssValueNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Called after visiting a CssValueNode that is not a CssCompositeValueNode
leaveValueNode(CssValueNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
leaveValueNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
leaveValueNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.CreateConstantReferences
 
leaveValueNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.DefinitionPrinter
 
leaveValueNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.HandleMissingConstantDefinitions
 
leaveValueNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.SExprPrinter
 
leaveValueNode(CssValueNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
 
left - Variable in class com.google.javascript.jscomp.parsing.parser.trees.BinaryOperatorTree
 
left - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ConditionalExpressionTree
 
LEFT - Static variable in class com.google.template.soy.internal.i18n.BidiUtils
"left" string constant.
LEFTBRACE - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
LEFTROUND - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
LEFTSQUARE - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
length() - Method in class com.google.javascript.jscomp.JsMessage.PlaceholderReference
 
LENGTH - Static variable in class com.google.javascript.rhino.Node
 
length() - Method in class com.google.template.soy.base.internal.IndentedLinesBuilder
 
length() - Method in interface com.google.template.soy.data.SoyList
Gets the length of this SoyList.
length() - Method in class com.google.template.soy.data.SoyListData
Gets the length of this list.
lessThan(SoyValue, SoyValue) - Static method in class com.google.template.soy.shared.internal.SharedRuntime
Performs the < operator on the two values.
LessThanOpNode(SourceLocation) - Constructor for class com.google.template.soy.exprtree.OperatorNodes.LessThanOpNode
 
lessThanOrEqual(SoyValue, SoyValue) - Static method in class com.google.template.soy.shared.internal.SharedRuntime
Performs the <= operator on the two values.
LessThanOrEqualOpNode(SourceLocation) - Constructor for class com.google.template.soy.exprtree.OperatorNodes.LessThanOrEqualOpNode
 
let(Node, Node) - Static method in class com.google.javascript.rhino.IR
 
LET - Static variable in class com.google.javascript.rhino.Token
Token types.
LetContentNode - Class in com.google.template.soy.soytree
Node representing a 'let' statement with content.
LetContentNode.Builder - Class in com.google.template.soy.soytree
Builder for LetContentNode.
LetNode - Class in com.google.template.soy.soytree
Abstract node representing a 'let' statement.
LetNode(int, SourceLocation, String, String) - Constructor for class com.google.template.soy.soytree.LetNode
 
LetNode(LetNode, CopyState) - Constructor for class com.google.template.soy.soytree.LetNode
Copy constructor.
LetNode.CommandTextParseResult - Class in com.google.template.soy.soytree
Return value for parseCommandTextHelper().
LetValueNode - Class in com.google.template.soy.soytree
Node representing a 'let' statement with a value expression.
LetValueNode.Builder - Class in com.google.template.soy.soytree
Builder for LetValueNode.
level(JSError) - Method in class com.google.javascript.jscomp.ByPathWarningsGuard
 
level(JSError) - Method in class com.google.javascript.jscomp.ComposeWarningsGuard
 
level - Variable in class com.google.javascript.jscomp.ConformanceRules.ConformanceResult
 
level(JSError) - Method in class com.google.javascript.jscomp.DiagnosticGroupWarningsGuard
 
level - Variable in class com.google.javascript.jscomp.DiagnosticType
Reporting level, initially the defaultLevel but may be changed.
level - Variable in class com.google.javascript.jscomp.JSError
Deprecated.
Use #getDefaultLevel
level(JSError) - Method in class com.google.javascript.jscomp.ShowByPathWarningsGuard
 
level(JSError) - Method in class com.google.javascript.jscomp.StrictWarningsGuard
 
level(JSError) - Method in class com.google.javascript.jscomp.WarningsGuard
Returns a new check level for a given error.
level(JSError) - Method in class com.google.javascript.jscomp.WhitelistWarningsGuard
 
LEXICAL_ERROR - Static variable in error com.google.common.css.compiler.ast.TokenMgrError
Lexical error occurred.
LexicalErr(boolean, int, int, int, String, int) - Static method in error com.google.common.css.compiler.ast.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in error com.google.template.soy.exprparse.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in error com.google.template.soy.soyparse.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in error com.google.template.soy.types.parse.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class com.google.common.css.compiler.ast.GssParserCCTokenManager
Lexer state names.
lexStateNames - Static variable in class com.google.template.soy.exprparse.ExpressionParserTokenManager
Lexer state names.
lexStateNames - Static variable in class com.google.template.soy.soyparse.SoyFileParserTokenManager
Lexer state names.
lexStateNames - Static variable in class com.google.template.soy.soyparse.TemplateParserTokenManager
Lexer state names.
lexStateNames - Static variable in class com.google.template.soy.types.parse.TypeParserTokenManager
Lexer state names.
lhs - Variable in class com.google.javascript.jscomp.parsing.parser.trees.DefaultParameterTree
 
LibraryDescriptor - Class in org.plovr.docgen
 
LibraryDescriptor(String, String, List<MethodDescriptor>) - Constructor for class org.plovr.docgen.LibraryDescriptor
 
LibraryDescriptor.Builder - Class in org.plovr.docgen
 
LightweightMessageFormatter - Class in com.google.javascript.jscomp
Lightweight message formatter.
LightweightMessageFormatter(SourceExcerptProvider) - Constructor for class com.google.javascript.jscomp.LightweightMessageFormatter
 
LightweightMessageFormatter(SourceExcerptProvider, SourceExcerptProvider.SourceExcerpt) - Constructor for class com.google.javascript.jscomp.LightweightMessageFormatter
 
limit() - Method in class com.google.template.soy.soytree.ForNode.RangeArgs
The expression for the iteration end point.
limited() - Static method in class com.google.template.soy.jbcsrc.api.RenderResult
Returns a RenderResult with type set to limited.
line - Variable in class com.google.javascript.jscomp.parsing.parser.util.SourcePosition
 
line - Variable in class com.google.template.soy.exprparse.SimpleCharStream
 
line - Variable in class com.google.template.soy.soyparse.SimpleCharStream
 
line - Variable in class com.google.template.soy.types.parse.SimpleCharStream
 
LINE_COMMENT_AT_SOL - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
LINE_COMMENT_NOT_SOL - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
lineBreak - Variable in class com.google.javascript.jscomp.CompilerOptions
Line break the output a bit more aggressively
lineNumber - Variable in class com.google.javascript.jscomp.JSError
Line number of the source
LineNumberTable - Class in com.google.javascript.jscomp.parsing.parser
Maps offsets into a source string into line/column positions.
LineNumberTable(SourceFile) - Constructor for class com.google.javascript.jscomp.parsing.parser.LineNumberTable
 
lineNumberTable - Variable in class com.google.javascript.jscomp.parsing.parser.SourceFile
 
LinkedDirectedGraph<N,E> - Class in com.google.javascript.jscomp.graph
A directed graph using linked list within nodes to store edge information.
LinkedDirectedGraph(boolean, boolean) - Constructor for class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
LinkedDirectedGraph.LinkedDirectedGraphNode<N,E> - Class in com.google.javascript.jscomp.graph
A directed graph node that stores outgoing edges and incoming edges as an list within the node itself.
LinkedUndirectedGraph<N,E> - Class in com.google.javascript.jscomp.graph
An undirected graph using linked list within nodes to store edge information.
LinkedUndirectedGraph(boolean, boolean) - Constructor for class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
LINT_CHECKS - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
Linter - Class in com.google.javascript.jscomp
Minimal binary that just runs the "lint" checks which can be run on a single file at a time.
Linter() - Constructor for class com.google.javascript.jscomp.Linter
 
LIST - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoParamWithKindAttributeSoyTemplateInfo
A list of things.
LIST - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .demoParamWithKindAttribute.
LIST_ITEMS - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .demoParamWithKindAttributeCallee_ (private).
ListHandler - Class in org.plovr
 
ListHandler(CompilationServer) - Constructor for class org.plovr.ListHandler
 
ListImpl - Class in com.google.template.soy.data.internal
Internal implementation of SoyList backed by a list of SoyValueProviders.
ListLiteralNode - Class in com.google.template.soy.exprtree
A node representing a list literal (with items as children).
ListLiteralNode(List<ExprNode>, SourceLocation) - Constructor for class com.google.template.soy.exprtree.ListLiteralNode
 
ListType - Class in com.google.template.soy.types.aggregate
Represents the type of a list, a sequential random-access container keyed by integer.
LITERAL_RAW_TEXT_CONTENT - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
LiteralExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
LiteralExpressionTree(SourceRange, Token) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.LiteralExpressionTree
 
LiteralToken - Class in com.google.javascript.jscomp.parsing.parser
A token representing a javascript literal.
LiteralToken(TokenType, String, SourceRange) - Constructor for class com.google.javascript.jscomp.parsing.parser.LiteralToken
 
literalToken - Variable in class com.google.javascript.jscomp.parsing.parser.trees.LiteralExpressionTree
 
load(String) - Static method in class com.google.javascript.jscomp.VariableMap
Reads the variable map from a file written via VariableMap.save(String).
loadRefasterJsTemplate(String) - Method in class com.google.javascript.refactoring.RefasterJsScanner
Loads the RefasterJs template.
loadRefasterJsTemplateFromCode(String) - Method in class com.google.javascript.refactoring.RefasterJsScanner
Loads the RefasterJs template.
loadWhitelistedJsWarnings(File) - Static method in class com.google.javascript.jscomp.WhitelistWarningsGuard
Loads legacy warnings list from the file.
loadWhitelistedJsWarnings(CharSource) - Static method in class com.google.javascript.jscomp.WhitelistWarningsGuard
Loads legacy warnings list from the file.
locale - Variable in class com.google.javascript.jscomp.CompilerOptions
Compiling locale
LocalFileJsInput - Class in org.plovr
LocalFileJsInput represents a JavaScript input to the Closure Compiler that can be read from a local file.
LocalVar - Class in com.google.template.soy.soytree.defn
A local variable declaration.
LocalVar(String, SoyNode.LocalVarNode, SoyType) - Constructor for class com.google.template.soy.soytree.defn.LocalVar
 
LocalVar(LocalVar, SoyNode.LocalVarNode) - Constructor for class com.google.template.soy.soytree.defn.LocalVar
Copy constructor for when the declaring node is being cloned.
localVariableIndex() - Method in interface com.google.template.soy.exprtree.VarDefn
Returns the index of this variable in the local variable table of the template or -1 for ij params.
localVariableIndex() - Method in class com.google.template.soy.soytree.defn.InjectedParam
 
location - Variable in class com.google.javascript.jscomp.parsing.parser.Token
 
location - Variable in class com.google.javascript.jscomp.parsing.parser.trees.Comment
 
location - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
LocationBoundingVisitor - Class in com.google.common.css.compiler.passes
A pass for finding an approximation to a minimum-size SourceCodeLocation interval that contains a given node.
LocationBoundingVisitor() - Constructor for class com.google.common.css.compiler.passes.LocationBoundingVisitor
 
LocationMapping(String, String) - Constructor for class com.google.javascript.jscomp.SourceMap.LocationMapping
 
logAliasTransformation(String, SourcePosition<CompilerOptions.AliasTransformation>) - Method in interface com.google.javascript.jscomp.CompilerOptions.AliasTransformationHandler
Builds an AliasTransformation implementation and returns it to the caller.
logger() - Static method in class com.google.template.soy.jbcsrc.runtime.Runtime
 
LoggerErrorManager - Class in com.google.javascript.jscomp
An error manager that logs errors and warnings using a logger in addition to collecting them in memory.
LoggerErrorManager(MessageFormatter, Logger) - Constructor for class com.google.javascript.jscomp.LoggerErrorManager
Creates an instance.
LoggerErrorManager(Logger) - Constructor for class com.google.javascript.jscomp.LoggerErrorManager
Creates an instance with a source-less error formatter.
LogNode - Class in com.google.template.soy.soytree
Node representing the 'log' statement.
LogNode(int, SourceLocation) - Constructor for class com.google.template.soy.soytree.LogNode
 
logTime(String, long) - Static method in class com.google.javascript.jscomp.parsing.parser.util.Timer
 
longValue() - Method in class com.google.template.soy.data.restricted.IntegerData
 
longValue() - Method in class com.google.template.soy.data.SoyAbstractValue
 
longValue() - Method in interface com.google.template.soy.data.SoyValue
Precondition: Only call this method if you know that this SoyValue object is an integer or long.
LookaheadErrorReporter - Class in com.google.javascript.jscomp.parsing.parser.util
An error reporter that throws exceptions for parse errors.
LookaheadErrorReporter() - Constructor for class com.google.javascript.jscomp.parsing.parser.util.LookaheadErrorReporter
 
LookaheadErrorReporter.ParseException - Exception in com.google.javascript.jscomp.parsing.parser.util
 
lookupCase(int, ULocale) - Method in class com.google.template.soy.msgs.restricted.SoyMsgPluralPart
 
lookupCase(String) - Method in class com.google.template.soy.msgs.restricted.SoyMsgSelectPart
 
lookupNewName(String) - Method in class com.google.javascript.jscomp.VariableMap
Given an original variable name, look up new name, may return null if it's not found.
lookupSourceName(String) - Method in class com.google.javascript.jscomp.VariableMap
Given a new variable name, lookup the source name, may return null if it's not found.
LOOP_DETECTED - Static variable in error com.google.common.css.compiler.ast.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
LoopVar - Class in com.google.template.soy.soytree.defn
A local variable declaration.
LoopVar(String, SoyNode.LocalVarNode, SoyType) - Constructor for class com.google.template.soy.soytree.defn.LoopVar
 
LoopVar(LoopVar, SoyNode.LocalVarNode) - Constructor for class com.google.template.soy.soytree.defn.LoopVar
Copy constructor for when the declaring node is being cloned.
looseTopFunction() - Method in class com.google.javascript.jscomp.newtypes.JSTypes
 
LRE - Static variable in class com.google.template.soy.internal.i18n.BidiUtils.Format
Unicode "Left-To-Right Embedding" (LRE) character.
LRM - Static variable in class com.google.template.soy.internal.i18n.BidiUtils.Format
Unicode "Left-To-Right Mark" (LRM) character.
LRM_STRING - Static variable in class com.google.template.soy.internal.i18n.BidiUtils.Format
 
LSH - Static variable in class com.google.javascript.rhino.Token
Token types.
lt(Node, Node) - Static method in class com.google.javascript.rhino.IR
"<"
LT - Static variable in class com.google.javascript.rhino.Token
Token types.
LTR - Static variable in class com.google.template.soy.internal.i18n.BidiGlobalDir
 
lvalue - Variable in class com.google.javascript.jscomp.parsing.parser.trees.VariableDeclarationTree
 

M

main(String[]) - Static method in class com.google.common.css.compiler.commandline.ClosureCommandLineCompiler
 
main(String[]) - Static method in class com.google.javascript.jscomp.CommandLineRunner
Runs the Compiler.
main(String[]) - Static method in class com.google.javascript.jscomp.Linter
 
main(String[]) - Static method in class com.google.template.soy.examples.FeaturesUsage
Prints the generated HTML to stdout.
main(String[]) - Static method in class com.google.template.soy.examples.SimpleUsage
Prints the generated HTML to stdout.
main(String[]) - Static method in class com.google.template.soy.jssrc.internal.GenerateSoyUtilsEscapingDirectiveCode
A non Ant interface for this class.
main(String[]) - Static method in class com.google.template.soy.pysrc.internal.GeneratePySanitizeEscapingDirectiveCode
A non Ant interface for this class.
main(String...) - Static method in class com.google.template.soy.SoyMsgExtractor
Extracts messages from a set of Soy files into an output messages file.
main(String[]) - Static method in class com.google.template.soy.SoyMsgPruner
Prunes messages from XTB files, given a set of Soy files as reference for which messages to keep.
main(String[]) - Static method in class com.google.template.soy.SoyParseInfoGenerator
Generates Java classes containing Soy parse info.
main(String[]) - Static method in class com.google.template.soy.SoyToJsSrcCompiler
Compiles a set of Soy files into corresponding JS source files.
main(String[]) - Static method in class com.google.template.soy.SoyToPySrcCompiler
Compiles a set of Soy files into corresponding Python source files.
Main - Class in org.plovr.cli
Main kicks off the plovr buildr.
main(String[]) - Static method in class org.plovr.cli.Main
 
main(String[]) - Static method in class org.plovr.ConfigOptionDocumentationGenerator
 
main(String[]) - Static method in class org.plovr.i18n.PseudoTranslator
 
MAIN_FUNCTION_NAME - Static variable in class com.google.javascript.jscomp.CallGraph
The name we give the main function.
MainEntryPointUtils - Class in com.google.template.soy.shared.internal
Private shared utils for main entry point classes (e.g.
mainWithExitCode(String[]) - Static method in class org.plovr.cli.Main
 
make(String, CheckLevel, String) - Static method in class com.google.javascript.jscomp.DiagnosticType
Create a DiagnosticType at a given CheckLevel.
make(DiagnosticType, String...) - Static method in class com.google.javascript.jscomp.JSError
Creates a JSError with no source information
make(String, int, int, DiagnosticType, String...) - Static method in class com.google.javascript.jscomp.JSError
Creates a JSError at a given source location
make(String, int, int, CheckLevel, DiagnosticType, String...) - Static method in class com.google.javascript.jscomp.JSError
Creates a JSError at a given source location
make(Node, DiagnosticType, String...) - Static method in class com.google.javascript.jscomp.JSError
Creates a JSError from a file and Node position.
make(Node, CheckLevel, DiagnosticType, String...) - Static method in class com.google.javascript.jscomp.JSError
 
make(String, JSTypeExpression, Collection<String>) - Static method in class com.google.javascript.jscomp.newtypes.EnumType
 
make() - Static method in class com.google.javascript.jscomp.newtypes.JSTypes
 
make(JSTypeExpression) - Static method in class com.google.javascript.jscomp.newtypes.Typedef
 
makeAbsolute(String) - Static method in class com.google.javascript.jscomp.deps.PathUtil
Converts the given path into an absolute one.
makeAbsolute(String, String) - Static method in class com.google.javascript.jscomp.deps.PathUtil
Converts the given path into an absolute one.
MakeContrastingColor() - Constructor for class com.google.common.css.compiler.gssfunctions.GssFunctions.MakeContrastingColor
 
makeContrastingColor(String, String) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.MakeContrastingColor
 
makeDictClass(Node, QualifiedName, ImmutableList<String>) - Static method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
makeError(Node, CheckLevel, DiagnosticType, String...) - Method in class com.google.javascript.jscomp.NodeTraversal
Creates a JSError during NodeTraversal.
makeError(Node, DiagnosticType, String...) - Method in class com.google.javascript.jscomp.NodeTraversal
Creates a JSError during NodeTraversal.
makeImmutable() - Method in class com.google.template.soy.data.internal.EasyDictImpl
 
makeImmutable() - Method in class com.google.template.soy.data.internal.EasyListImpl
 
makeImmutable() - Method in interface com.google.template.soy.data.SoyEasyDict
Makes this dict immutable.
makeImmutable() - Method in interface com.google.template.soy.data.SoyEasyList
Makes this list immutable.
makeInterface(Node, QualifiedName, ImmutableList<String>) - Static method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
MakeMutedColor() - Constructor for class com.google.common.css.compiler.gssfunctions.GssFunctions.MakeMutedColor
 
makeMutedColor(String, String, String) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.MakeMutedColor
 
makeMutedColor(String, String) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.MakeMutedColor
 
makeNullable(SoyType) - Static method in class com.google.template.soy.types.SoyTypes
 
makeOptionalArg(JSTypeExpression) - Static method in class com.google.javascript.rhino.JSTypeExpression
Make the given type expression into an optional type expression, if possible.
makeRelative(String, String) - Static method in class com.google.javascript.jscomp.deps.PathUtil
Returns targetPath relative to basePath.
makesDicts() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether the @dict annotation is present on this JSDocInfo.
makesDicts() - Method in class com.google.javascript.rhino.jstype.FunctionType
When a class B inherits from A and A is annotated as a dict, then B automatically gets the annotation, even if B's constructor is not explicitly annotated.
makesStructs() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether the @struct annotation is present on this JSDocInfo.
makesStructs() - Method in class com.google.javascript.rhino.jstype.FunctionType
When a class B inherits from A and A is annotated as a struct, then B automatically gets the annotation, even if B's constructor is not explicitly annotated.
makeStructClass(Node, QualifiedName, ImmutableList<String>) - Static method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
makesUnrestricted() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether the @unrestricted annotation is present on this JSDocInfo.
MakeTranslucent() - Constructor for class com.google.common.css.compiler.gssfunctions.GssFunctions.MakeTranslucent
 
makeTranslucent(String, String, SourceCodeLocation) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.MakeTranslucent
 
makeUnrestrictedClass(Node, QualifiedName, ImmutableList<String>) - Static method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
MALFORMED_ATTRIBUTES - Static variable in class com.google.template.soy.soytree.CommandTextAttributesParser
 
manageDependencies(List<String>, List<CompilerInput>) - Method in class com.google.javascript.jscomp.JSModuleGraph
Applies a DependencyOptions in "dependency sorting" and "dependency pruning" mode to the given list of inputs.
manageDependencies(DependencyOptions, List<CompilerInput>) - Method in class com.google.javascript.jscomp.JSModuleGraph
Apply the dependency options to the list of sources, returning a new source list re-ordering and dropping files as necessary.
Manifest - Class in org.plovr
Manifest represents an ordered list of JavaScript inputs to the Closure Compiler, along with a set of externs.
MapBasedScope - Class in com.google.javascript.rhino.testing
A scope based on a simple hashmap.
MapBasedScope(Map<String, ? extends JSType>) - Constructor for class com.google.javascript.rhino.testing.MapBasedScope
 
MapChunkAwareNodesToChunk<T> - Class in com.google.common.css.compiler.passes
Pass which marks which ChunkAware nodes belong to which chunk.
MapChunkAwareNodesToChunk(CssTree, Map<String, T>) - Constructor for class com.google.common.css.compiler.passes.MapChunkAwareNodesToChunk
 
MapLiteralNode - Class in com.google.template.soy.exprtree
A node representing a map literal (with keys and values as alternating children).
MapLiteralNode(List<ExprNode>, SourceLocation) - Constructor for class com.google.template.soy.exprtree.MapLiteralNode
 
mapMainToClone(Node, Node) - Static method in class com.google.javascript.jscomp.NodeUtil
Given an AST and its copy, map the root node of each scope of main to the corresponding root node of clone
mapOutputsToSrcs(String, String, String, ImmutableList<SoyFileNode>) - Static method in class com.google.template.soy.shared.internal.MainEntryPointUtils
Maps output paths to indices of inputs that should be emitted to them.
mappings - Variable in class com.google.common.css.MultipleMappingSubstitutionMap.ValueWithMappings
 
MapType - Class in com.google.template.soy.types.aggregate
Map type - generalized mapping type with key and value type arguments.
mark() - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Returns the Unicode bidi mark matching the context directionality (LRM for LTR context directionality, RLM for RTL context directionality), or the empty string for unknown context directionality.
markAfter(String, boolean) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Returns a Unicode bidi mark matching the context directionality (LRM or RLM) if either the overall or the exit directionality of a given string is opposite to the context directionality.
markAfter(String) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Operates like BidiFormatter.markAfter(String, boolean), but assumes isHtml is false.
markAfterKnownDir(Dir, String, boolean) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Returns a Unicode bidi mark matching the context directionality (LRM or RLM) if either the overall or the exit directionality of a given string is opposite to the context directionality.
markAfterKnownDir(Dir, String) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Operates like BidiFormatter.markAfterKnownDir(Dir, String, boolean), but assumes that isHtml is false.
markAnnotation(String, int, int) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Adds a marker to the current JSDocInfo and populates the marker with the annotation information.
markAsCompiled - Variable in class com.google.javascript.jscomp.CompilerOptions
Sets the special "COMPILED" value to true
markBefore(String, boolean) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Returns a Unicode bidi mark matching the context directionality (LRM or RLM) if either the overall or the entry directionality of a given string is opposite to the context directionality.
markBefore(String) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Operates like BidiFormatter.markBefore(String, boolean), but assumes isHtml is false.
markBeforeKnownDir(Dir, String, boolean) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Returns a Unicode bidi mark matching the context directionality (LRM or RLM) if either the overall or the entry directionality of a given string is opposite to the context directionality.
markBeforeKnownDir(Dir, String) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Operates like BidiFormatter.markBeforeKnownDir(Dir, String, boolean), but assumes that isHtml is false.
MarkDefaultDefinitions - Class in com.google.common.css.compiler.passes
Compiler pass that traverses the tree and marks as default the value nodes in a definition that has the corresponding annotation.
MarkDefaultDefinitions(VisitController) - Constructor for class com.google.common.css.compiler.passes.MarkDefaultDefinitions
 
Marker() - Constructor for class com.google.javascript.rhino.JSDocInfo.Marker
 
markName(String, StaticSourceFile, int, int) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Adds a name declaration to the current marker.
MarkNonFlippableNodes - Class in com.google.common.css.compiler.passes
Compiler pass that traverses the tree and marks as non flippable the nodes that should not be BiDi flipped.
MarkNonFlippableNodes(VisitController, ErrorManager) - Constructor for class com.google.common.css.compiler.passes.MarkNonFlippableNodes
 
markNoSideEffectCalls - Variable in class com.google.javascript.jscomp.CompilerOptions
Mark no side effect calls
MarkRemovableRulesetNodes - Class in com.google.common.css.compiler.passes
Compiler pass that marks the ruleset nodes that should be removed from the tree.
MarkRemovableRulesetNodes(CssTree) - Constructor for class com.google.common.css.compiler.passes.MarkRemovableRulesetNodes
Creates a new pass over the specified tree.
MarkRemovableRulesetNodes(CssTree, boolean) - Constructor for class com.google.common.css.compiler.passes.MarkRemovableRulesetNodes
Creates a new pass over the specified tree.
MarkRemovableRulesetNodesForChunk<T> - Class in com.google.common.css.compiler.passes
Compiler pass that marks ruleset nodes that should be removed from the tree, within the confines of a single chunk.
MarkRemovableRulesetNodesForChunk(T, CssTree, boolean) - Constructor for class com.google.common.css.compiler.passes.MarkRemovableRulesetNodesForChunk
 
markText(String, int, int, int, int) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Adds a textual block to the current marker.
markTypeNode(Node, int, int, int, int, boolean) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Adds a type declaration to the current marker.
match(JSType, JSType) - Method in enum com.google.javascript.jscomp.TypeMatchingStrategy
 
Match - Class in com.google.javascript.refactoring
Object that contains the information for a given match.
Match(Node, NodeMetadata) - Constructor for class com.google.javascript.refactoring.Match
 
MATCH_SRC_FILENODE - Static variable in class com.google.template.soy.soytree.SoyFileNode
 
MatchCache(boolean) - Constructor for class com.google.javascript.rhino.jstype.JSType.MatchCache
 
matchCache - Variable in class com.google.javascript.rhino.jstype.JSType.MatchCache
 
matchConstraint(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
Modify this type so that it matches the specified type.
matchConstraint(JSType) - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
 
matchConstraint(JSType) - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
matchConstraint(JSType) - Method in class com.google.javascript.rhino.jstype.UnionType
 
Matcher - Interface in com.google.javascript.refactoring
Interface for a class that knows how to match a Node for a specific pattern.
Matchers - Class in com.google.javascript.refactoring
Class that contains common Matchers that are useful to everyone.
matches(JSError) - Method in class com.google.javascript.jscomp.DiagnosticGroup
Returns whether the given error's type matches a type in this group.
matches(DiagnosticType) - Method in class com.google.javascript.jscomp.DiagnosticGroup
Returns whether the given type matches a type in this group.
matches(Node) - Method in class com.google.javascript.jscomp.TemplateAstMatcher
 
matches(Node, NodeMetadata) - Method in class com.google.javascript.refactoring.JsSourceMatcher
 
matches(Node, NodeMetadata) - Method in interface com.google.javascript.refactoring.Matcher
Returns true if the specified Node and NodeMetadata match the given pattern.
matches(Node, NodeMetadata) - Method in class com.google.javascript.refactoring.RefasterJsScanner
 
matches(Node, NodeMetadata) - Method in class com.google.javascript.refactoring.Scanner
Returns true if the given node and node traversal should match for this particular scanner.
matchesInt32Context() - Method in class com.google.javascript.rhino.jstype.JSType
This predicate is used to test whether a given type can appear in a 'Int32' context.
matchesNumberContext() - Method in class com.google.javascript.rhino.jstype.BooleanType
 
matchesNumberContext() - Method in class com.google.javascript.rhino.jstype.EnumElementType
 
matchesNumberContext() - Method in class com.google.javascript.rhino.jstype.EnumType
 
matchesNumberContext() - Method in class com.google.javascript.rhino.jstype.JSType
This predicate is used to test whether a given type can appear in a numeric context, such as an operand of a multiply operator.
matchesNumberContext() - Method in class com.google.javascript.rhino.jstype.NoObjectType
 
matchesNumberContext() - Method in class com.google.javascript.rhino.jstype.NoType
 
matchesNumberContext() - Method in class com.google.javascript.rhino.jstype.NullType
 
matchesNumberContext() - Method in class com.google.javascript.rhino.jstype.NumberType
 
matchesNumberContext() - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
 
matchesNumberContext() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
matchesNumberContext() - Method in class com.google.javascript.rhino.jstype.StringType
 
matchesNumberContext() - Method in class com.google.javascript.rhino.jstype.UnionType
This predicate is used to test whether a given type can appear in a numeric context, such as an operand of a multiply operator.
matchesNumberContext() - Method in class com.google.javascript.rhino.jstype.UnknownType
 
matchesNumberContext() - Method in class com.google.javascript.rhino.jstype.VoidType
 
matchesObjectContext() - Method in class com.google.javascript.rhino.jstype.AllType
 
matchesObjectContext() - Method in class com.google.javascript.rhino.jstype.BooleanType
 
matchesObjectContext() - Method in class com.google.javascript.rhino.jstype.EnumElementType
 
matchesObjectContext() - Method in class com.google.javascript.rhino.jstype.EnumType
 
matchesObjectContext() - Method in class com.google.javascript.rhino.jstype.JSType
This predicate is used to test whether a given type can appear in an Object context, such as the expression in a with statement.
matchesObjectContext() - Method in class com.google.javascript.rhino.jstype.NoObjectType
 
matchesObjectContext() - Method in class com.google.javascript.rhino.jstype.NoType
 
matchesObjectContext() - Method in class com.google.javascript.rhino.jstype.NullType
 
matchesObjectContext() - Method in class com.google.javascript.rhino.jstype.NumberType
 
matchesObjectContext() - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
 
matchesObjectContext() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
matchesObjectContext() - Method in class com.google.javascript.rhino.jstype.StringType
 
matchesObjectContext() - Method in class com.google.javascript.rhino.jstype.UnionType
This predicate is used to test whether a given type can appear in an Object context, such as the expression in a with statement.
matchesObjectContext() - Method in class com.google.javascript.rhino.jstype.UnknownType
 
matchesObjectContext() - Method in class com.google.javascript.rhino.jstype.VoidType
 
matchesQualifiedName(String) - Method in class com.google.javascript.rhino.Node
Returns whether a node matches a simple or a qualified name, such as x or a.b.c or this.a.
matchesQualifiedName(Node) - Method in class com.google.javascript.rhino.Node
Returns whether a node matches a simple or a qualified name, such as x or a.b.c or this.a.
matchesStringContext() - Method in class com.google.javascript.rhino.jstype.AllType
 
matchesStringContext() - Method in class com.google.javascript.rhino.jstype.BooleanType
 
matchesStringContext() - Method in class com.google.javascript.rhino.jstype.EnumElementType
 
matchesStringContext() - Method in class com.google.javascript.rhino.jstype.EnumType
 
matchesStringContext() - Method in class com.google.javascript.rhino.jstype.JSType
This predicate is used to test whether a given type can appear in a String context, such as an operand of a string concat (+) operator.
matchesStringContext() - Method in class com.google.javascript.rhino.jstype.NoObjectType
 
matchesStringContext() - Method in class com.google.javascript.rhino.jstype.NoType
 
matchesStringContext() - Method in class com.google.javascript.rhino.jstype.NullType
 
matchesStringContext() - Method in class com.google.javascript.rhino.jstype.NumberType
 
matchesStringContext() - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
 
matchesStringContext() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
matchesStringContext() - Method in class com.google.javascript.rhino.jstype.StringType
 
matchesStringContext() - Method in class com.google.javascript.rhino.jstype.UnionType
This predicate is used to test whether a given type can appear in a String context, such as an operand of a string concat (+) operator.
matchesStringContext() - Method in class com.google.javascript.rhino.jstype.UnknownType
 
matchesStringContext() - Method in class com.google.javascript.rhino.jstype.VoidType
 
matchesUint32Context() - Method in class com.google.javascript.rhino.jstype.JSType
This predicate is used to test whether a given type can appear in a 'Uint32' context.
matchesWholeInput(RegExpTree, String) - Static method in class com.google.javascript.jscomp.regex.RegExpTree
True if, but not necessarily always when the, given regular expression must match the whole input or none of it.
matchRecordTypeConstraint(ObjectType) - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
 
MatchResult(boolean, boolean) - Constructor for class com.google.javascript.jscomp.TypeMatchingStrategy.MatchResult
 
MATH_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
MAX_COLUMN_NUMBER - Static variable in class com.google.javascript.rhino.Node
MAX_COLUMN_NUMBER represents the maximum column number that can be represented.
MAX_INPUT_SIZE_KEY - Static variable in class com.google.javascript.jscomp.webservice.common.Protocol
Properties key for getting the maximum input file size that may be compiled by the service.
MAXIMUM_ERRORS_TO_OUTPUT - Static variable in class com.google.common.css.compiler.commandline.DefaultCommandLineCompiler
The compiler will limit the number of error messages it outputs to this number.
maximumInputSize() - Static method in class com.google.javascript.jscomp.webservice.common.Protocol
Find the maximum input size that this configuration of the web service allows.
maxNextCharInd - Variable in class com.google.template.soy.exprparse.SimpleCharStream
 
maxNextCharInd - Variable in class com.google.template.soy.soyparse.SimpleCharStream
 
maxNextCharInd - Variable in class com.google.template.soy.types.parse.SimpleCharStream
 
maxParamCount - Variable in enum com.google.javascript.jscomp.parsing.TypeTransformationParser.Keywords
 
MaxValue() - Constructor for class com.google.common.css.compiler.gssfunctions.GssFunctions.MaxValue
 
maybeAssociateNode(SoyNode) - Method in exception com.google.template.soy.parsepasses.contextautoesc.SoyAutoescapeException
Important: Do not use outside of Soy code (treat as superpackage-private).
maybeCopyFrom(JSDocInfo) - Static method in class com.google.javascript.rhino.JSDocInfoBuilder
 
mayBeDict() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
maybeEmbolden(String) - Method in class com.google.javascript.jscomp.AbstractMessageFormatter
 
maybeGetInputProviding(String) - Method in class com.google.javascript.jscomp.deps.SortedDependencies
Return the input that gives us the given symbol, or null.
maybeMakeNullable(JSType) - Method in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc
 
maybeProtect(PyExpr, int) - Static method in class com.google.template.soy.pysrc.restricted.PyExprUtils
Wraps an expression with parenthesis if it's not above the minimum safe precedence.
maybeSetAllowsEmptyDefault(boolean) - Method in class com.google.template.soy.soytree.CallDelegateNode
Sets allowsEmptyDefault to the given default value if it wasn't already user-specified.
maybeSetSyntaxVersionBound(SyntaxVersionBound) - Method in class com.google.template.soy.basetree.AbstractNode
 
maybeSetSyntaxVersionBound(SyntaxVersionBound) - Method in interface com.google.template.soy.basetree.Node
Records a newly discovered upper bound for the syntax version of this node.
mayBeStruct() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
MaybeWhitespace(String) - Method in class com.google.template.soy.soyparse.TemplateParser
Matches empty string or BasicRawText, and if the latter, then ensures it's all whitespace.
maybeWrapAsSanitizedContent(SanitizedContent.ContentKind, JsExpr) - Static method in class com.google.template.soy.jssrc.restricted.JsExprUtils
Wraps with the proper SanitizedContent constructor if contentKind is non-null.
maybeWrapAsSanitizedContentForInternalBlocks(SanitizedContent.ContentKind, JsExpr) - Static method in class com.google.template.soy.jssrc.restricted.JsExprUtils
Wraps with the proper SanitizedContent constructor if contentKind is non-null, in a way specific for let/param blocks.
mayHaveIndirectParamsInExternalCalls - Variable in class com.google.template.soy.sharedpasses.FindIndirectParamsVisitor.IndirectParamsInfo
Whether the template (that the pass was run on) may have indirect params in external basic calls.
mayHaveIndirectParamsInExternalDelCalls - Variable in class com.google.template.soy.sharedpasses.FindIndirectParamsVisitor.IndirectParamsInfo
Whether the template (that the pass was run on) may have indirect params in external delegate calls.
mayHaveOwnProp(String) - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
mayHaveProp(QualifiedName) - Method in class com.google.javascript.jscomp.newtypes.EnumType
 
mayHaveProp(QualifiedName) - Method in class com.google.javascript.jscomp.newtypes.JSType
 
mayHaveProp(String) - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
mayHaveSideEffects(Node) - Static method in class com.google.javascript.jscomp.NodeUtil
Returns true if the node which may have side effects when executed.
mayHaveSideEffects(Node, AbstractCompiler) - Static method in class com.google.javascript.jscomp.NodeUtil
 
mayMutateArguments() - Method in class com.google.javascript.rhino.Node
Returns true if this is a new/call that may mutate its arguments.
mayMutateGlobalStateOrThrow() - Method in class com.google.javascript.rhino.Node
Returns true if this is a new/call that may mutate global state or throw.
Md5Util - Class in org.plovr
Md5Util provides a nice API for getting the MD5 hash of a string.
meet(Collection<DeclaredFunctionType>) - Static method in class com.google.javascript.jscomp.newtypes.DeclaredFunctionType
 
meet(JSType, JSType) - Static method in class com.google.javascript.jscomp.newtypes.JSType
 
MEMBER_FUNCTION_DEF - Static variable in class com.google.javascript.rhino.Token
Token types.
MEMBER_VARIABLE_DEF - Static variable in class com.google.javascript.rhino.Token
Token types.
memberExpression - Variable in class com.google.javascript.jscomp.parsing.parser.trees.MemberLookupExpressionTree
 
MemberExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
MemberExpressionTree(SourceRange, ParseTree, IdentifierToken) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.MemberExpressionTree
 
memberFunctionDef(String, Node) - Static method in class com.google.javascript.rhino.IR
 
MemberLookupExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
MemberLookupExpressionTree(SourceRange, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.MemberLookupExpressionTree
 
memberName - Variable in class com.google.javascript.jscomp.parsing.parser.trees.MemberExpressionTree
 
members - Variable in class com.google.javascript.jscomp.parsing.parser.trees.EnumDeclarationTree
 
members - Variable in class com.google.javascript.jscomp.parsing.parser.trees.RecordTypeTree
 
MemberVariableTree - Class in com.google.javascript.jscomp.parsing.parser.trees
Represents a member variable, also know as a field, of a class.
MemberVariableTree(SourceRange, IdentifierToken, boolean, boolean, TokenType, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.MemberVariableTree
 
merge(String, Object, Object) - Method in interface com.google.debugging.sourcemap.SourceMapGeneratorV3.ExtensionMergeAction
Returns the merged value between two extensions with the same name when merging two source maps
merge(Iterable<? extends FindTransitiveDepTemplatesVisitor.TransitiveDepTemplatesInfo>) - Static method in class com.google.template.soy.sharedpasses.FindTransitiveDepTemplatesVisitor.TransitiveDepTemplatesInfo
Merges multiple TransitiveDepTemplatesInfo objects (which may be TransitiveDepTemplatesInfo objects) into a single TransitiveDepTemplatesInfo, i.e.
MergeAdjacentRulesetNodesWithSameDeclarations - Class in com.google.common.css.compiler.passes
Compiler pass that merges adjacent ruleset nodes that have the same selector.
MergeAdjacentRulesetNodesWithSameDeclarations(CssTree) - Constructor for class com.google.common.css.compiler.passes.MergeAdjacentRulesetNodesWithSameDeclarations
 
MergeAdjacentRulesetNodesWithSameDeclarations(CssTree, boolean) - Constructor for class com.google.common.css.compiler.passes.MergeAdjacentRulesetNodesWithSameDeclarations
 
MergeAdjacentRulesetNodesWithSameSelector - Class in com.google.common.css.compiler.passes
Compiler pass that merges adjacent ruleset nodes that have the same selector.
MergeAdjacentRulesetNodesWithSameSelector(CssTree) - Constructor for class com.google.common.css.compiler.passes.MergeAdjacentRulesetNodesWithSameSelector
 
MergeAdjacentRulesetNodesWithSameSelector(CssTree, boolean) - Constructor for class com.google.common.css.compiler.passes.MergeAdjacentRulesetNodesWithSameSelector
 
mergeLineCharNo(int, int) - Static method in class com.google.javascript.rhino.Node
Merges the line number and character number in one integer.
mergeMapSection(int, int, String) - Method in class com.google.debugging.sourcemap.SourceMapGeneratorV3
Merges current mapping with mapSectionContents considering the offset (line, column).
mergeMapSection(int, int, String, SourceMapGeneratorV3.ExtensionMergeAction) - Method in class com.google.debugging.sourcemap.SourceMapGeneratorV3
Works like SourceMapGeneratorV3.mergeMapSection(int, int, String), except that extensions from the @{code mapSectionContents} are merged to the top level source map.
mergePropertyBitfieldFrom(JSDocInfo) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
 
MESSAGE - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoParamWithKindAttributeSoyTemplateInfo
A message text.
MESSAGE - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .demoParamWithKindAttribute, .demoParamWithKindAttributeCallee_ (private).
MESSAGE_DESCRIPTIONS - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
messageBundle - Variable in class com.google.javascript.jscomp.CompilerOptions
Returns localized replacement for MSG_* variables
MessageBundle - Interface in com.google.javascript.jscomp
An interface for providing alternative values for user-visible messages in JavaScript code.
messageFormat() - Method in class com.google.common.css.compiler.ast.GssError
Returns a MessageFormatArgs representation of the object.
MessageFormatArgs(String, Object...) - Constructor for class com.google.common.css.compiler.ast.GssError.MessageFormatArgs
 
MessageFormatter - Interface in com.google.javascript.jscomp
Format warnings and errors.
method - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyMethodTree
 
MethodDescriptor - Class in org.plovr.docgen
 
MethodDescriptor.Builder - Class in org.plovr.docgen
 
MinimalSubstitutionMap - Class in com.google.common.css
MinimalSubstitutionMap is a SubstitutionMap that renames CSS classes to the shortest string possible.
MinimalSubstitutionMap() - Constructor for class com.google.common.css.MinimalSubstitutionMap
 
MinimalSubstitutionMap(Set<String>) - Constructor for class com.google.common.css.MinimalSubstitutionMap
 
minParamCount - Variable in enum com.google.javascript.jscomp.parsing.TypeTransformationParser.Keywords
 
MINUS - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
minus(SoyValue, SoyValue) - Static method in class com.google.template.soy.shared.internal.SharedRuntime
Performs the - operator on the two values.
MINUS_ONE - Static variable in class com.google.template.soy.data.restricted.IntegerData
Static instance of IntegerData with value -1.
MinusOpNode(SourceLocation) - Constructor for class com.google.template.soy.exprtree.OperatorNodes.MinusOpNode
 
MinValue() - Constructor for class com.google.common.css.compiler.gssfunctions.GssFunctions.MinValue
 
MISPLACED_TYPE_ANNOTATION - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
MISSING_CALLEE_NAME - Static variable in class com.google.template.soy.soytree.CallBasicNode
 
MISSING_GETCSSNAME - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
MISSING_PARAM_JSDOC - Static variable in class com.google.javascript.jscomp.lint.CheckJSDocStyle
 
MISSING_PROPERTIES - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
MISSING_PROVIDE - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
MISSING_REQUIRE - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
MISSING_RETURN - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
MissingFormatArgumentException - Exception in com.google.javascript.jscomp.parsing.parser.util.format
 
MissingFormatArgumentException(String) - Constructor for exception com.google.javascript.jscomp.parsing.parser.util.format.MissingFormatArgumentException
 
MissingFormatWidthException - Exception in com.google.javascript.jscomp.parsing.parser.util.format
 
MissingFormatWidthException(String) - Constructor for exception com.google.javascript.jscomp.parsing.parser.util.format.MissingFormatWidthException
 
MissingPrimaryExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
MissingPrimaryExpressionTree(SourceRange) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.MissingPrimaryExpressionTree
 
MissingProvideException - Exception in org.plovr
 
MixinParentNode<N extends Node> - Class in com.google.template.soy.basetree
Mixin implementation of the parent-specific aspect of the ParentNode interface.
MixinParentNode(ParentNode<N>) - Constructor for class com.google.template.soy.basetree.MixinParentNode
 
MixinParentNode(MixinParentNode<N>, ParentNode<N>, CopyState) - Constructor for class com.google.template.soy.basetree.MixinParentNode
Copy constructor.
mockToString - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
MOD - Static variable in class com.google.javascript.rhino.Token
Token types.
ModificationVisitor - Class in com.google.javascript.rhino.jstype
A visitor implementation that enables type substitutions.
ModificationVisitor(JSTypeRegistry, boolean) - Constructor for class com.google.javascript.rhino.jstype.ModificationVisitor
 
ModOpNode(SourceLocation) - Constructor for class com.google.template.soy.exprtree.OperatorNodes.ModOpNode
 
MODULE - Static variable in class com.google.javascript.rhino.Token
Token types.
MODULE_AND_PROVIDES - Static variable in class com.google.javascript.jscomp.lint.CheckRequiresAndProvidesSorted
 
MODULE_ELEMENTS - Static variable in class com.google.javascript.rhino.Token
Token types.
ModuleConfig - Class in org.plovr
 
ModuleConfig.BadDependencyTreeException - Exception in org.plovr
 
ModuleConfig.ModuleInfo - Class in org.plovr
 
ModuleDeclarationTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ModuleDeclarationTree(SourceRange, ModuleNameTree, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ModuleDeclarationTree
 
ModuleDependenceException(String, JSModule, JSModule) - Constructor for exception com.google.javascript.jscomp.JSModuleGraph.ModuleDependenceException
 
ModuleHandler - Class in org.plovr
 
ModuleHandler(CompilationServer) - Constructor for class org.plovr.ModuleHandler
 
ModuleImportTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ModuleImportTree(SourceRange, IdentifierToken, LiteralToken) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ModuleImportTree
 
ModuleInfo() - Constructor for class org.plovr.ModuleConfig.ModuleInfo
 
ModuleNameTree - Class in com.google.javascript.jscomp.parsing.parser.trees
Parse tree node representing a module name (of the form foo.bar.Baz)
ModuleNameTree(SourceRange, ImmutableList<String>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ModuleNameTree
 
ModulesHandler - Class in org.plovr
ModulesHandler provides a visualization of the modules as an SVG.
ModulesHandler(CompilationServer) - Constructor for class org.plovr.ModulesHandler
 
moduleSpecifier - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ImportDeclarationTree
 
ModuleUtils - Class in com.google.template.soy.shared.internal
Utilities for Guice modules (SharedModule, TofuModule, JsSrcModule, etc).
MOTION_ITERATIONS_ERROR - Static variable in class com.google.javascript.jscomp.Compiler
 
moveFunctionDeclarations - Variable in class com.google.javascript.jscomp.CompilerOptions
Move top-level function declarations to the top
msg(int, String, SourceLocation) - Static method in class com.google.template.soy.soytree.MsgNode
Returns a new MsgNode.Builder representing a msg MsgNode.
MSG_HTML_TAG_CLOSE - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
MSG_HTML_TAG_OPEN - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
msgBundle - Variable in class com.google.template.soy.sharedpasses.render.RenderVisitor
The bundle of translated messages, or null to use the messages from the Soy source.
MsgFallbackGroupNode - Class in com.google.template.soy.soytree
Represents one message or a pair of message and fallback message.
MsgFallbackGroupNode(int, SourceLocation) - Constructor for class com.google.template.soy.soytree.MsgFallbackGroupNode
 
MsgHtmlTagNode - Class in com.google.template.soy.soytree
Node representing an HTML tag within a msg statement/block.
MsgHtmlTagNode.Builder - Class in com.google.template.soy.soytree
Builder for MsgHtmlTagNode.
msgNode - Variable in exception com.google.template.soy.msgs.internal.InsertMsgsVisitor.EncounteredPlrselMsgException
 
MsgNode - Class in com.google.template.soy.soytree
Node representing a 'msg' block.
MsgNode.Builder - Class in com.google.template.soy.soytree
Builder for MsgNode.
MsgPartUtils - Class in com.google.template.soy.msgs.restricted
Utilities for dealing with msg parts.
MsgPlaceholderNode - Class in com.google.template.soy.soytree
A node that is the direct child of a MsgBlockNode and will turn into a placeholder.
MsgPlaceholderNode(int, SoyNode.MsgPlaceholderInitialNode) - Constructor for class com.google.template.soy.soytree.MsgPlaceholderNode
 
MsgPluralCaseNode - Class in com.google.template.soy.soytree
Node representing a 'case' block in a 'plural' block.
MsgPluralCaseNode.Builder - Class in com.google.template.soy.soytree
Builder for MsgPluralCaseNode.
MsgPluralDefaultNode - Class in com.google.template.soy.soytree
Node representing the 'default' block in a 'plural' block.
MsgPluralDefaultNode(int, SourceLocation) - Constructor for class com.google.template.soy.soytree.MsgPluralDefaultNode
 
MsgPluralNode - Class in com.google.template.soy.soytree
Node representing a 'plural' block.
MsgPluralNode.Builder - Class in com.google.template.soy.soytree
Builder for MsgPluralNode.
MsgSelectCaseNode - Class in com.google.template.soy.soytree
Node representing a 'case' block in a 'select' block.
MsgSelectCaseNode.Builder - Class in com.google.template.soy.soytree
Builder for MsgSelectCaseNode.
MsgSelectDefaultNode - Class in com.google.template.soy.soytree
Node representing the 'default' block in a 'select' block.
MsgSelectDefaultNode(int, SourceLocation) - Constructor for class com.google.template.soy.soytree.MsgSelectDefaultNode
 
MsgSelectNode - Class in com.google.template.soy.soytree
Node representing a 'select' block.
MsgSelectNode(int, SourceLocation, ExprRootNode, String) - Constructor for class com.google.template.soy.soytree.MsgSelectNode
 
MsgSelectNode.Builder - Class in com.google.template.soy.soytree
Builder for MsgSelectNode.
MsgSubstUnitBaseVarNameUtils - Class in com.google.template.soy.soytree
Static helpers for generating base names for msg substitution units (i.e.
MsgUtils - Class in com.google.template.soy.msgs.internal
Soy-specific utilities for working with messages.
MsgUtils.MsgPartsAndIds - Class in com.google.template.soy.msgs.internal
Value class for the return value of buildMsgPartsAndComputeMsgId().
MUL - Static variable in class com.google.javascript.rhino.Token
Token types.
Mult() - Constructor for class com.google.common.css.compiler.gssfunctions.GssFunctions.Mult
 
Multi(List<CompilationException>) - Constructor for exception org.plovr.CompilationException.Multi
 
MULTIPLE_MODULES_IN_FILE - Static variable in class com.google.javascript.jscomp.lint.CheckRequiresAndProvidesSorted
 
MultipleMappingSubstitutionMap - Interface in com.google.common.css
MultipleMappingSubstitutionMap is a special type of SubstitutionMap that can create multiple mappings for a single lookup.
MultipleMappingSubstitutionMap.ValueWithMappings - Class in com.google.common.css
Contains both the value and mappings returned by MultipleMappingSubstitutionMap.getValueWithMappings(String).
MUST_BE_PRIVATE - Static variable in class com.google.javascript.jscomp.lint.CheckJSDocStyle
 
MutatingVisitController - Interface in com.google.common.css.compiler.ast
 

N

NAME - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
name - Variable in class com.google.javascript.jscomp.newtypes.Namespace
 
name - Variable in class com.google.javascript.jscomp.parsing.parser.SourceFile
 
name - Variable in class com.google.javascript.jscomp.parsing.parser.trees.BreakStatementTree
 
name - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ClassDeclarationTree
 
name - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ContinueStatementTree
 
name - Variable in class com.google.javascript.jscomp.parsing.parser.trees.EnumDeclarationTree
 
name - Variable in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree
 
name - Variable in class com.google.javascript.jscomp.parsing.parser.trees.IndexSignatureTree
 
name - Variable in class com.google.javascript.jscomp.parsing.parser.trees.InterfaceDeclarationTree
 
name - Variable in class com.google.javascript.jscomp.parsing.parser.trees.LabelledStatementTree
 
name - Variable in class com.google.javascript.jscomp.parsing.parser.trees.MemberVariableTree
 
name - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ModuleDeclarationTree
 
name - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ModuleImportTree
 
name - Variable in class com.google.javascript.jscomp.parsing.parser.trees.PropertyNameAssignmentTree
 
name - Variable in class com.google.javascript.jscomp.parsing.parser.util.Timer.Entry
 
name - Variable in enum com.google.javascript.jscomp.parsing.TypeTransformationParser.Keywords
 
name(String) - Static method in class com.google.javascript.rhino.IR
 
NAME - Static variable in class com.google.javascript.rhino.Token
Token types.
name(int) - Static method in class com.google.javascript.rhino.Token
 
name - Variable in enum com.google.template.soy.basetree.SyntaxVersion
The string name.
NAME - Static variable in class com.google.template.soy.coredirectives.EscapeHtmlDirective
 
NAME - Static variable in class com.google.template.soy.coredirectives.IdDirective
 
NAME - Static variable in class com.google.template.soy.coredirectives.NoAutoescapeDirective
 
NAME - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoCallWithoutParamSoyTemplateInfo
The name of the person who took a trip.
NAME - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoCallWithParamBlockSoyTemplateInfo
The name of the person who took the trip.
NAME - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoCallWithParamSoyTemplateInfo
The name of the person who took the trips.
NAME - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoMsgSoyTemplateInfo
The name of the person to say hello to.
NAME - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoSwitchSoyTemplateInfo
The name of a kid.
NAME - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .demoMsg, .demoSwitch, .demoCallWithoutParam, .demoCallWithParam, .demoCallWithParamBlock, .tripReport_ (private).
name() - Method in interface com.google.template.soy.exprtree.VarDefn
The name of this variable.
name() - Method in class com.google.template.soy.soytree.TemplateDelegateNode.DelTemplateKey
 
NAMECHAR - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
NAMED_TYPE - Static variable in class com.google.javascript.rhino.Token
Token types.
namedAnonFunctionMap - Variable in class com.google.javascript.jscomp.Result
 
NamedType - Class in com.google.javascript.rhino.jstype
A NamedType is a named reference to some other type.
namedType(String) - Static method in class com.google.javascript.rhino.TypeDeclarationsIR
Splits a '.' separated qualified name into a tree of type segments.
namedType(Iterable<String>) - Static method in class com.google.javascript.rhino.TypeDeclarationsIR
Produces a tree structure similar to the Rhino AST of a qualified name expression, under a top-level NAMED_TYPE node.
NamePosition() - Constructor for class com.google.javascript.rhino.JSDocInfo.NamePosition
 
Names - Class in com.google.template.soy.jbcsrc.api
Utilities for translating soy symbols to and from strings that are suitable for use in java class files.
Namespace - Class in com.google.javascript.jscomp.newtypes
An object whose properties can be types (nominal types, enums, typedefs).
Namespace() - Constructor for class com.google.javascript.jscomp.newtypes.Namespace
 
namespace - Variable in class com.google.template.soy.soytree.TemplateNode.SoyFileHeaderInfo
 
NAMESPACE_TAG - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
nameSpaceImportIdentifier - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ImportDeclarationTree
 
NamespaceLit - Class in com.google.javascript.jscomp.newtypes
 
NamespaceLit(String) - Constructor for class com.google.javascript.jscomp.newtypes.NamespaceLit
 
namespaces - Variable in class com.google.javascript.jscomp.newtypes.Namespace
 
namespaceType - Variable in class com.google.javascript.jscomp.newtypes.Namespace
 
NAMESTART - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
NATIVE_PROPERTIES_COUNT - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
ne(Node, Node) - Static method in class com.google.javascript.rhino.IR
"!="
NE - Static variable in class com.google.javascript.rhino.Token
Token types.
needsBiDiFlipping() - Method in class com.google.common.css.JobDescription
Whether the job requires that the output orientation be different from the input orientation.
neg(Node) - Static method in class com.google.javascript.rhino.IR
 
NEG - Static variable in class com.google.javascript.rhino.Token
Token types.
negate() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
negative(SoyValue) - Static method in class com.google.template.soy.shared.internal.SharedRuntime
Performs the unary negation - operator on the value.
NegativeOpNode(SourceLocation) - Constructor for class com.google.template.soy.exprtree.OperatorNodes.NegativeOpNode
 
NEW - Static variable in class com.google.javascript.rhino.Token
Token types.
NEW_CHECK_TYPES - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
NEW_CHECK_TYPES_ALL_CHECKS - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
newClass() - Static method in class com.google.javascript.refactoring.Matchers
Returns a Matcher that matches constructing new objects.
newClass(String) - Static method in class com.google.javascript.refactoring.Matchers
Returns a Matcher that matches constructing objects of the provided class name.
newCompilerOptions() - Method in class com.google.javascript.jscomp.Compiler
Allow subclasses to override the default CompileOptions object.
newEasyDict() - Method in class com.google.template.soy.data.SoyValueHelper
IMPORTANT: Do not use this method.
newEasyDict(Object...) - Method in class com.google.template.soy.data.SoyValueHelper
IMPORTANT: Do not use this method.
newEasyDictFromDict(SoyDict) - Method in class com.google.template.soy.data.SoyValueHelper
IMPORTANT: Do not use this method.
newEasyDictFromJavaStringMap(Map<String, ?>) - Method in class com.google.template.soy.data.SoyValueHelper
IMPORTANT: Do not use this method.
newEasyList() - Method in class com.google.template.soy.data.SoyValueHelper
IMPORTANT: Do not use this method.
newEasyList(Object...) - Method in class com.google.template.soy.data.SoyValueHelper
IMPORTANT: Do not use this method.
newEasyListFromJavaIterable(Iterable<?>) - Method in class com.google.template.soy.data.SoyValueHelper
IMPORTANT: Do not use this method.
newEasyListFromList(SoyList) - Method in class com.google.template.soy.data.SoyValueHelper
IMPORTANT: Do not use this method.
NewExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
NewExpressionTree(SourceRange, ParseTree, ArgumentListTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.NewExpressionTree
 
newExternInput(String) - Method in class com.google.javascript.jscomp.Compiler
 
newInstance() - Method in class org.plovr.webdriver.ReflectionWebDriverFactory
 
newInstance() - Method in interface org.plovr.webdriver.WebDriverFactory
 
NEWLINE - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
newNode(Node, Node...) - Static method in class com.google.javascript.rhino.IR
 
newNumber(double) - Static method in class com.google.javascript.rhino.Node
 
newNumber(double, int, int) - Static method in class com.google.javascript.rhino.Node
 
newOptionalParameterFromNode(Node) - Method in class com.google.javascript.rhino.jstype.FunctionParamBuilder
Copies the parameter specification from the given node, but makes sure it's optional.
newParameterFromNode(Node) - Method in class com.google.javascript.rhino.jstype.FunctionParamBuilder
Copies the parameter specification from the given node.
newPropertyAccess(AbstractCompiler, Node, String) - Static method in class com.google.javascript.jscomp.NodeUtil
Creates a property access on the context tree.
newQName(AbstractCompiler, String) - Static method in class com.google.javascript.jscomp.NodeUtil
Creates a node representing a qualified name.
newQNameDeclaration(AbstractCompiler, String, Node, JSDocInfo) - Static method in class com.google.javascript.jscomp.NodeUtil
Creates a node representing a qualified name.
newRenderer(SoyTemplateInfo) - Method in class com.google.template.soy.tofu.internal.BaseTofu
 
newRenderer(String) - Method in class com.google.template.soy.tofu.internal.BaseTofu
 
newRenderer(SoyTemplateInfo) - Method in interface com.google.template.soy.tofu.SoyTofu
Gets a new Renderer for a template.
newRenderer(String) - Method in interface com.google.template.soy.tofu.SoyTofu
Gets a new Renderer for a template.
newString(String) - Static method in class com.google.javascript.rhino.Node
 
newString(int, String) - Static method in class com.google.javascript.rhino.Node
 
newString(String, int, int) - Static method in class com.google.javascript.rhino.Node
 
newString(int, String, int, int) - Static method in class com.google.javascript.rhino.Node
 
newSubGraph() - Method in interface com.google.javascript.jscomp.graph.AdjacencyGraph
Returns an empty SubGraph for this Graph.
newSubGraph() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
newSubGraph() - Method in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
newToken(int, String) - Static method in class com.google.common.css.compiler.ast.Token
Returns a new Token object, by default.
newToken(int) - Static method in class com.google.common.css.compiler.ast.Token
 
newToken(int, String) - Static method in class com.google.template.soy.exprparse.Token
Returns a new Token object, by default.
newToken(int) - Static method in class com.google.template.soy.exprparse.Token
 
newToken(int, String) - Static method in class com.google.template.soy.soyparse.Token
Returns a new Token object, by default.
newToken(int) - Static method in class com.google.template.soy.soyparse.Token
 
newToken(int, String) - Static method in class com.google.template.soy.types.parse.Token
Returns a new Token object, by default.
newToken(int) - Static method in class com.google.template.soy.types.parse.Token
 
newTraversal(FixedPointGraphTraversal.EdgeCallback<NODE, EDGE>) - Static method in class com.google.javascript.jscomp.graph.FixedPointGraphTraversal
Helper method for creating new traversals.
next - Variable in class com.google.common.css.compiler.ast.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class com.google.template.soy.exprparse.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class com.google.template.soy.soyparse.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class com.google.template.soy.types.parse.Token
A reference to the next regular (non-special) token from the input stream.
nextConvention - Variable in class com.google.javascript.jscomp.CodingConventions.Proxy
 
nextPreciserScopeKnowingConditionOutcome(Node, FlowScope, boolean) - Method in class com.google.javascript.jscomp.type.ChainableReverseAbstractInterpreter
Delegates the calculation of the preciser scope to the next link.
nextRegularExpressionLiteralToken() - Method in class com.google.javascript.jscomp.parsing.parser.Scanner
 
nextTemplateLiteralToken() - Method in class com.google.javascript.jscomp.parsing.parser.Scanner
 
nextToken() - Method in class com.google.javascript.jscomp.parsing.parser.Scanner
 
NL - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
NL - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
NL1 - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
NO_DEFAULT_VALUE_BECAUSE_REQUIRED - Static variable in class com.google.template.soy.soytree.CommandTextAttributesParser.Attribute
Use this as the default attribute value when there should not be a default because the attribute is required.
NO_OBJECT_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
NO_RESOLVED_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
NO_SIDE_EFFECTS - Static variable in class com.google.javascript.rhino.Node
 
NO_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
NO_UNITS - Static variable in class com.google.common.css.compiler.ast.CssNumericNode
Constant value for the units field for a node without units.
NoAutoescapeDirective - Class in com.google.template.soy.coredirectives
A directive that turns off autoescape for this 'print' tag (if it's on for the template).
NoAutoescapeDirective() - Constructor for class com.google.template.soy.coredirectives.NoAutoescapeDirective
 
node - Variable in class com.google.javascript.jscomp.JSError
Node where the warning occurred.
Node - Class in com.google.javascript.rhino
This class implements the root of the intermediate representation.
Node(int) - Constructor for class com.google.javascript.rhino.Node
 
Node(int, Node) - Constructor for class com.google.javascript.rhino.Node
 
Node(int, Node, Node) - Constructor for class com.google.javascript.rhino.Node
 
Node(int, Node, Node, Node) - Constructor for class com.google.javascript.rhino.Node
 
Node(int, Node, Node, Node, Node) - Constructor for class com.google.javascript.rhino.Node
 
Node(int, int, int) - Constructor for class com.google.javascript.rhino.Node
 
Node(int, Node, int, int) - Constructor for class com.google.javascript.rhino.Node
 
Node(int, Node, Node, int, int) - Constructor for class com.google.javascript.rhino.Node
 
Node(int, Node, Node, Node, int, int) - Constructor for class com.google.javascript.rhino.Node
 
Node(int, Node, Node, Node, Node, int, int) - Constructor for class com.google.javascript.rhino.Node
 
Node(int, Node[], int, int) - Constructor for class com.google.javascript.rhino.Node
 
Node(int, Node[]) - Constructor for class com.google.javascript.rhino.Node
 
Node - Interface in com.google.template.soy.basetree
This class defines the base interface for a node in the parse tree, as well as a number of subinterfaces that extend the base interface in various aspects.
Node.AncestorIterable - Class in com.google.javascript.rhino
Iterator to go up the ancestor tree.
Node.SideEffectFlags - Class in com.google.javascript.rhino
A helper class for getting and setting the side-effect flags.
Node.TypeDeclarationNode - Class in com.google.javascript.rhino
Represents a node in the type declaration AST.
NODE_TRAVERSAL_ERROR - Static variable in class com.google.javascript.jscomp.NodeTraversal
 
NodeContentKinds - Class in com.google.template.soy.data.internalutils
Utility methods for values of the kind attribute on {param} nodes.
NodeMetadata - Class in com.google.javascript.refactoring
Class that holds metadata (or meta objects) for use by JsFlume that aren't contained within the Node itself.
NodeMetadata(AbstractCompiler) - Constructor for class com.google.javascript.refactoring.NodeMetadata
 
nodes - Variable in class com.google.javascript.jscomp.graph.LinkedDirectedGraph
 
nodes - Variable in class com.google.javascript.jscomp.graph.LinkedUndirectedGraph
 
NodeSubject - Class in com.google.javascript.jscomp.testing
A Truth Subject for the Node class.
NodeSubject(FailureStrategy, Node) - Constructor for class com.google.javascript.jscomp.testing.NodeSubject
 
NodeTraversal - Class in com.google.javascript.jscomp
NodeTraversal allows an iteration through the nodes in the parse tree, and facilitates the optimizations on the parse tree.
NodeTraversal(AbstractCompiler, NodeTraversal.Callback) - Constructor for class com.google.javascript.jscomp.NodeTraversal
Creates a node traversal using the specified callback interface.
NodeTraversal(AbstractCompiler, NodeTraversal.Callback, ScopeCreator) - Constructor for class com.google.javascript.jscomp.NodeTraversal
Creates a node traversal using the specified callback interface and the scope creator.
NodeTraversal.AbstractNodeTypePruningCallback - Class in com.google.javascript.jscomp
Abstract callback to visit a pruned set of nodes.
NodeTraversal.AbstractPostOrderCallback - Class in com.google.javascript.jscomp
Abstract callback to visit all nodes in postorder.
NodeTraversal.AbstractPreOrderCallback - Class in com.google.javascript.jscomp
Abstract callback to visit all nodes in preorder.
NodeTraversal.AbstractScopedCallback - Class in com.google.javascript.jscomp
Abstract scoped callback to visit all nodes in postorder.
NodeTraversal.AbstractShallowCallback - Class in com.google.javascript.jscomp
Abstract callback to visit all nodes but not traverse into function bodies.
NodeTraversal.AbstractShallowStatementCallback - Class in com.google.javascript.jscomp
Abstract callback to visit all structure and statement nodes but doesn't traverse into functions or expressions.
NodeTraversal.Callback - Interface in com.google.javascript.jscomp
Callback for tree-based traversals
NodeTraversal.FunctionCallback - Interface in com.google.javascript.jscomp
Callback for passes that iterate over a list of functions
NodeTraversal.ScopedCallback - Interface in com.google.javascript.jscomp
Callback that also knows about scope changes
NodeUtil - Class in com.google.javascript.jscomp
NodeUtil contains generally useful AST utilities.
NodeUtil.Visitor - Interface in com.google.javascript.jscomp
Interface for use with the visit method.
NodeVisitor<N extends Node,R> - Interface in com.google.template.soy.basetree
External interface for a node visitor.
NoImplicitlyPublicDecls(AbstractCompiler, Requirement) - Constructor for class com.google.javascript.jscomp.ConformanceRules.NoImplicitlyPublicDecls
 
nominals - Variable in class com.google.javascript.jscomp.newtypes.Namespace
 
NominalType - Class in com.google.javascript.jscomp.newtypes
 
NON_HALTING_ERROR_MSG - Static variable in class com.google.javascript.jscomp.graph.FixedPointGraphTraversal
 
NON_SCALAR_MASK - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
NON_SELF_ENDING_WITH_VALUE - Static variable in class com.google.template.soy.soytree.LetContentNode
 
NON_STANDARD_JSDOC - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
NONASCII - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
none() - Static method in class com.google.template.soy.soytree.CallNode.DataAttribute
 
NonpluginFunction - Enum in com.google.template.soy.shared.internal
Enum of nonplugin functions supported in Soy expressions.
NoObjectType - Class in com.google.javascript.rhino.jstype
The bottom Object type, representing the subclass of all objects.
normalize() - Method in class com.google.javascript.jscomp.Compiler
 
normalizeHtml(SoyValue) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Normalizes HTML to HTML making sure quotes and other specials are entity encoded.
normalizeHtml(String) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Normalizes HTML to HTML making sure quotes and other specials are entity encoded.
normalizeHtmlNospace(SoyValue) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Normalizes HTML to HTML making sure quotes, spaces and other specials are entity encoded so that the result can be safely embedded in a valueless attribute.
normalizeHtmlNospace(String) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Normalizes HTML to HTML making sure quotes, spaces and other specials are entity encoded so that the result can be safely embedded in a valueless attribute.
normalizeUri(SoyValue) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Converts a piece of URI content to a piece of URI content that can be safely embedded in an HTML attribute by percent encoding.
normalizeUri(String) - Static method in class com.google.template.soy.shared.restricted.Sanitizers
Converts a piece of URI content to a piece of URI content that can be safely embedded in an HTML attribute by percent encoding.
normalizeWhitelist(Set<String>) - Method in class com.google.javascript.jscomp.WhitelistWarningsGuard
Loads legacy warnings list from the set of strings.
not(Matcher) - Static method in class com.google.javascript.refactoring.Matchers
Returns a Matcher that matches the opposite of the provided matcher.
not(Node) - Static method in class com.google.javascript.rhino.IR
 
not() - Method in enum com.google.javascript.rhino.jstype.TernaryValue
Gets the not of this.
NOT - Static variable in class com.google.javascript.rhino.Token
Token types.
NOT_A_CLASS - Static variable in class com.google.javascript.rhino.jstype.JSType
 
NOT_A_CONSTRUCTOR - Static variable in class com.google.javascript.jscomp.TypeCheck
 
NOT_A_TYPE - Static variable in class com.google.javascript.rhino.jstype.JSType
 
NOT_BRACE - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
NOT_BRACE - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
NOT_CMD_NAME_BOUNDARY_AFTER_CMD_NAME - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
NOT_ENUMDECL - Static variable in class com.google.javascript.rhino.jstype.JSType
 
NOT_EOL - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
NOT_NL - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
NOT_SOL - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
NOT_WS - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
note - Variable in class com.google.javascript.jscomp.ConformanceRules.ConformanceResult
 
NotEqualOpNode(SourceLocation) - Constructor for class com.google.template.soy.exprtree.OperatorNodes.NotEqualOpNode
 
NOTFUNCTION - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
notModified(HttpExchange) - Static method in class org.plovr.io.Responses
 
NotOpNode(SourceLocation) - Constructor for class com.google.template.soy.exprtree.OperatorNodes.NotOpNode
 
NoType - Class in com.google.javascript.rhino.jstype
Bottom type, representing the subclass of any value or object.
nth() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
NULL - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
NULL - Static variable in class com.google.javascript.rhino.Token
Token types.
NULL - Static variable in interface com.google.template.soy.exprparse.ExpressionParserConstants
RegularExpression Id.
NULL_MASK - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
NULL_OR_UNDEF - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
NULL_PROVIDER - Static variable in class com.google.template.soy.jbcsrc.runtime.Runtime
 
NULL_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
NULL_VOID - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
nullable(Node.TypeDeclarationNode) - Static method in class com.google.javascript.rhino.TypeDeclarationsIR
We assume that types are non-nullable by default.
NULLABLE_RETURN - Static variable in class com.google.javascript.jscomp.lint.CheckNullableReturn
 
NULLABLE_RETURN_WITH_NAME - Static variable in class com.google.javascript.jscomp.lint.CheckNullableReturn
 
NULLABLE_TYPE - Static variable in class com.google.javascript.rhino.Token
Token types.
NullCoalescingOpNode(SourceLocation) - Constructor for class com.google.template.soy.exprtree.OperatorNodes.NullCoalescingOpNode
 
NullData - Class in com.google.template.soy.data.restricted
Null data.
NullErrorReporter - Class in com.google.javascript.jscomp.parsing
An error reporter which consumes all calls and performs no actions.
NullGssSourceMapGenerator - Class in com.google.common.css.compiler.passes
Null class implements GssSourceMapGenerator.
NullGssSourceMapGenerator() - Constructor for class com.google.common.css.compiler.passes.NullGssSourceMapGenerator
 
nullNode() - Static method in class com.google.javascript.rhino.IR
 
NullNode - Class in com.google.template.soy.exprtree
Node representing a null value.
NullNode(SourceLocation) - Constructor for class com.google.template.soy.exprtree.NullNode
 
NullTree - Class in com.google.javascript.jscomp.parsing.parser.trees
Represents a null parse tree element.
NullTree(SourceRange) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.NullTree
 
NullType - Class in com.google.javascript.rhino.jstype
Null type.
NullType - Class in com.google.template.soy.types.primitive
The "null" type.
num - Variable in enum com.google.template.soy.basetree.SyntaxVersion
The number for ordering.
NUM_LINES - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoForSoyTemplateInfo
The number of lines to display.
NUM_LINES - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .demoFor.
NUM_OR_STR - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
NUMBER - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
NUMBER - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
number(double) - Static method in class com.google.javascript.rhino.IR
 
NUMBER - Static variable in class com.google.javascript.rhino.Token
Token types.
NUMBER_MASK - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
NUMBER_OBJECT_FUNCTION_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
NUMBER_OBJECT_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
NUMBER_STRING_BOOLEAN - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
NUMBER_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
NUMBER_TYPE - Static variable in class com.google.javascript.rhino.Token
Token types.
NumberData - Class in com.google.template.soy.data.restricted
Abstract superclass for number data (integers and floats).
NumberData() - Constructor for class com.google.template.soy.data.restricted.NumberData
 
NumberType - Class in com.google.javascript.rhino.jstype
Number type.
numberType() - Static method in class com.google.javascript.rhino.TypeDeclarationsIR
 
numberValue() - Method in class com.google.template.soy.data.restricted.NumberData
 
numberValue() - Method in class com.google.template.soy.data.SoyAbstractValue
 
numberValue() - Method in interface com.google.template.soy.data.SoyValue
Precondition: Only call this method if you know that this SoyValue object is a number.
numCapturingGroups() - Method in class com.google.javascript.jscomp.regex.RegExpTree
The number of capturing groups.
numChildren() - Method in class com.google.common.css.compiler.ast.CssNodesListNode
 
numChildren() - Method in class com.google.template.soy.basetree.MixinParentNode
Gets the number of children.
numChildren() - Method in interface com.google.template.soy.basetree.ParentNode
Gets the number of children.
numChildren() - Method in class com.google.template.soy.exprtree.AbstractParentExprNode
 
numChildren() - Method in class com.google.template.soy.soytree.AbstractParentSoyNode
 
numChildren() - Method in class com.google.template.soy.soytree.CallParamContentNode
 
numChildren() - Method in class com.google.template.soy.soytree.LetContentNode
 

O

OBJECT_ELEMENT_TEMPLATE - Static variable in class com.google.javascript.rhino.jstype.JSTypeRegistry
The name associated with the template variable corresponding to the property value type for Javascript Objects and Arrays.
OBJECT_FUNCTION_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
OBJECT_NUMBER_STRING - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
OBJECT_NUMBER_STRING_BOOLEAN - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
OBJECT_PATTERN - Static variable in class com.google.javascript.rhino.Token
Token types.
OBJECT_PROTOTYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
OBJECT_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
objectlit(Node...) - Static method in class com.google.javascript.rhino.IR
 
OBJECTLIT - Static variable in class com.google.javascript.rhino.Token
Token types.
ObjectLiteralExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ObjectLiteralExpressionTree(SourceRange, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ObjectLiteralExpressionTree
 
ObjectPatternTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ObjectPatternTree(SourceRange, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ObjectPatternTree
 
ObjectPropertyStringPreprocess - Class in com.google.javascript.jscomp
Rewrites new goog.testing.ObjectPropertyString(foo, 'bar') to new JSCompiler_ObjectPropertyString(window, foo.bar).
ObjectType - Class in com.google.javascript.rhino.jstype
Object type.
ObjectTypeI - Interface in com.google.javascript.rhino
 
OF - Static variable in class com.google.javascript.jscomp.parsing.parser.PredefinedName
 
of(String) - Static method in class com.google.template.soy.error.SoyError
 
of(String, int) - Static method in enum com.google.template.soy.exprtree.Operator
Fetches an Operator given the pair (tokenString, numOperands).
of(A, B) - Static method in class com.google.template.soy.internal.base.Pair
Creates a new pair containing the given elements in order.
of(String) - Static method in class com.google.template.soy.msgs.restricted.SoyMsgRawTextPart
Returns a SoyMsgRawTextPart representing the specified raw text string.
of(SoyFileNode, SoyFileSupplier.Version) - Static method in class com.google.template.soy.shared.SoyAstCache.VersionedFile
 
of(SoyType) - Static method in class com.google.template.soy.types.aggregate.ListType
 
of(SoyType, SoyType) - Static method in class com.google.template.soy.types.aggregate.MapType
 
of(Map<String, ? extends SoyType>) - Static method in class com.google.template.soy.types.aggregate.RecordType
 
of(SoyType...) - Static method in class com.google.template.soy.types.aggregate.UnionType
Convenience method for creating unions.
of(Collection<SoyType>) - Static method in class com.google.template.soy.types.aggregate.UnionType
Create a union from a collection of types.
of(F, S) - Static method in class org.plovr.util.Pair
 
offset - Variable in class com.google.javascript.jscomp.parsing.parser.util.SourcePosition
 
offsetOfLine(int) - Method in class com.google.javascript.jscomp.parsing.parser.LineNumberTable
 
onBinaryOperator(CssBooleanExpressionNode.Type, ParserToken, Object, Object) - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler.BooleanExpressionHandler
 
onBinaryOperator(CssBooleanExpressionNode.Type, ParserToken, Object, Object) - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onBooleanExpressionEnd(Object) - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler.BooleanExpressionHandler
 
onBooleanExpressionEnd(Object) - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onBooleanExpressionStart() - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler.BooleanExpressionHandler
 
onBooleanExpressionStart() - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onColor(ParserToken) - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler.ExpressionHandler
 
onColor(ParserToken) - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onCommentEnd() - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler
 
onCommentEnd() - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onCommentStart(ParserToken) - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler
 
onCommentStart(ParserToken) - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onConditionalRuleEnd() - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler
 
onConditionalRuleEnd() - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onConditionalRuleStart(CssAtRuleNode.Type, ParserToken) - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler
 
onConditionalRuleStart(CssAtRuleNode.Type, ParserToken) - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onConstant(ParserToken) - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler.BooleanExpressionHandler
 
onConstant(ParserToken) - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onDeclarationEnd() - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler
 
onDeclarationEnd() - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onDeclarationStart(ParserToken, boolean) - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler
 
onDeclarationStart(ParserToken, boolean) - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onDefinitionEnd() - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler
 
onDefinitionEnd() - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onDefinitionStart(ParserToken) - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler
 
onDefinitionStart(ParserToken) - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onDocumentEnd() - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler
 
onDocumentEnd() - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onDocumentStart(SourceCode) - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler
 
onDocumentStart(SourceCode) - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
ONE - Static variable in class com.google.template.soy.data.restricted.IntegerData
Static instance of IntegerData with value 1.
onFunction(ParserToken) - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler.ExpressionHandler
 
onFunction(ParserToken) - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onFunctionArgument(ParserToken) - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler.ExpressionHandler
 
onFunctionArgument(ParserToken) - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onImportRuleEnd() - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler
 
onImportRuleEnd() - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onImportRuleStart() - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler
 
onImportRuleStart() - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onLiteral(ParserToken) - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler.ExpressionHandler
 
onLiteral(ParserToken) - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
ONLY_BINARY_OP - Static variable in interface com.google.template.soy.exprparse.ExpressionParserConstants
RegularExpression Id.
ONLY_UNARY_OP - Static variable in interface com.google.template.soy.exprparse.ExpressionParserConstants
RegularExpression Id.
onMediaRuleEnd() - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler
 
onMediaRuleEnd() - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onMediaRuleStart() - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler
 
onMediaRuleStart() - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onNumericValue(ParserToken, ParserToken) - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler.ExpressionHandler
 
onNumericValue(ParserToken, ParserToken) - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onOperator(ParserToken) - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler.ExpressionHandler
 
onOperator(ParserToken) - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onPriority(ParserToken) - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler.ExpressionHandler
 
onPriority(ParserToken) - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onReference(ParserToken) - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler.ExpressionHandler
 
onReference(ParserToken) - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onReferenceFunctionArgument(ParserToken) - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler.ExpressionHandler
 
onReferenceFunctionArgument(ParserToken) - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onRulesetEnd() - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler
 
onRulesetEnd() - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onRulesetStart(CssSelectorListNode) - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler
 
onRulesetStart(CssSelectorListNode) - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
onUnaryOperator(CssBooleanExpressionNode.Type, ParserToken, Object) - Method in interface com.google.common.css.compiler.ast.CssParserEventHandler.BooleanExpressionHandler
 
onUnaryOperator(CssBooleanExpressionNode.Type, ParserToken, Object) - Method in class com.google.common.css.compiler.ast.CssTreeBuilder
 
open() - Method in interface com.google.template.soy.base.internal.SoyFileSupplier
Returns a Reader for the Soy file content.
open() - Method in class com.google.template.soy.base.internal.StableSoyFileSupplier
 
open() - Method in class com.google.template.soy.base.internal.VolatileSoyFileSupplier
 
operand - Variable in class com.google.javascript.jscomp.parsing.parser.trees.CallExpressionTree
 
operand - Variable in class com.google.javascript.jscomp.parsing.parser.trees.MemberExpressionTree
 
operand - Variable in class com.google.javascript.jscomp.parsing.parser.trees.MemberLookupExpressionTree
 
operand - Variable in class com.google.javascript.jscomp.parsing.parser.trees.NewExpressionTree
 
operand - Variable in class com.google.javascript.jscomp.parsing.parser.trees.PostfixExpressionTree
 
operand - Variable in class com.google.javascript.jscomp.parsing.parser.trees.TemplateLiteralExpressionTree
 
operand - Variable in class com.google.javascript.jscomp.parsing.parser.trees.UnaryExpressionTree
 
operator - Variable in class com.google.javascript.jscomp.parsing.parser.trees.BinaryOperatorTree
 
operator - Variable in class com.google.javascript.jscomp.parsing.parser.trees.PostfixExpressionTree
 
operator - Variable in class com.google.javascript.jscomp.parsing.parser.trees.UnaryExpressionTree
 
Operator - Enum in com.google.template.soy.exprtree
Enum of Soy expression operators.
Operator.Associativity - Enum in com.google.template.soy.exprtree
Enum for an operator's associativity.
Operator.Operand - Class in com.google.template.soy.exprtree
A syntax element for an operand.
Operator.Spacer - Class in com.google.template.soy.exprtree
A syntax element for a space character.
Operator.SyntaxElement - Interface in com.google.template.soy.exprtree
Represents a syntax element (used in a syntax specification for an operator).
Operator.Token - Class in com.google.template.soy.exprtree
A syntax element for a token.
OperatorNodes - Class in com.google.template.soy.exprtree
Container of nodes representing operators.
OperatorNodes.AndOpNode - Class in com.google.template.soy.exprtree
Node representing the 'and' operator.
OperatorNodes.ConditionalOpNode - Class in com.google.template.soy.exprtree
Node representing the ternary '? :' (conditional) operator.
OperatorNodes.DivideByOpNode - Class in com.google.template.soy.exprtree
Node representing the '/' (divde by) operator.
OperatorNodes.EqualOpNode - Class in com.google.template.soy.exprtree
Node representing the '==' (equal) operator.
OperatorNodes.GreaterThanOpNode - Class in com.google.template.soy.exprtree
Node representing the '>' (greater than) operator.
OperatorNodes.GreaterThanOrEqualOpNode - Class in com.google.template.soy.exprtree
Node representing the '>=' (greater than or equal) operator.
OperatorNodes.LessThanOpNode - Class in com.google.template.soy.exprtree
Node representing the '<' (less than) operator.
OperatorNodes.LessThanOrEqualOpNode - Class in com.google.template.soy.exprtree
Node representing the '<=' (less than or equal) operator.
OperatorNodes.MinusOpNode - Class in com.google.template.soy.exprtree
Node representing the binary '-' (minus) operator.
OperatorNodes.ModOpNode - Class in com.google.template.soy.exprtree
Node representing the '%' (mod) operator.
OperatorNodes.NegativeOpNode - Class in com.google.template.soy.exprtree
Node representing the unary '-' (negative) operator.
OperatorNodes.NotEqualOpNode - Class in com.google.template.soy.exprtree
Node representing the '!=' (not equal) operator.
OperatorNodes.NotOpNode - Class in com.google.template.soy.exprtree
Node representing the 'not' operator.
OperatorNodes.NullCoalescingOpNode - Class in com.google.template.soy.exprtree
Node representing the '?:' (null-coalescing) operator.
OperatorNodes.OrOpNode - Class in com.google.template.soy.exprtree
Node representing the 'or' operator.
OperatorNodes.PlusOpNode - Class in com.google.template.soy.exprtree
Node representing the '+' (plus) operator.
OperatorNodes.TimesOpNode - Class in com.google.template.soy.exprtree
Node representing the '*' (times) operator.
OPT_ARG_NAME - Static variable in class com.google.javascript.rhino.Node
 
OPT_ES6_TYPED - Static variable in class com.google.javascript.rhino.Node
 
optimize - Variable in class com.google.common.css.JobDescription
 
optimize() - Method in class com.google.javascript.jscomp.Compiler
 
optimize() - Method in interface com.google.javascript.jscomp.type.FlowScope
Optimize this scope and return a new FlowScope with faster lookup.
OPTIMIZE_LOOP_ERROR - Static variable in class com.google.javascript.jscomp.Compiler
Error strings used for reporting JSErrors
optimizeArgumentsArray - Variable in class com.google.javascript.jscomp.CompilerOptions
Provide formal names for elements of arguments array.
optimizeCalls - Variable in class com.google.javascript.jscomp.CompilerOptions
Remove unused parameters from call sites.
optimizeParameters - Variable in class com.google.javascript.jscomp.CompilerOptions
Remove unused and constant parameters.
optimizeReturns - Variable in class com.google.javascript.jscomp.CompilerOptions
Remove unused return values.
OptiModule - Class in com.google.template.soy.sharedpasses.opti
Guice module for optimization passes.
OptiModule() - Constructor for class com.google.template.soy.sharedpasses.opti.OptiModule
 
OPTIONAL_PARAM_NOT_MARKED_OPTIONAL - Static variable in class com.google.javascript.jscomp.lint.CheckJSDocStyle
 
OPTIONAL_PARAMETER - Static variable in class com.google.javascript.rhino.Token
Token types.
OPTIONAL_TYPE_NOT_USING_OPTIONAL_NAME - Static variable in class com.google.javascript.jscomp.lint.CheckJSDocStyle
 
optionalParameter(Node.TypeDeclarationNode) - Static method in class com.google.javascript.rhino.TypeDeclarationsIR
Represents a function parameter that is optional.
OptionalParameterTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
OptionalParameterTree(SourceRange, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.OptionalParameterTree
 
opToStr(int) - Static method in class com.google.javascript.jscomp.NodeUtil
Converts an operator's token value (see Token) to a string representation.
OR - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
or(Node, Node) - Static method in class com.google.javascript.rhino.IR
 
or(TernaryValue) - Method in enum com.google.javascript.rhino.jstype.TernaryValue
Gets the or of this and that.
OR - Static variable in class com.google.javascript.rhino.Token
Token types.
ord - Variable in enum com.google.template.soy.data.Dir
 
ordainAsSafe(String, SanitizedContent.ContentKind) - Static method in class com.google.template.soy.data.UnsafeSanitizedContentOrdainer
Faithfully assumes the provided value is "safe" and marks it not to be re-escaped.
ordainAsSafe(String, SanitizedContent.ContentKind, Dir) - Static method in class com.google.template.soy.data.UnsafeSanitizedContentOrdainer
Faithfully assumes the provided value is "safe" and marks it not to be re-escaped.
org.plovr - package org.plovr
The core of plovr.
org.plovr.cli - package org.plovr.cli
These classes implement the command-line interface for plovr.
org.plovr.docgen - package org.plovr.docgen
 
org.plovr.i18n - package org.plovr.i18n
Utilities to help with i18n and l10n.
org.plovr.io - package org.plovr.io
Standard set of I/O utilities to ensure that files are written and read with the appropriate charset.
org.plovr.soy.function - package org.plovr.soy.function
 
org.plovr.soy.server - package org.plovr.soy.server
A simple server that dynamically recompiles Soy files and serves their content in response to HTTP requests.
org.plovr.util - package org.plovr.util
General utilities for use throughout plovr.
org.plovr.webdriver - package org.plovr.webdriver
 
original - Variable in class com.google.javascript.jscomp.parsing.parser.trees.TypeAliasTree
 
ORIGINALNAME_PROP - Static variable in class com.google.javascript.rhino.Node
 
OrOpNode(SourceLocation) - Constructor for class com.google.template.soy.exprtree.OperatorNodes.OrOpNode
 
otherProps - Variable in class com.google.javascript.jscomp.newtypes.Namespace
 
OUTPUT_MARKER - Static variable in class com.google.javascript.jscomp.CommandLineRunner
 
outputBufStack - Variable in class com.google.template.soy.sharedpasses.render.RenderVisitor
The stack of output Appendables (current output buffer is top of stack).
OutputFileOptions() - Constructor for class com.google.template.soy.msgs.SoyMsgBundleHandler.OutputFileOptions
This constructor sets default values for the source locale string and target locale string.
outputFormat - Variable in class com.google.common.css.JobDescription
 
outputOrientation - Variable in class com.google.common.css.JobDescription
 
outputRenamingMapFormat - Variable in class com.google.common.css.JobDescription
 
OutputRenamingMapFormat - Enum in com.google.common.css
Defines the values for the --output-renaming-map-format flag in Closure Stylesheets.
outputTracerReport(PrintStream) - Method in class com.google.javascript.jscomp.PerformanceTracker
Prints a summary, which contains aggregate stats for all runs of each pass and a log, which contains stats for each individual run.
OVERRIDING_PROTOTYPE_WITH_NON_OBJECT - Static variable in class com.google.javascript.jscomp.TypeCheck
 
overwriteDeclaredType(String, JSType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Overrides a declared global type name.

P

packedBits() - Method in class com.google.template.soy.parsepasses.contextautoesc.Context
An integer form that uniquely identifies this context.
Pair<A,B> - Class in com.google.template.soy.internal.base
An immutable, semantic-free ordered pair of nullable values.
Pair<F,S> - Class in org.plovr.util
 
param - Variable in class com.google.javascript.jscomp.parsing.parser.trees.OptionalParameterTree
 
param - Variable in class com.google.javascript.jscomp.parsing.parser.trees.TypedParameterTree
 
PARAM_LIST - Static variable in class com.google.javascript.rhino.Token
Token types.
ParamDescriptor - Class in org.plovr.docgen
 
ParamDescriptor.Builder - Class in org.plovr.docgen
 
parameter - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertySetterTree
 
parameter - Variable in class com.google.javascript.jscomp.parsing.parser.trees.SetAccessorTree
 
PARAMETERIZED_TYPE - Static variable in class com.google.javascript.rhino.Token
Token types.
parameterizedType(Node.TypeDeclarationNode, Iterable<Node.TypeDeclarationNode>) - Static method in class com.google.javascript.rhino.TypeDeclarationsIR
Represents a parameterized, or generic, type.
ParameterizedTypeTree - Class in com.google.javascript.jscomp.parsing.parser.trees
A type that has type arguments applied to it (Foo<Bar, Baz>).
ParameterizedTypeTree(SourceRange, TypeNameTree, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ParameterizedTypeTree
 
parameters - Variable in class com.google.javascript.jscomp.parsing.parser.trees.FormalParameterListTree
 
paramKeyToCalleesMultimap - Variable in class com.google.template.soy.sharedpasses.FindIndirectParamsVisitor.IndirectParamsInfo
Multimap from param key (direct or indirect) to transitive callees that declare the param.
paramList() - Static method in class com.google.javascript.rhino.IR
 
paramList(Node) - Static method in class com.google.javascript.rhino.IR
 
paramList(Node...) - Static method in class com.google.javascript.rhino.IR
 
paramList(List<Node>) - Static method in class com.google.javascript.rhino.IR
 
params - Variable in class com.google.template.soy.soytree.TemplateNodeBuilder
The params from template header and/or SoyDoc.
ParamStore - Class in com.google.template.soy.data.internal
Internal-use param store for passing data in subtemplate calls.
ParamStore() - Constructor for class com.google.template.soy.data.internal.ParamStore
 
ParenExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ParenExpressionTree(SourceRange, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ParenExpressionTree
 
parenthesized_term() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
ParentNode<N extends Node> - Interface in com.google.template.soy.basetree
A node that may have children in the parse tree.
parse() - Method in class com.google.common.css.compiler.ast.GssParser
 
parse(boolean) - Method in class com.google.common.css.compiler.ast.GssParser
 
parse() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
parse(CssBlockNode, SourceCode, boolean, ImmutableList.Builder<GssParserException>) - Method in class com.google.common.css.compiler.ast.GssParserCC
Wrapper around parse() that (re-)initializes the parser and clears its state afterwards.
parse(String) - Method in interface com.google.debugging.sourcemap.SourceMapConsumer
Parses the given contents containing a source map to provide initialize a class providing SourceMapping.
parse(String) - Static method in class com.google.debugging.sourcemap.SourceMapConsumerFactory
 
parse(String, SourceMapSupplier) - Static method in class com.google.debugging.sourcemap.SourceMapConsumerFactory
 
parse(String) - Method in class com.google.debugging.sourcemap.SourceMapConsumerV3
Parses the given contents containing a source map.
parse(String, SourceMapSupplier) - Method in class com.google.debugging.sourcemap.SourceMapConsumerV3
Parses the given contents containing a source map.
parse(JsonObject) - Method in class com.google.debugging.sourcemap.SourceMapConsumerV3
Parses the given contents containing a source map.
parse(JsonObject, SourceMapSupplier) - Method in class com.google.debugging.sourcemap.SourceMapConsumerV3
Parses the given contents containing a source map.
parse() - Method in class com.google.javascript.jscomp.Compiler
 
parse(SourceFile) - Method in class com.google.javascript.jscomp.Compiler
 
parse(StaticSourceFile, String, Config, ErrorReporter) - Static method in class com.google.javascript.jscomp.parsing.ParserRunner
 
parse() - Method in class com.google.template.soy.SoyFileSetParser
Parses a set of Soy files, returning a structure containing the parse tree and any errors.
parseAutoEscapeMode(String, SourceLocation, ErrorReporter) - Static method in enum com.google.template.soy.soytree.AutoescapeMode
Returns the parsed value.
parseBoolean(String) - Static method in class com.google.common.css.compiler.gssfunctions.GssFunctions
Helper method to convert a numeric value of "0" or "1" into a boolean.
parseCommandTextHelper(String, ErrorReporter, SourceLocation) - Static method in class com.google.template.soy.soytree.LetNode
Helper used by subclass constructors to parse the command text.
parseCompileTimeGlobals(CharSource) - Static method in class com.google.template.soy.SoyUtils
Parses a globals file in the format created by SoyUtils.generateCompileTimeGlobalsFile(java.util.Map<java.lang.String, ?>, java.lang.Appendable) into a map from global name to primitive value.
parseDataAttributeHelper(String, SourceLocation, ErrorReporter) - Static method in class com.google.template.soy.soytree.CallNode
Private helper function for subclass constructors to parse the 'data' attribute.
parseDataReference() - Method in class com.google.template.soy.exprparse.ExpressionParser
Parses the input as a data reference.
ParseException - Exception in com.google.common.css.compiler.ast
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception com.google.common.css.compiler.ast.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception com.google.common.css.compiler.ast.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception com.google.common.css.compiler.ast.ParseException
Constructor with message.
ParseException() - Constructor for exception com.google.javascript.jscomp.parsing.parser.util.LookaheadErrorReporter.ParseException
 
ParseException - Exception in com.google.template.soy.exprparse
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception com.google.template.soy.exprparse.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception com.google.template.soy.exprparse.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception com.google.template.soy.exprparse.ParseException
Constructor with message.
ParseException - Exception in com.google.template.soy.soyparse
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception com.google.template.soy.soyparse.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception com.google.template.soy.soyparse.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception com.google.template.soy.soyparse.ParseException
Constructor with message.
ParseException - Exception in com.google.template.soy.types.parse
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception com.google.template.soy.types.parse.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception com.google.template.soy.types.parse.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception com.google.template.soy.types.parse.ParseException
Constructor with message.
parseExpression() - Method in class com.google.template.soy.exprparse.ExpressionParser
Parses the input as an expression.
parseExpressionList() - Method in class com.google.template.soy.exprparse.ExpressionParser
Parses the input as a comma-separated list of expressions.
parseExtractedMsgsFile(String) - Method in interface com.google.template.soy.msgs.SoyBidirectionalMsgPlugin
Parses the content of an extracted messages file (source messages to be translated) and builds a message bundle object.
parseFile(String) - Method in class com.google.javascript.jscomp.deps.DepsFileParser
Parses the given file and returns a list of dependency information that it contained.
parseFile(String, String) - Method in class com.google.javascript.jscomp.deps.DepsFileParser
Parses the given file and returns a list of dependency information that it contained.
parseFile(String, String, String) - Method in class com.google.javascript.jscomp.deps.JsFileParser
Parses the given file and returns the dependency information that it contained.
parseFile(String, String) - Method in class com.google.javascript.jscomp.deps.JsFunctionParser
Parses the given file and returns the dependency information that it contained.
parseFile(File) - Static method in class org.plovr.ConfigParser
 
parseFileReader(String, Reader) - Method in class com.google.javascript.jscomp.deps.DepsFileParser
Parses the file from the given reader and returns a list of dependency information that it contained.
parseGlobal() - Method in class com.google.template.soy.exprparse.ExpressionParser
Parses the input as a global.
parseInlineTypeDoc() - Method in class com.google.javascript.jscomp.parsing.JsDocInfoParser
Parse a description as a @type.
parseInternal(List<SourceCode>, boolean) - Method in class com.google.common.css.compiler.ast.AbstractGssParser
Parses a list of GSS sources.
parseLine(String) - Method in class com.google.javascript.jscomp.deps.DepsFileParser
Extracts dependency information from lines that look like goog.addDependency('pathRelativeToClosure', ['provides'], ['requires']); Adds the dependencies to depInfos.
parseLine(String) - Method in class com.google.javascript.jscomp.deps.JsFileParser
Parses a line of JavaScript, extracting goog.provide and goog.require information.
parseLine(String) - Method in class com.google.javascript.jscomp.deps.JsFunctionParser
Parses a line of JavaScript, extracting dependency information.
parseProgram() - Method in class com.google.javascript.jscomp.parsing.parser.Parser
 
parseProperty(String) - Static method in enum com.google.common.css.Vendor
 
Parser - Class in com.google.javascript.jscomp.parsing.parser
Parses a javascript file.
Parser(Parser.Config, ErrorReporter, SourceFile, int, boolean) - Constructor for class com.google.javascript.jscomp.parsing.parser.Parser
 
Parser(Parser.Config, ErrorReporter, SourceFile, int) - Constructor for class com.google.javascript.jscomp.parsing.parser.Parser
 
Parser(Parser.Config, ErrorReporter, SourceFile) - Constructor for class com.google.javascript.jscomp.parsing.parser.Parser
 
Parser.Config - Class in com.google.javascript.jscomp.parsing.parser
 
Parser.Config.Mode - Enum in com.google.javascript.jscomp.parsing.parser
 
parseRegExp(String, String) - Static method in class com.google.javascript.jscomp.regex.RegExpTree
Parses a regular expression to an AST.
parseRequirecssAttr(String) - Static method in class com.google.template.soy.soytree.RequirecssUtils
Parses a 'requirecss' attribute value (for a Soy file or a template).
ParseResult(Node, List<Comment>) - Constructor for class com.google.javascript.jscomp.parsing.ParserRunner.ParseResult
 
ParserRunner - Class in com.google.javascript.jscomp.parsing
parser runner
ParserRunner.ParseResult - Class in com.google.javascript.jscomp.parsing
Holds results of parsing.
parseSerializedIdMappings(String) - Static method in class com.google.javascript.jscomp.IdMappingUtil
The expected format looks like this:
parseSoyFile() - Method in class com.google.template.soy.soyparse.SoyFileParser
Attempts to parse the given input as a Soy file.
parseTemplateContent() - Method in class com.google.template.soy.soyparse.TemplateParser
Attempts to parse the input as the content of a Soy template (header and body).
parseTranslatedMsgsFile(String) - Method in interface com.google.template.soy.msgs.SoyMsgPlugin
Parses the content of a translated messages file and builds a message bundle object.
parseTranslatedMsgsFile(String) - Method in class com.google.template.soy.pomsgplugin.PoMsgPlugin
 
parseTranslatedMsgsFile(String) - Method in class com.google.template.soy.xliffmsgplugin.XliffMsgPlugin
 
ParseTree - Class in com.google.javascript.jscomp.parsing.parser.trees
An abstract syntax tree for JavaScript parse trees.
ParseTree(ParseTreeType, SourceRange) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
ParseTreeType - Enum in com.google.javascript.jscomp.parsing.parser.trees
The types of concrete parse trees.
parseTypeDeclaration() - Method in class com.google.template.soy.types.parse.TypeParser
Attempts to parse the input as a type declaration.
parseTypeExpression() - Method in class com.google.template.soy.types.parse.TypeParser
Attempts to parse the input as a type expression.
parseTypeString(String) - Static method in class com.google.javascript.jscomp.parsing.JsDocInfoParser
Parses a string containing a JsDoc type declaration, returning the type if the parsing succeeded or null if it failed.
parseTypeTransformation() - Method in class com.google.javascript.jscomp.parsing.TypeTransformationParser
Takes a type transformation expression, transforms it to an AST using the ParserRunner of the JSCompiler and then verifies that it is a valid AST.
parseVariable() - Method in class com.google.template.soy.exprparse.ExpressionParser
Parses the input as a variable name.
parts() - Method in class com.google.javascript.jscomp.JsMessage
Gets a read-only list of the parts of this message.
parts - Variable in class com.google.template.soy.msgs.internal.MsgUtils.MsgPartsAndIds
The parts that make up the message content.
parts() - Method in class com.google.template.soy.msgs.restricted.SoyMsgPart.Case
 
pass - Variable in class com.google.javascript.jscomp.PerformanceTracker.Stats
 
PassConfig - Class in com.google.javascript.jscomp
Pass factories and meta-data for native Compiler passes.
PassConfig(CompilerOptions) - Constructor for class com.google.javascript.jscomp.PassConfig
 
PassConfig.State - Class in com.google.javascript.jscomp
Intermediate state for a running pass configuration.
PassFactory - Class in com.google.javascript.jscomp
A factory for creating JSCompiler passes based on the Options injected.
PassFactory(String, boolean) - Constructor for class com.google.javascript.jscomp.PassFactory
 
PassRunner - Class in com.google.common.css.compiler.passes
PassRunner runs applies a sequence of CssCompilerPasses to a CssTree.
PassRunner(JobDescription, ErrorManager) - Constructor for class com.google.common.css.compiler.passes.PassRunner
 
PassRunner(JobDescription, ErrorManager, RecordingSubstitutionMap) - Constructor for class com.google.common.css.compiler.passes.PassRunner
 
PassUtil - Class in com.google.common.css.compiler.passes
Utility methods that can be useful for compiler passes.
PassUtil() - Constructor for class com.google.common.css.compiler.passes.PassUtil
 
PathUtil - Class in com.google.javascript.jscomp.deps
Utility methods for manipulation of UNIX-like paths.
pattern - Variable in class com.google.common.css.compiler.ast.GssError.MessageFormatArgs
 
PDF - Static variable in class com.google.template.soy.internal.i18n.BidiUtils.Format
Unicode "Pop Directional Formatting" (PDF) character.
peekToken() - Method in class com.google.javascript.jscomp.parsing.parser.Scanner
 
peekToken(int) - Method in class com.google.javascript.jscomp.parsing.parser.Scanner
 
PERCENT - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
PerformanceTracker - Class in com.google.javascript.jscomp
A PerformanceTracker collects statistics about the runtime of each pass, and how much a pass impacts the size of the compiled output, before and after gzip.
PerformanceTracker.Stats - Class in com.google.javascript.jscomp
A Stats object contains statistics about a pass run, such as running time, size changes, etc
performOperation(double, double) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.AddToNumericValue
 
performOperation(double, double) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.Div
 
performOperation(double, double) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.MaxValue
 
performOperation(double, double) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.MinValue
 
performOperation(double, double) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.Mult
 
performOperation(double, double) - Method in class com.google.common.css.compiler.gssfunctions.GssFunctions.SubtractFromNumericValue
 
PERSONS - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoForeachSoyTemplateInfo
List of persons.
PERSONS - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .demoForeach.
PI - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoIfSoyTemplateInfo
An approximate value for pi.
PI - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .demoIf.
PIPE - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
PIPE - Static variable in class com.google.javascript.rhino.Token
Token types.
PIPE_EQUALS - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
PLACEHOLDER1 - Static variable in class com.google.javascript.rhino.Token
Token types.
PLACEHOLDER2 - Static variable in class com.google.javascript.rhino.Token
Token types.
placeholders() - Method in class com.google.javascript.jscomp.JsMessage
Gets a read-only set of the registered placeholders in this message.
PlovrClosureCompiler - Class in org.plovr
PlovrClosureCompiler subclasses Compiler so that its PlovrClosureCompiler.getDiagnosticGroups() method can be overridden to return a PlovrDiagnosticGroups, which is a DiagnosticGroups that can be modified from outside the com.google.javascript.jscomp package.
PlovrClosureCompiler(PrintStream) - Constructor for class org.plovr.PlovrClosureCompiler
 
PlovrCoffeeScriptCompilerException - Exception in org.plovr
PlovrCoffeeScriptCompilerException is a wrapper for a CoffeeScriptCompilerException that contains information specific to plovr, such as the JsInput that was responsible for the exception.
PlovrCoffeeScriptCompilerException(CoffeeScriptCompilerException, JsInput) - Constructor for exception org.plovr.PlovrCoffeeScriptCompilerException
 
PlovrCompilerOptions - Class in com.google.javascript.jscomp
PlovrCompilerOptions is a subclass of CompilerOptions with customizations for plovr.
PlovrCompilerOptions() - Constructor for class com.google.javascript.jscomp.PlovrCompilerOptions
 
PlovrDiagnosticGroups - Class in org.plovr
 
PlovrDiagnosticGroups() - Constructor for class org.plovr.PlovrDiagnosticGroups
 
PlovrModule - Class in org.plovr.soy.function
Guice module for Plovr Soy functions.
PlovrModule() - Constructor for class org.plovr.soy.function.PlovrModule
 
PlovrSoySyntaxException - Exception in org.plovr
PlovrSoySyntaxException wraps a SoySyntaxException so that it can display a plovr-specific error message.
PlovrSoySyntaxException(SoySyntaxException, JsInput) - Constructor for exception org.plovr.PlovrSoySyntaxException
 
PLUS - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
plus(JSType, JSType) - Static method in class com.google.javascript.jscomp.newtypes.JSType
 
plus(SoyValue, SoyValue) - Static method in class com.google.template.soy.shared.internal.SharedRuntime
Performs the + operator on the two values.
PlusOpNode(SourceLocation) - Constructor for class com.google.template.soy.exprtree.OperatorNodes.PlusOpNode
 
PoException - Exception in com.google.template.soy.pomsgplugin
 
PoException(String) - Constructor for exception com.google.template.soy.pomsgplugin.PoException
 
PoGenerator - Class in com.google.template.soy.pomsgplugin
Generates gettext-format PO files from SoyMsgBundles.
PoMsgPlugin - Class in com.google.template.soy.pomsgplugin
 
PoMsgPlugin() - Constructor for class com.google.template.soy.pomsgplugin.PoMsgPlugin
 
PoMsgPluginModule - Class in com.google.template.soy.pomsgplugin
Guice module to bind the PoMsgPlugin.
PoMsgPluginModule() - Constructor for class com.google.template.soy.pomsgplugin.PoMsgPluginModule
 
PoParser - Class in com.google.template.soy.pomsgplugin
 
popEdgeAnnotations() - Method in class com.google.javascript.jscomp.graph.Graph
Restores edges' annotation values to state before last Graph.pushEdgeAnnotations().
popNodeAnnotations() - Method in class com.google.javascript.jscomp.graph.Graph
Restores nodes' annotation values to state before last Graph.pushNodeAnnotations().
popOutputVar() - Method in class com.google.template.soy.shared.internal.CodeBuilder
Pops off the current output variable.
pos(Node) - Static method in class com.google.javascript.rhino.IR
 
POS - Static variable in class com.google.javascript.rhino.Token
Token types.
POSSIBLE_VIOLATION - Static variable in class com.google.javascript.jscomp.ConformanceRules.ConformanceResult
 
POST_FLAG - Static variable in class com.google.javascript.rhino.Node
 
PostfixExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
PostfixExpressionTree(SourceRange, ParseTree, Token) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.PostfixExpressionTree
 
PredefinedName - Class in com.google.javascript.jscomp.parsing.parser
The set of all non-keyword, non-reserved words used in javascript.
PreevalVisitorFactory - Class in com.google.template.soy.sharedpasses.opti
A factory for creating PreevalVisitor objects.
PreevalVisitorFactory(SoyValueHelper, Map<String, SoyJavaFunction>, ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.opti.PreevalVisitorFactory
 
preferLineBreakAtEndOfFile - Variable in class com.google.javascript.jscomp.CompilerOptions
Prefer line breaks at end of file
PrefixingSubstitutionMap - Class in com.google.common.css
A SubstitutionMap implementation that prefixes the renamed CSS class names (provided by a delegate substitution map).
PrefixingSubstitutionMap(SubstitutionMap, String) - Constructor for class com.google.common.css.PrefixingSubstitutionMap
 
prependIndexToDataPath(int) - Method in exception com.google.template.soy.data.SoyDataException
Prepends an index to the data path where this error occurred.
prependKeyToDataPath(String) - Method in exception com.google.template.soy.data.SoyDataException
Prepends a key to the data path where this error occurred.
prerenderingEnvironment() - Static method in class com.google.template.soy.sharedpasses.render.Environment
For Prerendering we create an Environment for the given template where all entries are initialized to UndefinedData.
PrerenderVisitorFactory - Class in com.google.template.soy.sharedpasses.opti
A factory for creating PrerenderVisitor objects.
PrerenderVisitorFactory(Map<String, SoyJavaPrintDirective>, PreevalVisitorFactory, ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.opti.PrerenderVisitorFactory
 
preserveComments - Variable in class com.google.common.css.JobDescription
 
preserveComments() - Method in class com.google.common.css.JobDescriptionBuilder
 
preserveGoogRequires - Variable in class com.google.javascript.jscomp.CompilerOptions
Do not strip goog.require() calls from the code.
preserveTypeAnnotations - Variable in class com.google.javascript.jscomp.CompilerOptions
Do not strip closure-style type annotations from code.
prettyPrint - Variable in class com.google.javascript.jscomp.CompilerOptions
Output in pretty indented format
PrettyPrinter - Class in com.google.common.css.compiler.passes
A pretty-printer for CssTree instances.
PrettyPrinter(VisitController, CodeBuffer, GssSourceMapGenerator) - Constructor for class com.google.common.css.compiler.passes.PrettyPrinter
 
PrettyPrinter(VisitController, GssSourceMapGenerator) - Constructor for class com.google.common.css.compiler.passes.PrettyPrinter
 
PrettyPrinter(VisitController) - Constructor for class com.google.common.css.compiler.passes.PrettyPrinter
 
prettyPrintSelector(CssSelectorNode) - Static method in class com.google.common.css.compiler.passes.PassUtil
Prints a selector including the combinators and refiners but without a block behind with the pretty printer.
prevCharIsCR - Variable in class com.google.template.soy.exprparse.SimpleCharStream
 
prevCharIsCR - Variable in class com.google.template.soy.soyparse.SimpleCharStream
 
prevCharIsCR - Variable in class com.google.template.soy.types.parse.SimpleCharStream
 
prevCharIsLF - Variable in class com.google.template.soy.exprparse.SimpleCharStream
 
prevCharIsLF - Variable in class com.google.template.soy.soyparse.SimpleCharStream
 
prevCharIsLF - Variable in class com.google.template.soy.types.parse.SimpleCharStream
 
PrimitiveData - Class in com.google.template.soy.data.restricted
Abstract superclass for a node in a Soy data tree that represents a piece of primitive data (i.e.
PrimitiveData() - Constructor for class com.google.template.soy.data.restricted.PrimitiveData
 
print(String) - Method in class com.google.common.css.compiler.ast.AccessibleErrorManager
 
print(String) - Method in class com.google.common.css.compiler.ast.BasicErrorManager
 
print(String) - Method in class com.google.common.css.compiler.ast.PrintStreamErrorManager
 
print(String) - Method in class com.google.common.css.compiler.commandline.DefaultCommandLineCompiler.CompilerErrorManager
 
print(CssTree) - Static method in class com.google.common.css.compiler.passes.SExprPrinter
 
print(boolean, boolean, CssTree) - Static method in class com.google.common.css.compiler.passes.SExprPrinter
 
print(CssNode) - Static method in class com.google.common.css.compiler.passes.SExprPrinter
 
print(boolean, boolean, CssNode) - Static method in class com.google.common.css.compiler.passes.SExprPrinter
 
print(JSDocInfo) - Static method in class com.google.javascript.jscomp.JSDocInfoPrinter
 
print(SoySyntaxException, PrintStream) - Method in class com.google.template.soy.error.ErrorPrettyPrinter
Displays e on the given PrintStream in a useful way, with a snippet of Soy source code containing the error and a caret pointing at the exact place where the error was found.
print(PrintStream) - Method in exception org.plovr.CompilationException
 
print(String) - Method in class org.plovr.CssHandler.ErrorManager
 
printCompactly(CssNode) - Static method in class com.google.common.css.compiler.passes.CompactPrinter
 
printCompactly(CssTree) - Static method in class com.google.common.css.compiler.passes.CompactPrinter
 
PrintDirectiveNode - Class in com.google.template.soy.soytree
Node representing a 'print' directive.
PrintDirectiveNode.Builder - Class in com.google.template.soy.soytree
Builder for PrintDirectiveNode.
printInputDelimiter - Variable in class com.google.javascript.jscomp.CompilerOptions
Prints a separator comment before each JS script
printListeningStatus(HttpServer) - Static method in class org.plovr.cli.HttpServerUtil
 
println(CheckLevel, JSError) - Method in class com.google.javascript.jscomp.ant.AntErrorManager
 
println(CheckLevel, JSError) - Method in class com.google.javascript.jscomp.BasicErrorManager
Print a message with a trailing new line.
println(CheckLevel, JSError) - Method in class com.google.javascript.jscomp.LoggerErrorManager
 
println(CheckLevel, JSError) - Method in class com.google.javascript.jscomp.PrintStreamErrorManager
 
println(CheckLevel, JSError) - Method in class com.google.javascript.jscomp.testing.BlackHoleErrorManager
 
println(CheckLevel, JSError) - Method in class com.google.javascript.jscomp.testing.TestErrorManager
 
PrintNode - Class in com.google.template.soy.soytree
Node representing a 'print' statement.
PrintNode.Builder - Class in com.google.template.soy.soytree
Builder for PrintNode.
printSelector(CssSelectorNode) - Static method in class com.google.common.css.compiler.passes.PassUtil
Prints a selector including the combinators and refiners but without a block behind with the compact printer.
printSelectorList(CssSelectorListNode) - Static method in class com.google.common.css.compiler.passes.PassUtil
Prints a list of selector including the combinators and refiners but without a block behind with the compact printer.
PrintStreamErrorManager - Class in com.google.common.css.compiler.ast
An error manager that prints errors to the print stream provided.
PrintStreamErrorManager(PrintStream) - Constructor for class com.google.common.css.compiler.ast.PrintStreamErrorManager
 
PrintStreamErrorManager - Class in com.google.javascript.jscomp
An error manager that prints errors and warnings to the print stream provided in addition to the functionality of the BasicErrorManager.
PrintStreamErrorManager(MessageFormatter, PrintStream) - Constructor for class com.google.javascript.jscomp.PrintStreamErrorManager
Creates an error manager.
PrintStreamErrorManager(PrintStream) - Constructor for class com.google.javascript.jscomp.PrintStreamErrorManager
Creates an instance with a source-less error formatter.
printSummary() - Method in class com.google.javascript.jscomp.ant.AntErrorManager
 
printSummary() - Method in class com.google.javascript.jscomp.BasicErrorManager
Print the summary of the compilation - number of errors and warnings.
printSummary() - Method in class com.google.javascript.jscomp.LoggerErrorManager
 
printSummary() - Method in class com.google.javascript.jscomp.PrintStreamErrorManager
 
printSummary() - Method in class com.google.javascript.jscomp.testing.BlackHoleErrorManager
 
printSummary() - Method in class com.google.javascript.jscomp.testing.TestErrorManager
 
process(Node, Node) - Method in class com.google.javascript.jscomp.AstValidator
 
process(Node, Node) - Method in class com.google.javascript.jscomp.CallGraph
Builds a call graph for the given externsRoot and jsRoot.
process(Node, Node) - Method in class com.google.javascript.jscomp.CheckConformance
 
process(Node, Node) - Method in class com.google.javascript.jscomp.CheckEventfulObjectDisposal
 
process(Node, Node) - Method in interface com.google.javascript.jscomp.CompilerPass
Process the JS with root node root.
process(Node, Node) - Method in class com.google.javascript.jscomp.Es6ConvertSuper
 
process(Node, Node) - Method in class com.google.javascript.jscomp.Es6RenameVariablesInParamLists
 
process(Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteArrowFunction
 
process(Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteBlockScopedDeclaration
 
process(Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteDestructuring
 
process(Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteGenerators
 
process(Node, Node) - Method in class com.google.javascript.jscomp.Es6SplitVariableDeclarations
 
process(Node, Node) - Method in class com.google.javascript.jscomp.Es6ToEs3ClassSideInheritance
 
process(Node, Node) - Method in class com.google.javascript.jscomp.Es6ToEs3Converter
 
process(Node, Node) - Method in class com.google.javascript.jscomp.Es6TypedToEs6Converter
 
process(Node, Node) - Method in class com.google.javascript.jscomp.FieldCleanupPass
 
process(Node, Node) - Method in class com.google.javascript.jscomp.ImplicitNullabilityCheck
 
process(Node, Node) - Method in class com.google.javascript.jscomp.JsdocToEs6TypedConverter
 
process(Node, Node) - Method in class com.google.javascript.jscomp.JsMessageVisitor
 
process(Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckEmptyStatements
 
process(Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckEnums
 
process(Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckForInOverArray
 
process(Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckInterfaces
 
process(Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckJSDocStyle
 
process(Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckNullableReturn
 
process(Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckPrototypeProperties
 
process(Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckRequiresAndProvidesSorted
 
process(Node, Node) - Method in class com.google.javascript.jscomp.ObjectPropertyStringPreprocess
 
process(Node, Node) - Method in class com.google.javascript.jscomp.ProcessCommonJSModules
 
process(Node, Node) - Method in class com.google.javascript.jscomp.TransformAMDToCJSModule
 
process(Node, Node) - Method in class com.google.javascript.jscomp.TypeCheck
Main entry point for this phase of processing.
process(Node, Node) - Method in class org.plovr.docgen.DescriptorPass
 
processAllMatches(Collection<Match>) - Method in class com.google.javascript.refactoring.Scanner
Processes every given match at one time.
ProcessCommonJSModules - Class in com.google.javascript.jscomp
Rewrites a CommonJS module http://wiki.commonjs.org/wiki/Modules/1.1.1 into a form that can be safely concatenated.
ProcessCommonJSModules(Compiler, ES6ModuleLoader) - Constructor for class com.google.javascript.jscomp.ProcessCommonJSModules
Creates a new ProcessCommonJSModules instance which can be used to rewrite CommonJS modules to a concatenable form.
ProcessCommonJSModules(Compiler, ES6ModuleLoader, boolean) - Constructor for class com.google.javascript.jscomp.ProcessCommonJSModules
Creates a new ProcessCommonJSModules instance which can be used to rewrite CommonJS modules to a concatenable form.
ProcessComponents<T> - Class in com.google.common.css.compiler.passes
 
ProcessComponents(MutatingVisitController, ErrorManager) - Constructor for class com.google.common.css.compiler.passes.ProcessComponents
Creates a new pass to process components for the given visit controller, using the given error manager, while ignoring chunks.
ProcessComponents(MutatingVisitController, ErrorManager, Map<String, T>) - Constructor for class com.google.common.css.compiler.passes.ProcessComponents
Creates a new pass to process components for the given visit controller, using the given error manager, while maintaining the chunk ids on the nodes created in the process according to the given map from files to chunks.
processDependencies - Variable in class com.google.common.css.JobDescription
 
ProcessEs6Modules - Class in com.google.javascript.jscomp
Rewrites a ES6 module into a form that can be safely concatenated.
ProcessEs6Modules(Compiler, ES6ModuleLoader, boolean) - Constructor for class com.google.javascript.jscomp.ProcessEs6Modules
Creates a new ProcessEs6Modules instance which can be used to rewrite ES6 modules to a concatenable form.
processExitCode(int) - Method in class com.google.common.css.DefaultExitCodeHandler
 
processExitCode(int) - Method in interface com.google.common.css.ExitCodeHandler
Process the request to exit with the specified exit code.
processFile(Node) - Method in class com.google.javascript.jscomp.ProcessEs6Modules
 
processForTesting(Node, Node) - Method in class com.google.javascript.jscomp.TypeCheck
Main entry point of this phase for testing code.
processJsMessage(JsMessage, JsMessageDefinition) - Method in class com.google.javascript.jscomp.JsMessageVisitor
Processes found JS message.
ProcessKeyframes - Class in com.google.common.css.compiler.passes
Compiler pass which ensures that @keyframes rules are only allowed if they are enabled.
ProcessKeyframes(VisitController, ErrorManager, boolean, boolean) - Constructor for class com.google.common.css.compiler.passes.ProcessKeyframes
 
processMatch(Match) - Method in class com.google.javascript.refactoring.RefasterJsScanner
 
processMatch(Match) - Method in class com.google.javascript.refactoring.Scanner
Processes one Match at a time.
ProcessRefiners - Class in com.google.common.css.compiler.passes
Compiler pass which ensures that refiners are correctly formated because not every invalid format is rejected by the parser.
ProcessRefiners(MutatingVisitController, ErrorManager, boolean) - Constructor for class com.google.common.css.compiler.passes.ProcessRefiners
 
product() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
ProgramTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ProgramTree(SourceRange, ImmutableList<ParseTree>, ImmutableList<Comment>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ProgramTree
 
propdef(Node, Node) - Static method in class com.google.javascript.rhino.IR
 
Property - Class in com.google.common.css.compiler.ast
An object that represents a CSS property.
property - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyDefinitionTree
 
property - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyGetterTree
 
property - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyMemberVariableTree
 
property - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyMethodTree
 
property - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertySetterTree
 
Property - Class in com.google.javascript.rhino.jstype
A property slot of an object.
propertyAccess() - Static method in class com.google.javascript.refactoring.Matchers
Returns a Matcher that matches any property access.
propertyAccess(String) - Static method in class com.google.javascript.refactoring.Matchers
 
propertyMap - Variable in class com.google.javascript.jscomp.Result
 
propertyName - Variable in class com.google.javascript.jscomp.parsing.parser.trees.GetAccessorTree
 
propertyName - Variable in class com.google.javascript.jscomp.parsing.parser.trees.SetAccessorTree
 
propertyNameAndValues - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ObjectLiteralExpressionTree
 
PropertyNameAssignmentTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
PropertyNameAssignmentTree(SourceRange, Token, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.PropertyNameAssignmentTree
 
PropertyRenamingPolicy - Enum in com.google.javascript.jscomp
Policies to determine how properties should be renamed.
Protocol - Class in com.google.javascript.jscomp.webservice.common
All the strings used by the webservice protocol.
Protocol.ApiKeyResponse - Enum in com.google.javascript.jscomp.webservice.common
Fields in the JSON response from the ApiKeyGenerationServlet.
Protocol.CompilationLevelKey - Enum in com.google.javascript.jscomp.webservice.common
 
Protocol.FormattingKey - Enum in com.google.javascript.jscomp.webservice.common
All the possible values for the FORMATTING key.
Protocol.OutputFormatKey - Enum in com.google.javascript.jscomp.webservice.common
 
Protocol.OutputInfoKey - Enum in com.google.javascript.jscomp.webservice.common
All the possible values for the OUTPUT_INFO key.
Protocol.ProtocolEnum - Interface in com.google.javascript.jscomp.webservice.common
All enums that need to be shared between the Java and JS code should implement this interface.
Protocol.RequestKey - Enum in com.google.javascript.jscomp.webservice.common
All the keys that can be part of the http request.
Protocol.ResponseTag - Enum in com.google.javascript.jscomp.webservice.common
All the xml/json tags that can be returned by the backend if xml or json is selected as the output mode.
Protocol.WarningLevelKey - Enum in com.google.javascript.jscomp.webservice.common
 
prototypeMethodDeclaration() - Static method in class com.google.javascript.refactoring.Matchers
Returns a Matcher that matches a declaration of a method on the prototype of a class.
PrototypeObjectType - Class in com.google.javascript.rhino.jstype
The object type represents instances of JavaScript objects such as Object, Date, Function.
prototypeVariableDeclaration() - Static method in class com.google.javascript.refactoring.Matchers
Returns a Matcher that matches a declaration of a variable on the prototype of a class.
PROVIDES_AFTER_REQUIRES - Static variable in class com.google.javascript.jscomp.lint.CheckRequiresAndProvidesSorted
 
PROVIDES_NOT_SORTED - Static variable in class com.google.javascript.jscomp.lint.CheckRequiresAndProvidesSorted
 
Proxiable<T> - Interface in com.google.common.css.compiler.ast
The idea behind the Proxiable interface is to improve performance of compiler passes by eliminating unnecessary copying of AST subtrees.
Proxy(CodingConvention) - Constructor for class com.google.javascript.jscomp.CodingConventions.Proxy
 
ProxyObjectType - Class in com.google.javascript.rhino.jstype
An object type which uses composition to delegate all calls.
pruneTranslatedMsgs(SoyMsgBundle) - Method in class com.google.template.soy.SoyFileSet
Prunes messages from a given message bundle, keeping only messages used in this Soy file set.
pseudo() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
PseudoTranslator - Class in org.plovr.i18n
PseudoTranslator translates an English string into a "pseudo-English" string which contains characters that are slightly different than the original English characters.
pushEdgeAnnotations() - Method in class com.google.javascript.jscomp.graph.Graph
Pushes edges' annotation values.
pushNodeAnnotations() - Method in class com.google.javascript.jscomp.graph.Graph
Pushes nodes' annotation values.
pushOutputVar(String) - Method in class com.google.template.soy.shared.internal.CodeBuilder
Pushes on a new current output variable.
put(Object...) - Method in class com.google.template.soy.data.restricted.CollectionData
Convenience function to put multiple mappings in one call.
put(String, SoyData) - Method in class com.google.template.soy.data.restricted.CollectionData
Puts data into this data tree at the specified key string.
put(String, boolean) - Method in class com.google.template.soy.data.restricted.CollectionData
Puts data into this data tree at the specified key string.
put(String, int) - Method in class com.google.template.soy.data.restricted.CollectionData
Puts data into this data tree at the specified key string.
put(String, long) - Method in class com.google.template.soy.data.restricted.CollectionData
Puts data into this data tree at the specified key string.
put(String, double) - Method in class com.google.template.soy.data.restricted.CollectionData
Puts data into this data tree at the specified key string.
put(String, String) - Method in class com.google.template.soy.data.restricted.CollectionData
Puts data into this data tree at the specified key string.
put(SoyFileSupplier, SoyAstCache.VersionedFile) - Method in class com.google.template.soy.shared.SoyAstCache
Stores a cached version of the AST.
putBooleanProp(int, boolean) - Method in class com.google.javascript.rhino.Node
 
putIntProp(int, int) - Method in class com.google.javascript.rhino.Node
 
putProp(int, Object) - Method in class com.google.javascript.rhino.Node
 
putSingle(String, SoyData) - Method in class com.google.template.soy.data.restricted.CollectionData
Important: Do not use outside of Soy code (treat as superpackage-private).
putSingle(String, SoyData) - Method in class com.google.template.soy.data.SoyListData
Important: Do not use outside of Soy code (treat as superpackage-private).
putSingle(String, SoyData) - Method in class com.google.template.soy.data.SoyMapData
Important: Do not use outside of Soy code (treat as superpackage-private).
putType(String, JSType) - Method in class com.google.javascript.jscomp.newtypes.TypeEnv
 
PyExpr - Class in com.google.template.soy.pysrc.restricted
Value class to represent a Python expression.
PyExpr(String, int) - Constructor for class com.google.template.soy.pysrc.restricted.PyExpr
Create a new Python expression with the given text and precedence.
PyExprUtils - Class in com.google.template.soy.pysrc.restricted
Common utilities for dealing with Python expressions.
PyFunctionExprBuilder - Class in com.google.template.soy.pysrc.restricted
A class for building code for a function call expression in Python.
PyFunctionExprBuilder(String) - Constructor for class com.google.template.soy.pysrc.restricted.PyFunctionExprBuilder
 
PyListExpr - Class in com.google.template.soy.pysrc.restricted
Value class to represent a Python List expression.
PyListExpr(String, int) - Constructor for class com.google.template.soy.pysrc.restricted.PyListExpr
 
pyPrecedenceForOperator(Operator) - Static method in class com.google.template.soy.pysrc.restricted.PyExprUtils
Provide the Python operator precedence for a given operator.
PySrcMain - Class in com.google.template.soy.pysrc.internal
Main entry point for the Python Src backend (output target).
PySrcMain(GuiceSimpleScope, SimplifyVisitor, Provider<GenPyCodeVisitor>) - Constructor for class com.google.template.soy.pysrc.internal.PySrcMain
 
PySrcModule - Class in com.google.template.soy.pysrc.internal
Guice module for the Python Source backend.
PySrcModule() - Constructor for class com.google.template.soy.pysrc.internal.PySrcModule
 
PyStringExpr - Class in com.google.template.soy.pysrc.restricted
Value class to represent a Python String expression.
PyStringExpr(String) - Constructor for class com.google.template.soy.pysrc.restricted.PyStringExpr
Constructor with max precedence assumed.
PyStringExpr(String, int) - Constructor for class com.google.template.soy.pysrc.restricted.PyStringExpr
 

Q

QMARK - Static variable in class com.google.javascript.rhino.Token
Token types.
QMARK - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
QMARK - Static variable in interface com.google.template.soy.types.parse.TypeParserConstants
RegularExpression Id.
qmarkFunction() - Method in class com.google.javascript.jscomp.newtypes.JSTypes
 
QualifiedName - Class in com.google.javascript.jscomp.newtypes
Represents a qualified name.
QualifiedName(String) - Constructor for class com.google.javascript.jscomp.newtypes.QualifiedName
 
QueryData - Class in org.plovr
QueryData represents the query parameters in a URI.
QUESTION_DOT_IDENT - Static variable in interface com.google.template.soy.exprparse.ExpressionParserConstants
RegularExpression Id.
QUESTION_DOT_INDEX - Static variable in interface com.google.template.soy.exprparse.ExpressionParserConstants
RegularExpression Id.
QUOTED_PROP - Static variable in class com.google.javascript.rhino.Node
 

R

RANGE_ERROR_FUNCTION_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
RANGE_ERROR_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
RANGLE - Static variable in interface com.google.template.soy.types.parse.TypeParserConstants
RegularExpression Id.
RAW_STRING_VALUE - Static variable in class com.google.javascript.rhino.Node
 
RawNominalType - Class in com.google.javascript.jscomp.newtypes
Represents a class or interface as defined in the code.
RawTextNode - Class in com.google.template.soy.soytree
Node representing a contiguous raw text section.
RawTextNode(int, String, SourceLocation) - Constructor for class com.google.template.soy.soytree.RawTextNode
 
RBRACKET - Static variable in interface com.google.template.soy.types.parse.TypeParserConstants
RegularExpression Id.
REACHABLE - Static variable in class com.google.javascript.jscomp.graph.GraphReachability
 
readChar() - Method in interface com.google.common.css.compiler.ast.CharStream
Returns the next character from the selected input.
readChar() - Method in class com.google.common.css.compiler.ast.StringCharStream
Returns the next character from the selected input.
readChar() - Method in class com.google.template.soy.exprparse.SimpleCharStream
Read a character.
readChar() - Method in class com.google.template.soy.soyparse.SimpleCharStream
Read a character.
readChar() - Method in class com.google.template.soy.types.parse.SimpleCharStream
Read a character.
reasonStr - Variable in class com.google.template.soy.basetree.SyntaxVersionBound
A user-friendly explanation of the reason for the bound.
rebuildInputsFromModules() - Method in class com.google.javascript.jscomp.Compiler
Rebuilds the internal list of inputs by iterating over all modules.
recentChange - Variable in class com.google.javascript.jscomp.Compiler
 
recompute(N) - Method in class com.google.javascript.jscomp.graph.GraphReachability
 
reconcileOptionsWithGuards() - Method in class com.google.javascript.jscomp.Compiler
When the CompilerOptions and its WarningsGuard overlap, reconcile any discrepencies.
RECORD_TYPE - Static variable in class com.google.javascript.rhino.Token
Token types.
recordBaseType(JSTypeExpression) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records a base type.
recordBlockDescription(String) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records a block-level description.
recordComment(Comment.Type, SourceRange, String) - Method in interface com.google.javascript.jscomp.parsing.parser.Scanner.CommentRecorder
 
recordCompilation(Config, Compilation) - Method in class org.plovr.CompilationServer
Records the last compilation for the config.
recordConsistentIdGenerator() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should have its JSDocInfo.isConsistentIdGenerator() flag set to true.
recordConstancy() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should have its JSDocInfo.isConstant() flag set to true.
recordConstructor() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should have its JSDocInfo.isConstructor() flag set to true.
recordDefineType(JSTypeExpression) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records the type of a define.
recordDeprecated() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should have its JSDocInfo.isDeprecated() flag set to true.
recordDeprecationReason(String) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records the deprecation reason.
recordDescription(String) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records a description giving context for translation (i18n).
recordDict() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should have its JSDocInfo.makesDicts() flag set to true.
recordDisposesParameter(List<String>) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records a parameter that gets disposed.
recordEnumParameterType(JSTypeExpression) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records a parameter type to an enum.
recordExport() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should have its JSDocInfo.isExport() flag set to true.
recordExpose() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should have its JSDocInfo.isExpose() flag set to true.
recordExtendedInterface(JSTypeExpression) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records an extended interface type.
recordExterns() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should have its JSDocInfo.isExterns() flag set to true.
recordFileOverview(String) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records a fileoverview description.
recordFunctionInformation - Variable in class com.google.javascript.jscomp.CompilerOptions
Record function information
recordHiddenness() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should have its JSDocInfo.isHidden() flag set to true.
recordIdGenerator() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should have its JSDocInfo.isIdGenerator() flag set to true.
recordImplementedInterface(JSTypeExpression) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records an implemented interface.
recordImplicitCast() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should have its JSDocInfo.isImplicitCast() flag set to true.
recordImplicitMatch() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should have its JSDocInfo.usesImplicitMatch() flag set to true.
RecordingSubstitutionMap - Class in com.google.common.css
A decorator for a SubstitutionMap that records which values it maps.
RecordingSubstitutionMap(SubstitutionMap, Predicate<? super String>) - Constructor for class com.google.common.css.RecordingSubstitutionMap
Creates a new instance.
recordInlineType() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
 
recordInterface() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should have its JSDocInfo.isInterface() flag set to true.
recordJaggerInject(boolean) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records annotation with @jaggerInject.
recordJaggerModule(boolean) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records annotation with @jaggerModule.
recordJaggerProvide(boolean) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records annotation with @jaggerProvide.
recordJaggerProvidePromise(boolean) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records annotation with @jaggerProvide.
recordLends(String) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that we're lending to another name.
recordLicense(String) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
 
recordMappedIdGenerator() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should have its JSDocInfo.isStableIdGenerator() flag set to true.
recordMeaning(String) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records a meaning giving context for translation (i18n).
recordModifies(Set<String>) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records the list of modifies warnings.
recordNgInject(boolean) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that we'd like to add $inject property inferred from parameters.
recordNoAlias() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should have its JSDocInfo.isNoAlias() flag set to true.
recordNoCollapse() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should have its JSDocInfo.isNoCollapse() flag set to true.
recordNoCompile() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should have its JSDocInfo.isNoCompile() flag set to true.
recordNoSideEffects() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should have its JSDocInfo.isNoSideEffects() flag set to true.
recordOriginalCommentPosition(int) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Sets the position of original JSDoc comment.
recordOriginalCommentString(String) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Sets the original JSDoc comment string.
recordOverride() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should have its JSDocInfo.isOverride() flag set to true.
recordParameter(String, JSTypeExpression) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records a typed parameter.
recordParameterDescription(String, String) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records a parameter's description.
recordPolymerBehavior() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that this method is to be exposed as a polymerBehavior.
recordPreserveTry() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should have its JSDocInfo.shouldPreserveTry() flag set to true.
recordReturnDescription(String) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records a return description
recordReturnType(JSTypeExpression) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records a return type.
recordStableIdGenerator() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should have its JSDocInfo.isStableIdGenerator() flag set to true.
recordStruct() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should have its JSDocInfo.makesStructs() flag set to true.
recordSuppressions(Set<String>) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records the list of suppressed warnings.
recordTemplateTypeName(String) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records a template type name.
recordThisType(JSTypeExpression) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records a type for @this annotation.
recordThrowDescription(JSTypeExpression, String) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records a throw type's description.
recordThrowType(JSTypeExpression) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records a thrown type.
recordType(JSTypeExpression) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records a type.
RecordType - Class in com.google.javascript.rhino.jstype
A record (structural) type.
recordType(LinkedHashMap<String, Node.TypeDeclarationNode>) - Static method in class com.google.javascript.rhino.TypeDeclarationsIR
Represents a structural type.
RecordType - Class in com.google.template.soy.types.aggregate
Dict type - classic dictionary type with string keys.
RecordTypeBuilder - Class in com.google.javascript.rhino.jstype
A builder for record types.
RecordTypeBuilder(JSTypeRegistry) - Constructor for class com.google.javascript.rhino.jstype.RecordTypeBuilder
 
recordTypedef(JSTypeExpression) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should be populated with a typedef'd type.
recordTypeTransformation(String, Node) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records a type transformation expression together with its template type name.
RecordTypeTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
RecordTypeTree(SourceRange, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.RecordTypeTree
 
recordUnrestricted() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that the JSDocInfo being built should have its JSDocInfo.makesUnrestricted() flag set to true.
recordVersion(String) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records the version.
recordVisibility(JSDocInfo.Visibility) - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records a visibility.
recordWizaction() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
Records that this method is to be exposed as a wizaction.
redirect(HttpExchange, String) - Static method in class org.plovr.io.Responses
 
reduceToMinimum(CharRanges) - Static method in class com.google.javascript.jscomp.regex.CaseCanonicalize
Given a character range that may include case sensitive code-units, such as [0-9B-M], returns the character range that includes the minimal set of code units such that for every code unit in the input there is a case-sensitively equivalent canonical code unit in the output.
RefactoringDriver - Class in com.google.javascript.refactoring
Primary driver of a refactoring.
RefactoringDriver.Builder - Class in com.google.javascript.refactoring
 
RefasterJsScanner - Class in com.google.javascript.refactoring
Class that drives the RefasterJs refactoring by matching against a provided template JS file and then applying a transformation based off the template JS.
RefasterJsScanner() - Constructor for class com.google.javascript.refactoring.RefasterJsScanner
 
REFERENCE_END - Static variable in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
REFERENCE_END_OLD - Static variable in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
REFERENCE_ERROR_FUNCTION_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
REFERENCE_ERROR_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
REFERENCE_START - Static variable in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
REFERENCE_START_OLD - Static variable in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
refinerName - Variable in class com.google.common.css.compiler.ast.CssRefinerNode
Name of the refiner.
refinerType - Variable in class com.google.common.css.compiler.ast.CssRefinerNode
Type of refiner.
REFLECTED_OBJECT - Static variable in class com.google.javascript.rhino.Node
 
ReflectionWebDriverFactory - Class in org.plovr.webdriver
 
ReflectionWebDriverFactory(String) - Constructor for class org.plovr.webdriver.ReflectionWebDriverFactory
 
REG_SOY_TAG_CLOSE_AFTER_CMD_NAME_1 - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
REG_SOY_TAG_CLOSE_AFTER_CMD_NAME_2 - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
REG_SOY_TAG_CLOSE_AFTER_CMD_TEXT_1 - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
REG_SOY_TAG_CLOSE_AFTER_CMD_TEXT_2 - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
regexp(Node) - Static method in class com.google.javascript.rhino.IR
 
regexp(Node, Node) - Static method in class com.google.javascript.rhino.IR
 
REGEXP - Static variable in class com.google.javascript.rhino.Token
Token types.
REGEXP_FUNCTION_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
REGEXP_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
RegExpTree - Class in com.google.javascript.jscomp.regex
An AST for JavaScript regular expressions.
RegExpTree() - Constructor for class com.google.javascript.jscomp.regex.RegExpTree
 
Region - Interface in com.google.javascript.jscomp
Source code region.
registerConfig(Config) - Method in class org.plovr.CompilationServer
 
registerDiagnosticGroupsWith(PlovrDiagnosticGroups) - Method in interface org.plovr.DiagnosticGroupRegistrar
 
registerGroup(String, DiagnosticGroup) - Method in class org.plovr.PlovrDiagnosticGroups
 
registerGroup(String, DiagnosticType...) - Method in class org.plovr.PlovrDiagnosticGroups
 
registerGroup(String, DiagnosticGroup...) - Method in class org.plovr.PlovrDiagnosticGroups
 
registerPropertyOnType(String, JSType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Tells the type system that owner may have a property named propertyName.
registry - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
ReInit(CharStream) - Method in class com.google.common.css.compiler.ast.GssParserCC
Reinitialise.
ReInit(GssParserCCTokenManager) - Method in class com.google.common.css.compiler.ast.GssParserCC
Reinitialise.
ReInit(CharStream) - Method in class com.google.common.css.compiler.ast.GssParserCCTokenManager
Reinitialise parser.
ReInit(CharStream, int) - Method in class com.google.common.css.compiler.ast.GssParserCCTokenManager
Reinitialise parser.
ReInit(InputStream) - Method in class com.google.template.soy.exprparse.ExpressionParser
Reinitialise.
ReInit(InputStream, String) - Method in class com.google.template.soy.exprparse.ExpressionParser
Reinitialise.
ReInit(Reader) - Method in class com.google.template.soy.exprparse.ExpressionParser
Reinitialise.
ReInit(ExpressionParserTokenManager) - Method in class com.google.template.soy.exprparse.ExpressionParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class com.google.template.soy.exprparse.ExpressionParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class com.google.template.soy.exprparse.ExpressionParserTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class com.google.template.soy.exprparse.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class com.google.template.soy.exprparse.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class com.google.template.soy.exprparse.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class com.google.template.soy.exprparse.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class com.google.template.soy.exprparse.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class com.google.template.soy.exprparse.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class com.google.template.soy.exprparse.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class com.google.template.soy.exprparse.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class com.google.template.soy.exprparse.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int, int) - Method in class com.google.template.soy.soyparse.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class com.google.template.soy.soyparse.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class com.google.template.soy.soyparse.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class com.google.template.soy.soyparse.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class com.google.template.soy.soyparse.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class com.google.template.soy.soyparse.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class com.google.template.soy.soyparse.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class com.google.template.soy.soyparse.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class com.google.template.soy.soyparse.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class com.google.template.soy.soyparse.SoyFileParser
Reinitialise.
ReInit(InputStream, String) - Method in class com.google.template.soy.soyparse.SoyFileParser
Reinitialise.
ReInit(Reader) - Method in class com.google.template.soy.soyparse.SoyFileParser
Reinitialise.
ReInit(SoyFileParserTokenManager) - Method in class com.google.template.soy.soyparse.SoyFileParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class com.google.template.soy.soyparse.SoyFileParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class com.google.template.soy.soyparse.SoyFileParserTokenManager
Reinitialise parser.
ReInit(InputStream) - Method in class com.google.template.soy.soyparse.TemplateParser
Reinitialise.
ReInit(InputStream, String) - Method in class com.google.template.soy.soyparse.TemplateParser
Reinitialise.
ReInit(Reader) - Method in class com.google.template.soy.soyparse.TemplateParser
Reinitialise.
ReInit(TemplateParserTokenManager) - Method in class com.google.template.soy.soyparse.TemplateParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class com.google.template.soy.soyparse.TemplateParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class com.google.template.soy.soyparse.TemplateParserTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class com.google.template.soy.types.parse.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class com.google.template.soy.types.parse.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class com.google.template.soy.types.parse.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class com.google.template.soy.types.parse.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class com.google.template.soy.types.parse.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class com.google.template.soy.types.parse.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class com.google.template.soy.types.parse.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class com.google.template.soy.types.parse.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class com.google.template.soy.types.parse.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class com.google.template.soy.types.parse.TypeParser
Reinitialise.
ReInit(InputStream, String) - Method in class com.google.template.soy.types.parse.TypeParser
Reinitialise.
ReInit(Reader) - Method in class com.google.template.soy.types.parse.TypeParser
Reinitialise.
ReInit(TypeParserTokenManager) - Method in class com.google.template.soy.types.parse.TypeParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class com.google.template.soy.types.parse.TypeParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class com.google.template.soy.types.parse.TypeParserTokenManager
Reinitialise parser.
RelocateDefaultComments - Class in com.google.common.css.compiler.ast
A compiler pass that moves all comments of each CssDefinitionNode's children to the CssDefinitionNode itself.
RelocateDefaultComments(MutatingVisitController) - Constructor for class com.google.common.css.compiler.ast.RelocateDefaultComments
 
remove(CompilerInput) - Method in class com.google.javascript.jscomp.JSModule
Removes an input from this module.
remove(String) - Method in class com.google.template.soy.data.restricted.CollectionData
Removes the data at the specified key string.
remove(int) - Method in class com.google.template.soy.data.SoyListData
Removes the data value at a given index.
removeAll() - Method in class com.google.javascript.jscomp.JSModule
Removes all of the inputs from this module.
removeByName(String) - Method in class com.google.javascript.jscomp.JSModule
Removes any input with the given name.
removeCast(Node, AbstractCompiler) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
Removes a cast from the given node.
removeChild(Node) - Method in class com.google.javascript.rhino.Node
Detach a child from its parent and siblings.
removeChild(int) - Method in class com.google.template.soy.basetree.MixinParentNode
Removes the child at the given index.
removeChild(N) - Method in class com.google.template.soy.basetree.MixinParentNode
Removes the given child.
removeChild(int) - Method in interface com.google.template.soy.basetree.ParentNode
Removes the child at the given index.
removeChild(N) - Method in interface com.google.template.soy.basetree.ParentNode
Removes the given child.
removeChild(int) - Method in class com.google.template.soy.exprtree.AbstractParentExprNode
 
removeChild(ExprNode) - Method in class com.google.template.soy.exprtree.AbstractParentExprNode
 
removeChild(int) - Method in class com.google.template.soy.soytree.AbstractParentSoyNode
 
removeChild(N) - Method in class com.google.template.soy.soytree.AbstractParentSoyNode
 
removeChild(int) - Method in class com.google.template.soy.soytree.CallParamContentNode
 
removeChild(SoyNode.StandaloneNode) - Method in class com.google.template.soy.soytree.CallParamContentNode
 
removeChild(int) - Method in class com.google.template.soy.soytree.LetContentNode
 
removeChild(SoyNode.StandaloneNode) - Method in class com.google.template.soy.soytree.LetContentNode
 
removeChildAfter(Node) - Method in class com.google.javascript.rhino.Node
 
removeChildren() - Method in class com.google.javascript.rhino.Node
 
removeCurrentNode() - Method in interface com.google.common.css.compiler.ast.MutatingVisitController
 
removeDeadCode - Variable in class com.google.javascript.jscomp.CompilerOptions
Removes code that will never execute
RemoveDefaultDeclarations - Class in com.google.common.css.compiler.passes
Compiler pass that removes declaration nodes that have all the property values marked as default.
RemoveDefaultDeclarations(MutatingVisitController) - Constructor for class com.google.common.css.compiler.passes.RemoveDefaultDeclarations
 
RemoveEmptyValues - Class in com.google.common.css.compiler.passes
Compiler pass that removes empty values and their containing declaration nodes if they become empty.
RemoveEmptyValues(MutatingVisitController) - Constructor for class com.google.common.css.compiler.passes.RemoveEmptyValues
 
removeExtension(String) - Method in class com.google.debugging.sourcemap.SourceMapGeneratorV3
Removes an extension by name if present.
removeExternInput(InputId) - Method in class com.google.javascript.jscomp.Compiler
Removes an input file from AST.
removeFirstChild() - Method in class com.google.javascript.rhino.Node
Removes the first child of Node.
removeGoogRequire(Match, String) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
Removes a goog.require for the given namespace to the file if it already exists.
RemoveHtmlCommentsVisitor - Class in com.google.template.soy.sharedpasses
Visitor for removing HTML comments from raw text.
RemoveHtmlCommentsVisitor(IdGenerator, ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.RemoveHtmlCommentsVisitor
Constructor when working on tree fragments that are not part of a SoyFileSet.
RemoveHtmlCommentsVisitor(ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.RemoveHtmlCommentsVisitor
Constructor when working with full soy file sets.
removeNull(SoyType) - Static method in class com.google.template.soy.types.SoyTypes
 
removeNullability() - Method in class com.google.template.soy.types.aggregate.UnionType
Returns a Soy type that is equivalent to this one but with 'null' removed.
removeProp(int) - Method in class com.google.javascript.rhino.Node
 
removeProperty(String) - Method in class com.google.javascript.rhino.jstype.NoObjectType
 
removeProperty(String) - Method in class com.google.javascript.rhino.jstype.ObjectType
Removes the declared or inferred property from this ObjectType.
removeProperty(String) - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
 
removeProperty(String) - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
removeSingle(String) - Method in class com.google.template.soy.data.restricted.CollectionData
Important: Do not use outside of Soy code (treat as superpackage-private).
removeSingle(String) - Method in class com.google.template.soy.data.SoyListData
Important: Do not use outside of Soy code (treat as superpackage-private).
removeSingle(String) - Method in class com.google.template.soy.data.SoyMapData
Important: Do not use outside of Soy code (treat as superpackage-private).
removeType(JSType) - Method in class com.google.javascript.jscomp.newtypes.JSType
 
removeUnusedClassProperties - Variable in class com.google.javascript.jscomp.CompilerOptions
Removes unused member properties
removeUnusedLocalVars - Variable in class com.google.javascript.jscomp.CompilerOptions
Removes unused variables in local scope.
removeUnusedPrototypeProperties - Variable in class com.google.javascript.jscomp.CompilerOptions
Removes unused member prototypes
removeUnusedPrototypePropertiesInExterns - Variable in class com.google.javascript.jscomp.CompilerOptions
Tells AnalyzePrototypeProperties it can remove externed props.
removeUnusedVars - Variable in class com.google.javascript.jscomp.CompilerOptions
Removes unused variables
RemoveVendorSpecificProperties - Class in com.google.common.css.compiler.passes
A CssCompilerPass that removes all vendor-specific properties, except for one Vendor that is specified in the constructor.
RemoveVendorSpecificProperties(Vendor, MutatingVisitController) - Constructor for class com.google.common.css.compiler.passes.RemoveVendorSpecificProperties
 
rename(Node, String) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
Renames a given node to the provided name.
rename(Node, String, boolean) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
Renames a given node to the provided name.
renameCssSelector(String) - Method in class com.google.template.soy.jbcsrc.api.RenderContext
 
RenameCssVisitor - Class in com.google.template.soy.sharedpasses
Visitor for renaming CSS selector text in a Soy parse tree.
RenameCssVisitor(SoyCssRenamingMap, ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.RenameCssVisitor
 
renamePrefix - Variable in class com.google.javascript.jscomp.CompilerOptions
Specifies a prefix for all globals
renamePrefixNamespace - Variable in class com.google.javascript.jscomp.CompilerOptions
Specifies the name of an object that will be used to store all non-extern globals.
renameXid(String) - Method in class com.google.template.soy.jbcsrc.api.RenderContext
 
RenamingMap - Interface in com.google.javascript.jscomp
Interface used by to substitute names.
render(Appendable) - Method in class com.google.template.soy.data.internal.ParamStore
 
render(Appendable) - Method in class com.google.template.soy.data.internal.RenderableThunk
Renders the thunk directly to the appendable.
render(Appendable) - Method in class com.google.template.soy.data.restricted.PrimitiveData
 
render(Appendable) - Method in class com.google.template.soy.data.SoyAbstractList
 
render(Appendable) - Method in class com.google.template.soy.data.SoyAbstractMap
 
render(Appendable) - Method in class com.google.template.soy.data.SoyListData
 
render(Appendable) - Method in class com.google.template.soy.data.SoyMapData
 
render(Appendable) - Method in interface com.google.template.soy.data.SoyValue
Renders this value to the given appendable.
render(AdvisingAppendable, RenderContext) - Method in interface com.google.template.soy.jbcsrc.api.CompiledTemplate
Renders the template.
render(AdvisingAppendable) - Method in interface com.google.template.soy.jbcsrc.api.SoySauce.Renderer
Renders the configured template to the appendable returning a continuation.
render() - Method in interface com.google.template.soy.jbcsrc.api.SoySauce.Renderer
Renders the template to a string.
render(SoyTemplateInfo, SoyRecord, SoyMsgBundle) - Method in class com.google.template.soy.tofu.internal.BaseTofu
Deprecated.
render(String, Map<String, ?>, SoyMsgBundle) - Method in class com.google.template.soy.tofu.internal.BaseTofu
Deprecated.
render(String, SoyRecord, SoyMsgBundle) - Method in class com.google.template.soy.tofu.internal.BaseTofu
Deprecated.
render(SoyTemplateInfo, SoyRecord, SoyMsgBundle) - Method in interface com.google.template.soy.tofu.SoyTofu
render(String, Map<String, ?>, SoyMsgBundle) - Method in interface com.google.template.soy.tofu.SoyTofu
Deprecated.
render(String, SoyRecord, SoyMsgBundle) - Method in interface com.google.template.soy.tofu.SoyTofu
Deprecated.
render() - Method in interface com.google.template.soy.tofu.SoyTofu.Renderer
Renders the template using the data, injected data, and message bundle previously set.
render(Appendable) - Method in interface com.google.template.soy.tofu.SoyTofu.Renderer
Renders the template using the data, injected data, and message bundle previously set into the given Appendable.
RenderableThunk - Class in com.google.template.soy.data.internal
A renderable thunk.
RenderableThunk() - Constructor for class com.google.template.soy.data.internal.RenderableThunk
 
renderAndResolve(AdvisingAppendable, boolean) - Method in class com.google.template.soy.data.SoyAbstractCachingValueProvider
 
renderAndResolve(AdvisingAppendable, boolean) - Method in class com.google.template.soy.data.SoyAbstractValue
 
renderAndResolve(AdvisingAppendable, boolean) - Method in interface com.google.template.soy.data.SoyValueProvider
Renders this value to the given AdvisingAppendable, possibly partially.
renderAndResolve(AdvisingAppendable, boolean) - Method in class com.google.template.soy.jbcsrc.runtime.DetachableContentProvider
 
renderAndResolve(AdvisingAppendable, boolean) - Method in class com.google.template.soy.jbcsrc.runtime.DetachableSoyValueProvider
 
renderAsString() - Method in class com.google.template.soy.data.internal.RenderableThunk
Renders the thunk to the given Appendable (via RenderableThunk.render(java.lang.Appendable)) and also stores the result to a String.
RenderContext - Class in com.google.template.soy.jbcsrc.api
A collection of contextual rendering data.
RenderContext.Builder - Class in com.google.template.soy.jbcsrc.api
A builder for configuring the context.
RenderException - Exception in com.google.template.soy.sharedpasses.render
Exception thrown when a rendering or evaluation attempt fails.
RenderResult - Class in com.google.template.soy.jbcsrc.api
The result of an asynchronous rendering operation.
RenderResult.Type - Enum in com.google.template.soy.jbcsrc.api
The result type.
renderSoyMsgWithPlaceholders(SoyMsg, Map<String, Object>, Appendable) - Static method in class com.google.template.soy.jbcsrc.runtime.Runtime
Render a 'complex' message containing with placeholders.
renderStrict() - Method in interface com.google.template.soy.jbcsrc.api.SoySauce.Renderer
Renders the template to a string.
renderStrict() - Method in interface com.google.template.soy.tofu.SoyTofu.Renderer
Renders the strict-mode template as a SanitizedContent object, which can be used as an input to another Soy template, or used to verify that the output type is correct.
renderTemplate(String) - Method in interface com.google.template.soy.jbcsrc.api.SoySauce
Returns a new SoySauce.Renderer for configuring and rendering the given template.
renderTemplate(String) - Method in class com.google.template.soy.jbcsrc.api.SoySauceImpl
 
RenderVisitor - Class in com.google.template.soy.sharedpasses.render
Visitor for rendering the template subtree rooted at a given SoyNode.
RenderVisitor(Map<String, SoyJavaPrintDirective>, EvalVisitor.EvalVisitorFactory, Appendable, ErrorReporter, TemplateRegistry, SoyRecord, SoyRecord, Set<String>, SoyMsgBundle, SoyIdRenamingMap, SoyCssRenamingMap) - Constructor for class com.google.template.soy.sharedpasses.render.RenderVisitor
 
RenderVisitorFactory - Class in com.google.template.soy.sharedpasses.render
Default implementation of RenderVisitorFactory.
RenderVisitorFactory(Map<String, SoyJavaPrintDirective>, EvalVisitor.EvalVisitorFactory, ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.render.RenderVisitorFactory
 
replace(Node, Node, AbstractCompiler) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
Replaces the provided node with new node in the source file.
replaceChild(Node, Node) - Method in class com.google.javascript.rhino.Node
Detaches child from Node and replaces it with newChild.
replaceChild(int, N) - Method in class com.google.template.soy.basetree.MixinParentNode
Replaces the child at the given index with the given new child.
replaceChild(N, N) - Method in class com.google.template.soy.basetree.MixinParentNode
Replaces the given current child with the given new child.
replaceChild(int, N) - Method in interface com.google.template.soy.basetree.ParentNode
Replaces the child at the given index with the given new child.
replaceChild(N, N) - Method in interface com.google.template.soy.basetree.ParentNode
Replaces the given current child with the given new child.
replaceChild(int, ExprNode) - Method in class com.google.template.soy.exprtree.AbstractParentExprNode
 
replaceChild(ExprNode, ExprNode) - Method in class com.google.template.soy.exprtree.AbstractParentExprNode
 
replaceChild(int, N) - Method in class com.google.template.soy.soytree.AbstractParentSoyNode
 
replaceChild(N, N) - Method in class com.google.template.soy.soytree.AbstractParentSoyNode
 
replaceChild(int, SoyNode.StandaloneNode) - Method in class com.google.template.soy.soytree.CallParamContentNode
 
replaceChild(SoyNode.StandaloneNode, SoyNode.StandaloneNode) - Method in class com.google.template.soy.soytree.CallParamContentNode
 
replaceChild(int, SoyNode.StandaloneNode) - Method in class com.google.template.soy.soytree.LetContentNode
 
replaceChild(SoyNode.StandaloneNode, SoyNode.StandaloneNode) - Method in class com.google.template.soy.soytree.LetContentNode
 
replaceChildAfter(Node, Node) - Method in class com.google.javascript.rhino.Node
 
replaceChildAt(int, List<? extends CssNode>) - Method in class com.google.common.css.compiler.ast.CssAbstractBlockNode
 
replaceChildAt(int, List<? extends T>) - Method in class com.google.common.css.compiler.ast.CssNodesListNode
 
ReplaceConstantReferences - Class in com.google.common.css.compiler.passes
Compiler pass that replaces the constant references with the right values.
ReplaceConstantReferences(CssTree, ConstantDefinitions) - Constructor for class com.google.common.css.compiler.passes.ReplaceConstantReferences
This constructor is only used by other projects.
ReplaceConstantReferences(CssTree, ConstantDefinitions, boolean) - Constructor for class com.google.common.css.compiler.passes.ReplaceConstantReferences
This constructor is only used by other projects.
ReplaceConstantReferences(CssTree, ConstantDefinitions, boolean, ErrorManager, boolean) - Constructor for class com.google.common.css.compiler.passes.ReplaceConstantReferences
 
replaceCurrentBlockChildWith(List<T>, boolean) - Method in interface com.google.common.css.compiler.ast.MutatingVisitController
 
ReplaceHasDataFunctionVisitor - Class in com.google.template.soy.parsepasses
Visitor for replacing hasData() function with boolean 'true'.
ReplaceHasDataFunctionVisitor(SyntaxVersion, ErrorReporter) - Constructor for class com.google.template.soy.parsepasses.ReplaceHasDataFunctionVisitor
 
ReplaceMixins - Class in com.google.common.css.compiler.passes
Compiler pass that replaces mixins with the corresponding mixin definitions and replaces the variables in the definitions with the values given by the mixin.
ReplaceMixins(MutatingVisitController, ErrorManager, Map<String, CssMixinDefinitionNode>) - Constructor for class com.google.common.css.compiler.passes.ReplaceMixins
 
replaceScript(JsAst) - Method in class com.google.javascript.jscomp.Compiler
Replaces one file in a hot-swap mode.
report(GssError) - Method in class com.google.common.css.compiler.ast.BasicErrorManager
 
report(GssError) - Method in interface com.google.common.css.compiler.ast.ErrorManager
Report an error message that makes compilation fail.
report(GssError) - Method in class com.google.common.css.compiler.passes.DummyErrorManager
 
report(JSError) - Method in class com.google.javascript.jscomp.AbstractCompiler
Report an error or warning.
report(CheckLevel, JSError) - Method in class com.google.javascript.jscomp.BasicErrorManager
 
report(JSError) - Method in class com.google.javascript.jscomp.Compiler
 
report(NodeTraversal, Node, ConformanceRules.ConformanceResult) - Method in class com.google.javascript.jscomp.ConformanceRules.AbstractRule
Report a conformance warning for the given node.
report(CheckLevel, JSError) - Method in interface com.google.javascript.jscomp.ErrorHandler
 
report(CheckLevel, JSError) - Method in interface com.google.javascript.jscomp.ErrorManager
Reports an error.
report(Node, DiagnosticType, String...) - Method in class com.google.javascript.jscomp.NodeTraversal
Reports a diagnostic (error or warning)
report(CheckLevel, JSError) - Method in class com.google.javascript.jscomp.testing.TestErrorManager
 
report(CheckLevel, JSError) - Method in class com.google.javascript.jscomp.WhitelistWarningsGuard.WhitelistBuilder
 
report(SourceLocation, SoyError, Object...) - Method in interface com.google.template.soy.error.ErrorReporter
Reports the given error, formatted according to args and associated with the given sourceLocation.
report(SourceLocation, SoyError, Object...) - Method in class com.google.template.soy.error.ExplodingErrorReporter
 
report(SourceLocation, SoyError, Object...) - Method in class com.google.template.soy.ErrorReporterImpl
 
REPORT_UNKNOWN_TYPES - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
reportCodeChange() - Method in class com.google.javascript.jscomp.AbstractCompiler
Report code changes.
reportCodeChange() - Method in class com.google.javascript.jscomp.Compiler
 
reportError(SourcePosition, String, Object...) - Method in class com.google.javascript.jscomp.parsing.parser.util.ErrorReporter
 
reportError(SourcePosition, String) - Method in class com.google.javascript.jscomp.parsing.parser.util.ErrorReporter
 
reportError(SourcePosition, String) - Method in class com.google.javascript.jscomp.parsing.parser.util.LookaheadErrorReporter
 
reportMissingOverride - Variable in class com.google.javascript.jscomp.CompilerOptions
 
ReportSyntaxVersionErrorsVisitor - Class in com.google.template.soy.sharedpasses
Visitor for asserting that all the nodes in a parse tree or subtree conform to the user-declared syntax version.
ReportSyntaxVersionErrorsVisitor(SyntaxVersion, boolean, ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.ReportSyntaxVersionErrorsVisitor
 
reportUnsupported(CssNode, String, Set<String>) - Method in class com.google.common.css.compiler.passes.StrictCssBase
Adds a list of supported names to the error message and then reports the error.
reportWarning(GssError) - Method in class com.google.common.css.compiler.ast.BasicErrorManager
 
reportWarning(GssError) - Method in interface com.google.common.css.compiler.ast.ErrorManager
Report an error message that does not make compilation fail.
reportWarning(GssError) - Method in class com.google.common.css.compiler.commandline.DefaultCommandLineCompiler.CompilerErrorManager
 
reportWarning(GssError) - Method in class com.google.common.css.compiler.passes.DummyErrorManager
 
reportWarning(SourcePosition, String, Object...) - Method in class com.google.javascript.jscomp.parsing.parser.util.ErrorReporter
 
reportWarning(SourcePosition, String) - Method in class com.google.javascript.jscomp.parsing.parser.util.ErrorReporter
 
reportWarning(SourcePosition, String) - Method in class com.google.javascript.jscomp.parsing.parser.util.LookaheadErrorReporter
 
RequestHandlerSelector - Class in org.plovr.soy.server
RequestHandlerSelector selects the HttpHandler to use to respond to a request based on the path.
RequestHandlerSelector(Config) - Constructor for class org.plovr.soy.server.RequestHandlerSelector
 
RequirecssUtils - Class in com.google.template.soy.soytree
Utilities for processing the 'requirecss' attribute (for a Soy file or for a template).
RequireFileoverviewVisibility(AbstractCompiler, Requirement) - Constructor for class com.google.javascript.jscomp.ConformanceRules.RequireFileoverviewVisibility
 
REQUIRES_NOT_SORTED - Static variable in class com.google.javascript.jscomp.lint.CheckRequiresAndProvidesSorted
 
reserveRawExports - Variable in class com.google.javascript.jscomp.CompilerOptions
Reserve property names on the global this object.
reset() - Method in class com.google.common.css.compiler.passes.CodeBuffer
Clears the contents of the buffer and resets nextCharIndex and nextLineIndex.
reset() - Method in interface com.google.debugging.sourcemap.SourceMapGenerator
Resets the source map for reuse.
reset() - Method in class com.google.debugging.sourcemap.SourceMapGeneratorV3
Resets the source map for reuse.
reset() - Method in class com.google.javascript.jscomp.SourceMap
 
reset(Config.Builder) - Method in enum org.plovr.ConfigOption
Reset the values associated with this option in the specified builder.
resetAllowedNonStandardCssFunctions() - Method in class org.plovr.Config.Builder
 
resetAllowedUnrecognizedProperties() - Method in class org.plovr.Config.Builder
 
resetBuffer() - Method in class com.google.common.css.compiler.passes.CodePrinter
 
resetChecks() - Method in class org.plovr.Config.Builder
 
resetCssDefines() - Method in class org.plovr.Config.Builder
 
resetCssInputs() - Method in class org.plovr.Config.Builder
 
resetCustomPasses() - Method in class org.plovr.Config.Builder
 
resetCustomWarningsGuards() - Method in class org.plovr.Config.Builder
 
resetDefines() - Method in class org.plovr.Config.Builder
 
resetExperimentalCompilerOptions() - Method in class org.plovr.Config.Builder
 
resetExterns() - Method in class org.plovr.Config.Builder
 
resetForTypeCheck() - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Reset to run the TypeCheck pass.
resetIdGenerators() - Method in class org.plovr.Config.Builder
 
resetImplicitPrototype(JSType, ObjectType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Set the implicit prototype if it's possible to do so.
resetInputs() - Method in class org.plovr.Config.Builder
 
resetMaximumInputSize() - Static method in class com.google.javascript.jscomp.webservice.common.Protocol
Reset the maximum input size so that the property key is rechecked.
resetModuleConfigBuilder() - Method in class org.plovr.Config.Builder
 
resetPaths() - Method in class org.plovr.Config.Builder
 
resetRulesetNodesToRemove() - Method in class com.google.common.css.compiler.ast.CssTree
 
resetSoyFunctionPlugins() - Method in class org.plovr.Config.Builder
 
resetStripNameSuffixes() - Method in class org.plovr.Config.Builder
 
resetStripTypePrefixes() - Method in class org.plovr.Config.Builder
 
resetTestDrivers() - Method in class org.plovr.Config.Builder
 
resetTestExcludePaths() - Method in class org.plovr.Config.Builder
 
resetWarningsGuard() - Method in class com.google.javascript.jscomp.CompilerOptions
Reset the warnings guard.
resolve(ErrorReporter, StaticTypedScope<JSType>) - Method in class com.google.javascript.rhino.jstype.JSType
Resolve this type in the given scope.
resolve(JSTypeExpression, String...) - Method in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
Resolves a type expression, expecting the given warnings.
resolve() - Method in class com.google.template.soy.data.SoyAbstractCachingValueProvider
 
resolve() - Method in class com.google.template.soy.data.SoyAbstractValue
 
resolve() - Method in interface com.google.template.soy.data.SoyValueProvider
Usually, this method is a no-op that simply returns this object.
resolve() - Method in class com.google.template.soy.jbcsrc.runtime.DetachableContentProvider
 
resolve() - Method in class com.google.template.soy.jbcsrc.runtime.DetachableSoyValueProvider
 
ResolveCustomFunctionNodes - Class in com.google.common.css.compiler.passes
This compiler pass replaces CssCustomFunctionNode instances with the list of nodes returned by the GssFunction.
ResolveCustomFunctionNodes(MutatingVisitController, ErrorManager, Map<String, GssFunction>) - Constructor for class com.google.common.css.compiler.passes.ResolveCustomFunctionNodes
Constructs the pass.
ResolveCustomFunctionNodes(MutatingVisitController, ErrorManager, Map<String, GssFunction>, boolean) - Constructor for class com.google.common.css.compiler.passes.ResolveCustomFunctionNodes
Constructs the pass.
ResolveCustomFunctionNodes(MutatingVisitController, ErrorManager, Map<String, GssFunction>, boolean, Set<String>) - Constructor for class com.google.common.css.compiler.passes.ResolveCustomFunctionNodes
Constructs the pass.
ResolveCustomFunctionNodesForChunks<T> - Class in com.google.common.css.compiler.passes
This compiler pass evaluates CssCustomFunctionNode instances only when they have no references as arguments.
ResolveCustomFunctionNodesForChunks(MutatingVisitController, ErrorManager, Map<String, GssFunction>, boolean, Set<String>, Function<T, String>) - Constructor for class com.google.common.css.compiler.passes.ResolveCustomFunctionNodesForChunks
Constructs the pass.
resolvedValue - Variable in class com.google.template.soy.jbcsrc.runtime.DetachableSoyValueProvider
 
resolveEnum(EnumType, DeclaredTypeRegistry) - Method in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc
 
ResolveExpressionTypesVisitor - Class in com.google.template.soy.sharedpasses
Visitor which resolves all expression types.
ResolveExpressionTypesVisitor(SoyTypeRegistry, SyntaxVersion, ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.ResolveExpressionTypesVisitor
 
ResolveNamesVisitor - Class in com.google.template.soy.sharedpasses
Visitor which resolves all variable and parameter references to point to the corresponding declaration object.
ResolveNamesVisitor(SyntaxVersion, ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.ResolveNamesVisitor
 
ResolvePackageRelativeCssNamesVisitor - Class in com.google.template.soy.sharedpasses
Visitor class which converts package-relative CSS class names to absolute names.
ResolvePackageRelativeCssNamesVisitor(ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.ResolvePackageRelativeCssNamesVisitor
 
resolveSoyValueProvider(SoyValueProvider) - Static method in class com.google.template.soy.jbcsrc.runtime.Runtime
Helper function to translate NullData -> null when resolving a SoyValueProvider that may have come from SoyValueProvider.
resolveTypedef(Typedef, DeclaredTypeRegistry) - Method in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc
 
resolveTypesInScope(StaticTypedScope<JSType>) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Resolve all the unresolved types in the given scope.
ResourceJsInput - Class in org.plovr
ResourceJsInput represents a JavaScript file loaded from a JAR, so it will never change, so its dependencies must only be read once.
Responses - Class in org.plovr.io
 
rest(String) - Static method in class com.google.javascript.rhino.IR
 
REST - Static variable in class com.google.javascript.rhino.Token
Token types.
REST_PARAMETER_TYPE - Static variable in class com.google.javascript.rhino.Token
Token types.
RestParameterTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
RestParameterTree(SourceRange, IdentifierToken) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.RestParameterTree
 
restrictByNotNullOrUndefined() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
restrictByNotNullOrUndefined() - Method in class com.google.javascript.rhino.jstype.JSType
If this is a union type, returns a union type that does not include the null or undefined type.
restrictByNotNullOrUndefined() - Method in class com.google.javascript.rhino.jstype.NullType
 
restrictByNotNullOrUndefined() - Method in class com.google.javascript.rhino.jstype.UnionType
 
restrictByNotNullOrUndefined() - Method in class com.google.javascript.rhino.jstype.VoidType
 
restrictByNotNullOrUndefined() - Method in interface com.google.javascript.rhino.TypeI
 
Result - Class in com.google.javascript.jscomp
Compilation results
Result(JSError[], JSError[], String, VariableMap, VariableMap, VariableMap, FunctionInformationMap, SourceMap, String) - Constructor for class com.google.javascript.jscomp.Result
 
result() - Method in interface com.google.template.soy.jbcsrc.api.SoySauce.Continuation
The result of the prior rendering operation.
result() - Method in interface com.google.template.soy.jbcsrc.api.SoySauce.WriteContinuation
The result of the prior rendering operation.
resultNodes - Variable in class com.google.common.css.compiler.ast.CssCustomFunctionNode
 
RETURN - Static variable in class com.google.javascript.rhino.Token
Token types.
return404(HttpExchange) - Static method in class org.plovr.HttpUtil
 
returnNode() - Static method in class com.google.javascript.rhino.IR
 
returnNode(Node) - Static method in class com.google.javascript.rhino.IR
 
ReturnStatementTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ReturnStatementTree(SourceRange, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ReturnStatementTree
 
returnType - Variable in class com.google.javascript.jscomp.parsing.parser.trees.CallSignatureTree
 
returnType - Variable in class com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree
 
returnType - Variable in class com.google.javascript.jscomp.parsing.parser.trees.FunctionTypeTree
 
ReverseAbstractInterpreter - Interface in com.google.javascript.jscomp.type
This interface defines what reversed abstract interpreters provide.
rewrite(SoyFileSetNode) - Method in class com.google.template.soy.parsepasses.contextautoesc.ContextualAutoescaper
Rewrites the given Soy files so that dynamic output is properly escaped according to the context in which it appears.
rewriteFunctionExpressions - Variable in class com.google.javascript.jscomp.CompilerOptions
Reduces the size of common function expressions.
RewriteGenderMsgsVisitor - Class in com.google.template.soy.parsepasses
Visitor for rewriting 'msg' nodes with 'genders' attribute into 'msg' nodes with one or more levels of 'select'.
RewriteGenderMsgsVisitor(IdGenerator, ErrorReporter) - Constructor for class com.google.template.soy.parsepasses.RewriteGenderMsgsVisitor
Constructs a rewriter using the same node ID generator as the tree.
RewriteRemaindersVisitor - Class in com.google.template.soy.parsepasses
Visitor for finding print nodes that are actually remainder nodes, and replacing them with the appropriate expression.
RewriteRemaindersVisitor(ErrorReporter) - Constructor for class com.google.template.soy.parsepasses.RewriteRemaindersVisitor
 
rewriteStackTrace(Throwable) - Static method in class com.google.template.soy.jbcsrc.api.Names
Rewrites the given stack trace by replacing all references to generated jbcsrc types with the original template names.
right - Variable in class com.google.javascript.jscomp.parsing.parser.trees.BinaryOperatorTree
 
right - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ConditionalExpressionTree
 
RIGHT - Static variable in class com.google.template.soy.internal.i18n.BidiUtils
"right" string constant.
RIGHTBRACE - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
RIGHTROUND - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
RIGHTSQUARE - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
RLE - Static variable in class com.google.template.soy.internal.i18n.BidiUtils.Format
Unicode "Right-To-Left Embedding" (RLE) character.
RLM - Static variable in class com.google.template.soy.internal.i18n.BidiUtils.Format
Unicode "Right-To-Left Mark" (RLM) character.
RLM_STRING - Static variable in class com.google.template.soy.internal.i18n.BidiUtils.Format
 
rootNode - Variable in class com.google.javascript.jscomp.Scope
 
RSH - Static variable in class com.google.javascript.rhino.Token
Token types.
RTL - Static variable in class com.google.template.soy.internal.i18n.BidiGlobalDir
 
RULE_END - Static variable in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
RULE_START - Static variable in class com.google.common.css.compiler.passes.TemplateCompactPrinter
 
ruleSet() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
RulesetNodesToRemove() - Constructor for class com.google.common.css.compiler.ast.CssTree.RulesetNodesToRemove
 
run() - Method in class org.plovr.CompilationServer
 
run() - Method in class org.plovr.soy.server.Server
 
run() - Method in class org.plovr.webdriver.TestRunner
 
runCommand(String[]) - Method in interface org.plovr.cli.CommandRunner
 
runCommandWithOptions(ServeCommandOptions) - Method in class org.plovr.cli.ServeCommand
 
runPass() - Method in interface com.google.common.css.compiler.ast.CssCompilerPass
 
runPass() - Method in class com.google.common.css.compiler.ast.RelocateDefaultComments
 
runPass() - Method in class com.google.common.css.compiler.passes.AbbreviatePositionalValues
 
runPass() - Method in class com.google.common.css.compiler.passes.AutoExpandBrowserPrefix
 
runPass() - Method in class com.google.common.css.compiler.passes.BiDiFlipper
 
runPass() - Method in class com.google.common.css.compiler.passes.CheckDependencyNodes
 
runPass() - Method in class com.google.common.css.compiler.passes.CheckMissingRequire
 
runPass() - Method in class com.google.common.css.compiler.passes.CollectConstantDefinitions
 
runPass() - Method in class com.google.common.css.compiler.passes.CollectMixinDefinitions
 
runPass() - Method in class com.google.common.css.compiler.passes.CollectProvideNamespaces
 
runPass() - Method in class com.google.common.css.compiler.passes.ColorValueOptimizer
 
runPass() - Method in class com.google.common.css.compiler.passes.CompactPrinter
 
runPass() - Method in class com.google.common.css.compiler.passes.CreateComponentNodes
 
runPass() - Method in class com.google.common.css.compiler.passes.CreateConditionalNodes
 
runPass() - Method in class com.google.common.css.compiler.passes.CreateConstantReferences
 
runPass() - Method in class com.google.common.css.compiler.passes.CreateDefinitionNodes
 
runPass() - Method in class com.google.common.css.compiler.passes.CreateForLoopNodes
 
runPass() - Method in class com.google.common.css.compiler.passes.CreateMixins
 
runPass() - Method in class com.google.common.css.compiler.passes.CreateStandardAtRuleNodes
 
runPass() - Method in class com.google.common.css.compiler.passes.CreateVendorPrefixedKeyframes
 
runPass() - Method in class com.google.common.css.compiler.passes.CssClassRenaming
 
runPass() - Method in class com.google.common.css.compiler.passes.DefinitionPrinter
 
runPass() - Method in class com.google.common.css.compiler.passes.DisallowDuplicateDeclarations
 
runPass() - Method in class com.google.common.css.compiler.passes.EliminateConditionalNodes
 
runPass() - Method in class com.google.common.css.compiler.passes.EliminateEmptyRulesetNodes
 
runPass() - Method in class com.google.common.css.compiler.passes.EliminateUnitsFromZeroNumericValues
 
runPass() - Method in class com.google.common.css.compiler.passes.EliminateUselessRulesetNodes
 
runPass() - Method in class com.google.common.css.compiler.passes.EvaluateCompileConstants
 
runPass() - Method in class com.google.common.css.compiler.passes.FixupFontDeclarations
 
runPass() - Method in class com.google.common.css.compiler.passes.HandleMissingConstantDefinitions
 
runPass() - Method in class com.google.common.css.compiler.passes.HandleUnknownAtRuleNodes
 
runPass() - Method in class com.google.common.css.compiler.passes.HasConditionalNodes
 
runPass() - Method in class com.google.common.css.compiler.passes.MapChunkAwareNodesToChunk
 
runPass() - Method in class com.google.common.css.compiler.passes.MarkDefaultDefinitions
 
runPass() - Method in class com.google.common.css.compiler.passes.MarkNonFlippableNodes
 
runPass() - Method in class com.google.common.css.compiler.passes.MarkRemovableRulesetNodes
 
runPass() - Method in class com.google.common.css.compiler.passes.MergeAdjacentRulesetNodesWithSameDeclarations
 
runPass() - Method in class com.google.common.css.compiler.passes.MergeAdjacentRulesetNodesWithSameSelector
 
runPass() - Method in class com.google.common.css.compiler.passes.PrettyPrinter
 
runPass() - Method in class com.google.common.css.compiler.passes.ProcessComponents
 
runPass() - Method in class com.google.common.css.compiler.passes.ProcessKeyframes
 
runPass() - Method in class com.google.common.css.compiler.passes.ProcessRefiners
 
runPass() - Method in class com.google.common.css.compiler.passes.RemoveDefaultDeclarations
 
runPass() - Method in class com.google.common.css.compiler.passes.RemoveEmptyValues
 
runPass() - Method in class com.google.common.css.compiler.passes.RemoveVendorSpecificProperties
 
runPass() - Method in class com.google.common.css.compiler.passes.ReplaceConstantReferences
 
runPass() - Method in class com.google.common.css.compiler.passes.ReplaceMixins
 
runPass() - Method in class com.google.common.css.compiler.passes.ResolveCustomFunctionNodes
 
runPass() - Method in class com.google.common.css.compiler.passes.SplitRulesetNodes
 
runPass() - Method in class com.google.common.css.compiler.passes.StrictCssBase
 
runPass() - Method in class com.google.common.css.compiler.passes.UnrollLoops
 
runPass() - Method in class com.google.common.css.compiler.passes.UnsafeMergeRulesetNodes
 
runPass() - Method in class com.google.common.css.compiler.passes.ValidatePropertyValues
 
runPass() - Method in class com.google.common.css.compiler.passes.VerifyRecognizedProperties
 
runPasses(CssTree) - Method in class com.google.common.css.compiler.passes.PassRunner
Runs the passes on the specified CssTree.
runs - Variable in class com.google.javascript.jscomp.PerformanceTracker.Stats
 
runtime - Variable in class com.google.javascript.jscomp.PerformanceTracker.Stats
 
Runtime - Class in com.google.template.soy.jbcsrc.runtime
Runtime utilities uniquely for the jbcsrc backend.
Runtime() - Constructor for class com.google.template.soy.jbcsrc.runtime.Runtime
 

S

S - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
SanitizedContent - Class in com.google.template.soy.data
A chunk of sanitized content of a known kind, e.g.
SanitizedContent.ContentKind - Enum in com.google.template.soy.data
A kind of textual content.
SanitizedContentOperator - Interface in com.google.template.soy.data
An operator that takes sanitized content of a particular kind and produces sanitized content of the same kind.
SanitizedContents - Class in com.google.template.soy.data
Creation utilities for SanitizedContent objects for common use cases.
SanitizedType - Class in com.google.template.soy.types.primitive
Implementation of types for sanitized strings, that is strings that are produced by templates having a "kind" attribute.
SanitizedType() - Constructor for class com.google.template.soy.types.primitive.SanitizedType
 
SanitizedType.AttributesType - Class in com.google.template.soy.types.primitive
Type produced by templates whose kind is "attributes".
SanitizedType.CssType - Class in com.google.template.soy.types.primitive
Type produced by templates whose kind is "css".
SanitizedType.HtmlType - Class in com.google.template.soy.types.primitive
Type produced by templates whose kind is "html".
SanitizedType.JsType - Class in com.google.template.soy.types.primitive
Type produced by templates whose kind is "js".
SanitizedType.UriType - Class in com.google.template.soy.types.primitive
Type produced by templates whose kind is "uri".
Sanitizers - Class in com.google.template.soy.shared.restricted
Java implementations of functions that escape, normalize, and filter untrusted strings to allow them to be safely embedded in particular contexts.
save(String) - Method in class com.google.javascript.jscomp.VariableMap
Saves the variable map to a file.
sb() - Method in class com.google.template.soy.base.internal.IndentedLinesBuilder
Gets the internal StringBuilder for this instance.
Scanner - Class in com.google.javascript.jscomp.parsing.parser
Scans javascript source code into tokens.
Scanner(ErrorReporter, Scanner.CommentRecorder, SourceFile) - Constructor for class com.google.javascript.jscomp.parsing.parser.Scanner
 
Scanner(ErrorReporter, Scanner.CommentRecorder, SourceFile, int) - Constructor for class com.google.javascript.jscomp.parsing.parser.Scanner
 
Scanner - Class in com.google.javascript.refactoring
Class that developers should implement to perform a JsFlume refactoring.
Scanner() - Constructor for class com.google.javascript.refactoring.Scanner
 
Scanner.CommentRecorder - Interface in com.google.javascript.jscomp.parsing.parser
 
Scope - Class in com.google.javascript.jscomp
Scope contains information about a variable scope in JavaScript.
Scope(Node) - Constructor for class com.google.javascript.jscomp.Scope
 
scope(Key<T>, Provider<T>) - Method in class com.google.template.soy.shared.internal.GuiceSimpleScope
 
scopes - Variable in class com.google.javascript.jscomp.newtypes.Namespace
 
script() - Static method in class com.google.javascript.rhino.IR
 
script(Node...) - Static method in class com.google.javascript.rhino.IR
 
script(List<Node>) - Static method in class com.google.javascript.rhino.IR
 
SCRIPT - Static variable in class com.google.javascript.rhino.Token
Token types.
second - Variable in class com.google.template.soy.internal.base.Pair
The second element of the pair.
seed(Key<T>, T) - Method in class com.google.template.soy.shared.internal.GuiceSimpleScope
Seeds a value in the current occurrence of this scope.
seed(Class<T>, T) - Method in class com.google.template.soy.shared.internal.GuiceSimpleScope
Seeds a value in the current occurrence of this scope.
seedSharedParams(GuiceSimpleScope, SoyMsgBundle) - Static method in class com.google.template.soy.shared.internal.ApiCallScopeUtils
Helper utility to seed params shared by multiple backends.
seedSharedParams(GuiceSimpleScope, SoyMsgBundle, BidiGlobalDir) - Static method in class com.google.template.soy.shared.internal.ApiCallScopeUtils
Helper utility to seed params shared by multiple backends.
seedSharedParams(GuiceSimpleScope, BidiGlobalDir, String) - Static method in class com.google.template.soy.shared.internal.ApiCallScopeUtils
Helper utility to seed params shared by multiple backends.
segments - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ModuleNameTree
 
segments - Variable in class com.google.javascript.jscomp.parsing.parser.trees.TypeNameTree
 
segments - Variable in class com.google.javascript.jscomp.parsing.parser.trees.TypeQueryTree
 
selectDelTemplate(String, String, boolean) - Method in interface com.google.template.soy.jbcsrc.api.DelTemplateSelector
Returns a compiled template for the given calleeName and variant value according to the current set of active DelPackages.
selectDelTemplate(String, String, boolean) - Method in class com.google.template.soy.jbcsrc.api.DelTemplateSelectorImpl
 
selectDelTemplate(TemplateDelegateNode.DelTemplateKey, Set<String>) - Method in class com.google.template.soy.soytree.TemplateRegistry
Selects a delegate template based on the rendering rules, given the delegate template key (name and variant) and the set of active delegate package names.
SelectFrom() - Constructor for class com.google.common.css.compiler.gssfunctions.GssFunctions.SelectFrom
 
selectLower(SyntaxVersionBound, SyntaxVersionBound) - Static method in class com.google.template.soy.basetree.SyntaxVersionBound
Returns the lower of the two given bounds.
selector() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
selectorList() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
SELF_ENDING_SOY_TAG_CLOSE_AFTER_CMD_NAME_1 - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
SELF_ENDING_SOY_TAG_CLOSE_AFTER_CMD_NAME_2 - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
SELF_ENDING_SOY_TAG_CLOSE_AFTER_CMD_TEXT_1 - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
SELF_ENDING_SOY_TAG_CLOSE_AFTER_CMD_TEXT_2 - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
SELF_ENDING_WITHOUT_VALUE - Static variable in class com.google.template.soy.soytree.LetValueNode
 
SemanticReverseAbstractInterpreter - Class in com.google.javascript.jscomp.type
A reverse abstract interpreter using the semantics of the JavaScript language as a means to reverse interpret computations.
SemanticReverseAbstractInterpreter(JSTypeRegistry) - Constructor for class com.google.javascript.jscomp.type.SemanticReverseAbstractInterpreter
Creates a semantic reverse abstract interpreter.
SEMICOLON - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
serialVersionUID - Static variable in class com.google.javascript.rhino.InputId
 
ServeCommand - Class in org.plovr.cli
 
ServeCommand() - Constructor for class org.plovr.cli.ServeCommand
 
ServeCommandOptions - Class in org.plovr.cli
 
ServeCommandOptions() - Constructor for class org.plovr.cli.ServeCommandOptions
 
Server - Class in org.plovr.soy.server
Server for SoyWeb.
Server(Config) - Constructor for class org.plovr.soy.server.Server
 
ServiceException - Exception in com.google.javascript.jscomp.deps
An exception thrown by the compilation service.
ServiceException(String) - Constructor for exception com.google.javascript.jscomp.deps.ServiceException
 
SET - Static variable in class com.google.javascript.jscomp.parsing.parser.PredefinedName
 
set(String, Object) - Method in class com.google.template.soy.data.internal.EasyDictImpl
 
set(int, SoyValueProvider) - Method in class com.google.template.soy.data.internal.EasyListImpl
 
set(int, Object) - Method in class com.google.template.soy.data.internal.EasyListImpl
 
set(String, Object) - Method in interface com.google.template.soy.data.SoyEasyDict
Sets a subfield of this dict.
set(int, SoyValueProvider) - Method in interface com.google.template.soy.data.SoyEasyList
Sets a value in this SoyList.
set(int, Object) - Method in interface com.google.template.soy.data.SoyEasyList
Sets a value in this SoyList.
set(int, SoyData) - Method in class com.google.template.soy.data.SoyListData
Sets a data value at a given index.
set(int, boolean) - Method in class com.google.template.soy.data.SoyListData
Sets a data value at a given index.
set(int, int) - Method in class com.google.template.soy.data.SoyListData
Sets a data value at a given index.
set(int, double) - Method in class com.google.template.soy.data.SoyListData
Sets a data value at a given index.
set(int, String) - Method in class com.google.template.soy.data.SoyListData
Sets a data value at a given index.
SET_MEMBERS - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoDoubleBracesSoyTemplateInfo
List of the first few members of the set.
SET_MEMBERS - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .demoDoubleBraces.
SET_NAME - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoDoubleBracesSoyTemplateInfo
The name of the infinite set.
SET_NAME - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .demoDoubleBraces.
setAccessLevel(AccessLevel) - Method in class org.plovr.docgen.MethodDescriptor.Builder
 
SetAccessorTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
SetAccessorTree(SourceRange, Token, boolean, IdentifierToken, BlockTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.SetAccessorTree
 
setActiveDelegatePackageNames(Set<String>) - Method in interface com.google.template.soy.jbcsrc.api.SoySauce.Renderer
Configures the current active delpackages.
setActiveDelegatePackageNames(Set<String>) - Method in interface com.google.template.soy.tofu.SoyTofu.Renderer
Sets the set of active delegate package names.
setAggressiveVarCheck(CheckLevel) - Method in class com.google.javascript.jscomp.CompilerOptions
Deprecated.
setAliasableGlobals(String) - Method in class com.google.javascript.jscomp.CompilerOptions
A comma separated white-list of global names.
setAliasableStrings(Set<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setAliasAllStrings(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setAliasExternals(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setAliasStringsBlacklist(String) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setAliasTransformationHandler(CompilerOptions.AliasTransformationHandler) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setAllFlags() - Method in class com.google.javascript.rhino.Node.SideEffectFlags
All side-effect occur and the returned results are non-local.
setAllowedNonStandardFunctions(List<String>) - Method in class com.google.common.css.JobDescriptionBuilder
 
setAllowedUnrecognizedProperties(List<String>) - Method in class com.google.common.css.JobDescriptionBuilder
 
setAllowExternalCalls(boolean) - Method in class com.google.template.soy.shared.SoyGeneralOptions
Sets whether to allow external calls (calls to undefined templates).
setAllowExternalCalls(boolean) - Method in class com.google.template.soy.SoyFileSet.Builder
Sets whether to allow external calls (calls to undefined templates).
setAllowKeyframes(boolean) - Method in class com.google.common.css.JobDescriptionBuilder
 
setAllowUnrecognizedFunctions(boolean) - Method in class com.google.common.css.JobDescriptionBuilder
 
setAllowUnrecognizedProperties(boolean) - Method in class com.google.common.css.JobDescriptionBuilder
 
setAllowWebkitKeyframes(boolean) - Method in class com.google.common.css.JobDescriptionBuilder
 
setAmbiguateProperties(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setAmbiguateProperties(boolean) - Method in class org.plovr.Config.Builder
 
setAngularPass(boolean) - Method in class com.google.javascript.jscomp.ant.CompileTask
 
setAngularPass(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setAnnotation(Annotation) - Method in interface com.google.javascript.jscomp.graph.Annotatable
Annotates a piece of information to the object.
setAnnotation(Annotation) - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph.LinkedDirectedGraphNode
 
setAnonymousFunctionNaming(AnonymousFunctionNamingPolicy) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setAppNameStr(String) - Method in class com.google.javascript.jscomp.CompilerOptions
App identifier string for use by the instrumentation template's app_name_setter.
setArgument(String) - Method in class com.google.common.css.compiler.ast.CssPseudoClassNode
 
setArguments(CssFunctionArgumentsNode) - Method in class com.google.common.css.compiler.ast.CssCustomFunctionNode.CssCustomFunctionNodeProxy
setArguments(CssFunctionArgumentsNode) - Method in class com.google.common.css.compiler.ast.CssCustomFunctionNode
setArguments(CssFunctionArgumentsNode) - Method in class com.google.common.css.compiler.ast.CssFunctionNode
 
setArgumentsType(RawNominalType) - Method in class com.google.javascript.jscomp.newtypes.JSTypes
 
setArrayType(RawNominalType) - Method in class com.google.javascript.jscomp.newtypes.JSTypes
 
setAssumeClosuresOnlyCaptureReferences(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
Whether to assume closures capture only what they reference.
setAssumeStrictThis(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
If true, enables enables additional optimizations.
setAutoescapeCmdText(Map<String, String>) - Method in class com.google.template.soy.soytree.TemplateNodeBuilder
 
setAutoescapeInfo(AutoescapeMode, SanitizedContent.ContentKind) - Method in class com.google.template.soy.soytree.TemplateNodeBuilder
 
setBeginLocation(int, int, int) - Method in class com.google.common.css.SourceCodeLocationBuilder
 
setBeginLocation(SourceCodeLocation.SourceCodePoint) - Method in class com.google.common.css.SourceCodeLocationBuilder
 
setBidiGlobalDir(int) - Method in class com.google.template.soy.jssrc.SoyJsSrcOptions
Sets the bidi global directionality to a static value, 1: ltr, -1: rtl, 0: unspecified.
setBooleanInstance(JSType) - Method in class com.google.javascript.jscomp.newtypes.JSTypes
 
setBrokenClosureRequiresLevel(CheckLevel) - Method in class com.google.javascript.jscomp.CompilerOptions
Sets the check level for bad Closure require calls.
setCacheHeaders(Headers) - Method in class org.plovr.InputFileHandler
By default, do nothing.
setCalleeName(String) - Method in class com.google.template.soy.soytree.CallBasicNode
Sets the full name of the template being called (must not be a partial name).
setChainCalls(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
If true, chain calls to functions that return this.
setChangeTime(int) - Method in class com.google.javascript.rhino.Node
This node was last changed at time
setCharno(int) - Method in class com.google.javascript.rhino.Node
 
setCheckDeterminism(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setCheckEventfulObjectDisposalPolicy(CheckEventfulObjectDisposal.DisposalCheckingPolicy) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setCheckGlobalNamesLevel(CheckLevel) - Method in class com.google.javascript.jscomp.CompilerOptions
Checks the integrity of references to qualified global names.
setCheckGlobalThisLevel(CheckLevel) - Method in class com.google.javascript.jscomp.CompilerOptions
Checks for certain uses of the this keyword that are considered unsafe because they are likely to reference the global this object unintentionally.
setCheckLevelsForDiagnosticGroups(Map<String, CheckLevel>) - Method in class org.plovr.Config.Builder
Each key in groups should correspond to a DiagnosticGroup; however, a key cannot map to a DiagnosticGroup yet because custom compiler passes may add their own entries to the PlovrDiagnosticGroups collection, which is not populated until the PlovrCompilerOptions are created.
setCheckMissingGetCssNameBlacklist(String) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setCheckMissingGetCssNameLevel(CheckLevel) - Method in class com.google.javascript.jscomp.CompilerOptions
Checks that certain string literals only appear in strings used as goog.getCssName arguments.
setCheckMissingReturn(CheckLevel) - Method in class com.google.javascript.jscomp.CompilerOptions
Checks for missing return statements
setCheckProvides(CheckLevel) - Method in class com.google.javascript.jscomp.CompilerOptions
Checks for missing goog.provides() calls
setCheckRequires(CheckLevel) - Method in class com.google.javascript.jscomp.CompilerOptions
Deprecated.
setChecksOnly(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setCheckSuspiciousCode(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setCheckSymbols(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setCheckTypes(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setChunk(Object) - Method in interface com.google.common.css.compiler.ast.ChunkAware
Sets the chunk id on the node.
setChunk(Object) - Method in class com.google.common.css.compiler.ast.CssDefinitionNode
 
setChunk(Object) - Method in class com.google.common.css.compiler.ast.CssFontFaceNode
 
setChunk(Object) - Method in class com.google.common.css.compiler.ast.CssFunctionNode
 
setChunk(Object) - Method in class com.google.common.css.compiler.ast.CssKeyframesNode
 
setChunk(Object) - Method in class com.google.common.css.compiler.ast.CssKeyNode
 
setChunk(Object) - Method in class com.google.common.css.compiler.ast.CssMediaRuleNode
 
setChunk(Object) - Method in class com.google.common.css.compiler.ast.CssProvideNode
 
setChunk(Object) - Method in class com.google.common.css.compiler.ast.CssRequireNode
 
setChunk(Object) - Method in class com.google.common.css.compiler.ast.CssSelectorNode
 
setClassName(String) - Method in class org.plovr.CustomPassConfig
 
setClosurePass(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setCmdText(String) - Method in class com.google.template.soy.soytree.TemplateBasicNodeBuilder
 
setCmdText(String) - Method in class com.google.template.soy.soytree.TemplateDelegateNodeBuilder
 
setCmdText(String) - Method in class com.google.template.soy.soytree.TemplateNodeBuilder
Sets the command text for the node to be built.
setCmdTextInfo(String, String, Visibility, AutoescapeMode, SanitizedContent.ContentKind, ImmutableList<String>) - Method in class com.google.template.soy.soytree.TemplateBasicNodeBuilder
Alternative to setCmdText() that sets command text info directly as opposed to having it parsed from the command text string.
setCmdTextInfo(String, String, TemplateNode.Priority, AutoescapeMode, SanitizedContent.ContentKind, ImmutableList<String>) - Method in class com.google.template.soy.soytree.TemplateDelegateNodeBuilder
Alternative to setCmdText() that sets command text info directly as opposed to having it parsed from the command text string.
setCoalesceVariableNames(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setCodingConvention(CodingConvention) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setCollapseAnonymousFunctions(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setCollapseObjectLiterals(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setCollapseProperties(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setCollapseVariableDeclarations(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setColorize(boolean) - Method in class com.google.javascript.jscomp.AbstractMessageFormatter
 
setColorizeErrorOutput(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setCombinator(CssCombinatorNode) - Method in class com.google.common.css.compiler.ast.CssSelectorNode
 
setComments(List<CssCommentNode>) - Method in class com.google.common.css.compiler.ast.CssNode
 
setCommonJSModulePathPrefix(String) - Method in class com.google.javascript.jscomp.CompilerOptions
Sets a path prefix for CommonJS modules (maps to CompilerOptions.setModuleRoots(List)).
setCompilationLevel(String) - Method in class com.google.javascript.jscomp.ant.CompileTask
Set the compilation level.
setCompilationMode(CompilationMode) - Method in class org.plovr.Config.Builder
 
setCompileConstants(Map<String, Integer>) - Method in class com.google.common.css.JobDescriptionBuilder
 
setCompiler(AbstractCompiler) - Method in class com.google.javascript.jscomp.CompilerInput
Sets an abstract compiler for doing parsing.
setCompilerOptions(CompilerOptions) - Method in class com.google.javascript.jscomp.CodePrinter.Builder
Sets the output options from compiler options.
setCompileTimeGlobals(Map<String, ?>) - Method in class com.google.template.soy.shared.SoyGeneralOptions
Sets the map from compile-time global name to value.
setCompileTimeGlobals(File) - Method in class com.google.template.soy.shared.SoyGeneralOptions
Sets the file containing compile-time globals.
setCompileTimeGlobals(URL) - Method in class com.google.template.soy.shared.SoyGeneralOptions
Sets the resource file containing compile-time globals.
setCompileTimeGlobals(Map<String, ?>) - Method in class com.google.template.soy.SoyFileSet.Builder
Sets the map from compile-time global name to value.
setCompileTimeGlobals(File) - Method in class com.google.template.soy.SoyFileSet.Builder
Sets the file containing compile-time globals.
setCompileTimeGlobals(URL) - Method in class com.google.template.soy.SoyFileSet.Builder
Sets the resource file containing compile-time globals.
setComputeFunctionSideEffects(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setConcreteValue(String) - Method in class com.google.common.css.compiler.ast.CssStringNode
Specifies the characters that should appear between the quotes when this node is written as CSS, and updates this node's value accordingly.
setConformanceConfig(ConformanceConfig) - Method in class com.google.javascript.jscomp.CompilerOptions
Both enable and configure conformance checks, if non-null.
setConformanceConfigs(List<ConformanceConfig>) - Method in class com.google.javascript.jscomp.CompilerOptions
Both enable and configure conformance checks, if non-null.
setContentKind(SanitizedContent.ContentKind) - Method in interface com.google.template.soy.tofu.SoyTofu.Renderer
Sets the expected content kind.
setConvertToDottedProperties(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setCopyrightNotice(String) - Method in class com.google.common.css.JobDescriptionBuilder
 
setCreateSourceMap(boolean) - Method in class com.google.common.css.JobDescriptionBuilder
 
setCrossModuleCodeMotion(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setCrossModuleCodeMotionNoStubMethods(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setCrossModuleMethodMotion(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setCssBaseCmdText(Map<String, String>) - Method in class com.google.template.soy.soytree.TemplateNodeBuilder
 
setCssBaseNamespace(String) - Method in class com.google.template.soy.soytree.TemplateNodeBuilder
 
setCssOutputFile(File) - Method in class org.plovr.Config.Builder
 
setCssOutputFormat(JobDescription.OutputFormat) - Method in class org.plovr.Config.Builder
 
setCssRenamingMap(CssRenamingMap) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setCssRenamingMap(SoyCssRenamingMap) - Method in interface com.google.template.soy.jbcsrc.api.SoySauce.Renderer
Configures the {css ..} renaming map.
setCssRenamingMap(SoyCssRenamingMap) - Method in interface com.google.template.soy.tofu.SoyTofu.Renderer
Sets the CSS renaming map.
setCssRenamingPrefix(String) - Method in class com.google.common.css.JobDescriptionBuilder
 
setCssRenamingWhitelist(Set<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setCssSubstitutionMapProvider(SubstitutionMapProvider) - Method in class com.google.common.css.JobDescriptionBuilder
 
setCtorFunction(FunctionType, JSTypes) - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
setCustomExternsOnly(boolean) - Method in class org.plovr.Config.Builder
 
setCustomPasses(Multimap<CustomPassExecutionTime, CompilerPass>) - Method in class com.google.javascript.jscomp.PlovrCompilerOptions
 
setCustomPasses(ListMultimap<CustomPassExecutionTime, CompilerPassFactory>) - Method in class org.plovr.Config.Builder
 
setData(Map<String, ?>) - Method in interface com.google.template.soy.jbcsrc.api.SoySauce.Renderer
Configures the data to pass to template.
setData(Map<String, ?>) - Method in interface com.google.template.soy.tofu.SoyTofu.Renderer
Sets the data to call the template with.
setData(SoyRecord) - Method in interface com.google.template.soy.tofu.SoyTofu.Renderer
Sets the data to call the template with.
setDeadAssignmentElimination(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setDebug(boolean) - Method in class com.google.javascript.jscomp.ant.CompileTask
Enable debugging options.
setDebugFunctionSideEffectsPath(String) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setDebugOptions(boolean) - Method in class org.plovr.Config.Builder
 
setDebugOptionsForCompilationLevel(CompilerOptions) - Method in enum com.google.javascript.jscomp.CompilationLevel
 
setDebugStream(PrintStream) - Method in class com.google.common.css.compiler.ast.GssParserCCTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class com.google.template.soy.exprparse.ExpressionParserTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class com.google.template.soy.soyparse.SoyFileParserTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class com.google.template.soy.soyparse.TemplateParserTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class com.google.template.soy.types.parse.TypeParserTokenManager
Set debug output.
setDeclaredSyntaxVersionName(String) - Method in class com.google.template.soy.shared.SoyGeneralOptions
Sets the user-declared syntax version name for the Soy file bundle.
setDeclaredSyntaxVersionName(String) - Method in class com.google.template.soy.SoyFileSet.Builder
Sets the user-declared syntax version name for the Soy file bundle.
setDeclaredTypeExpression(Node.TypeDeclarationNode) - Method in class com.google.javascript.rhino.Node
Sets the syntactical type specified on this node.
SetDefaultForDelcallAllowsEmptyDefaultVisitor - Class in com.google.template.soy.parsepasses
Visitor for setting the default value of CallDelegateNode.allowsEmptyDefault for all 'delcall's where it is not specified by the user.
SetDefaultForDelcallAllowsEmptyDefaultVisitor(SyntaxVersion, ErrorReporter) - Constructor for class com.google.template.soy.parsepasses.SetDefaultForDelcallAllowsEmptyDefaultVisitor
 
setDefineReplacements(Map<String, Object>) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setDefineToBooleanLiteral(String, boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
Sets the value of the @define variable in JS to a boolean literal.
setDefineToDoubleLiteral(String, double) - Method in class com.google.javascript.jscomp.CompilerOptions
Sets the value of the @define variable in JS to a number literal.
setDefineToNumberLiteral(String, int) - Method in class com.google.javascript.jscomp.CompilerOptions
Sets the value of the @define variable in JS to a number literal.
setDefineToStringLiteral(String, String) - Method in class com.google.javascript.jscomp.CompilerOptions
Sets the value of the @define variable in JS to a String literal.
setDefn(VarDefn) - Method in class com.google.template.soy.exprtree.VarRefNode
 
setDependencyOptions(DependencyOptions) - Method in class com.google.javascript.jscomp.CompilerOptions
Sets dependency options.
setDependencyPruning(boolean) - Method in class com.google.javascript.jscomp.DependencyOptions
Enables or disables dependency pruning mode.
setDependencySorting(boolean) - Method in class com.google.javascript.jscomp.DependencyOptions
Enables or disables dependency sorting mode.
setDeps(List<String>) - Method in class org.plovr.ModuleConfig.ModuleInfo
 
setDepth(int) - Method in class com.google.javascript.jscomp.JSModule
 
setDesc(String) - Method in class com.google.javascript.jscomp.JsMessage.Builder
Sets the description of the message, which helps translators.
setDescription(String) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
 
setDescription(String) - Method in class org.plovr.docgen.ClassDescriptor.Builder
 
setDescription(String) - Method in class org.plovr.docgen.EnumDescriptor.Builder
 
setDescription(String) - Method in class org.plovr.docgen.LibraryDescriptor.Builder
 
setDescription(String) - Method in class org.plovr.docgen.MethodDescriptor.Builder
 
setDescription(String) - Method in class org.plovr.docgen.ParamDescriptor.Builder
 
setDestination(DiGraph.DiGraphNode<N, E>) - Method in interface com.google.javascript.jscomp.graph.DiGraph.DiGraphEdge
 
setDevirtualizePrototypeMethods(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setDevMode(CompilerOptions.DevMode) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setDict() - Method in class com.google.javascript.rhino.jstype.FunctionType
 
setDirectives(Set<String>) - Method in class com.google.javascript.rhino.Node
Sets the ES5 directives on this node.
setDisambiguatePrivateProperties(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setDisambiguateProperties(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setDisambiguateProperties(boolean) - Method in class org.plovr.Config.Builder
 
setDocumentationOutputDirectory(File) - Method in class org.plovr.Config.Builder
 
setDontAddToCache(boolean) - Method in interface com.google.template.soy.tofu.SoyTofu.Renderer
If set to true, indicates that we should not add the current combination of SoyMsgBundle and SoyCssRenamingMap to the cache if it's not already there.
setDouble(double) - Method in class com.google.javascript.rhino.Node
Can only be called when getType() == Token.NUMBER
setEliminateDeadStyles(boolean) - Method in class com.google.common.css.JobDescriptionBuilder
 
setEncoding(String) - Method in class com.google.javascript.jscomp.ant.CompileTask
Set input file encoding
setEndLocation(int, int, int) - Method in class com.google.common.css.SourceCodeLocationBuilder
 
setEndLocation(SourceCodeLocation.SourceCodePoint) - Method in class com.google.common.css.SourceCodeLocationBuilder
 
setEntryPoints(Collection<String>) - Method in class com.google.javascript.jscomp.DependencyOptions
Adds a collection of symbols to always keep.
setEnvironment(String) - Method in class com.google.javascript.jscomp.ant.CompileTask
Set the environment which determines the builtin extern set.
setEnvironment(CompilerOptions.Environment) - Method in class com.google.javascript.jscomp.CompilerOptions
Set which set of builtin externs to use.
setErrorFormat(ErrorFormat) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setErrorHandler(ErrorHandler) - Method in class com.google.javascript.jscomp.CompilerOptions
Set a custom handler for warnings and errors.
setErrorManager(ErrorManager) - Method in class com.google.javascript.jscomp.Compiler
Sets the error manager.
setErrors(String[]) - Method in class com.google.javascript.rhino.testing.TestErrorReporter
 
setErrorStream(PrintStream) - Method in class org.plovr.Config.Builder
 
setEscapingDirectiveNames(ImmutableList<String>) - Method in class com.google.template.soy.soytree.CallNode
Sets the inferred escaping directives.
setEscapingDirectiveNames(ImmutableList<String>) - Method in class com.google.template.soy.soytree.MsgFallbackGroupNode
Sets the inferred escaping directives from the contextual engine.
setExcludeClosureLibrary(boolean) - Method in class org.plovr.Config.Builder
 
setExcludedClassesFromRenaming(List<String>) - Method in class com.google.common.css.JobDescriptionBuilder
 
setExpectedContentKind(SanitizedContent.ContentKind) - Method in interface com.google.template.soy.jbcsrc.api.SoySauce.Renderer
Sets the expected content kind.
setExperimentalCompilerOptions(JsonObject) - Method in class org.plovr.Config.Builder
 
setExportLocalPropertyDefinitions(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setExportTestFunctions(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setExportTestFunctions(boolean) - Method in class org.plovr.Config.Builder
 
setExtendedInterfaces(List<ObjectType>) - Method in class com.google.javascript.rhino.jstype.FunctionType
 
setExternExports(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setExternExportsPath(String) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setExtraAnnotationNames(Iterable<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setExtractPrototypeMemberDeclarations(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setExtractPrototypeMemberDeclarations(CompilerOptions.ExtractPrototypeMemberDeclarationsMode) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setExtraLoopIndices(int, int) - Method in class com.google.template.soy.soytree.defn.LoopVar
 
setExtraSmartNameRemoval(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setField(String, SoyValueProvider) - Method in class com.google.template.soy.data.internal.AugmentedParamStore
 
setField(String, SoyValueProvider) - Method in class com.google.template.soy.data.internal.BasicParamStore
 
setField(String, SoyValueProvider) - Method in class com.google.template.soy.data.internal.EasyDictImpl
 
setField(String, SoyValueProvider) - Method in class com.google.template.soy.data.internal.ParamStore
Sets a field (i.e.
setField(String, SoyValueProvider) - Method in interface com.google.template.soy.data.SoyEasyDict
Sets a field of this dict.
setFieldsFromJavaStringMap(Map<String, ?>) - Method in class com.google.template.soy.data.internal.EasyDictImpl
 
setFieldsFromJavaStringMap(Map<String, ?>) - Method in interface com.google.template.soy.data.SoyEasyDict
Sets fields on this dict from a Java string-keyed map.
setFileOrResourceName(String) - Method in exception com.google.template.soy.msgs.SoyMsgException
Sets the name of the file or resource associated with this error.
setFingerprintJsFiles(boolean) - Method in class org.plovr.Config.Builder
 
setFlowSensitiveInlineVariables(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setFoldConstants(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setForceRecompile(boolean) - Method in class com.google.javascript.jscomp.ant.CompileTask
Set force recompile option
setFrom(CssValueNode) - Method in class com.google.common.css.compiler.ast.CssForLoopRuleNode
 
SetFullCalleeNamesVisitor - Class in com.google.template.soy.parsepasses
Visitor for setting the full callee name on each CallBasicNode whose callee name in the source code either (a) is a partial template name or (b) starts with an alias.
SetFullCalleeNamesVisitor(ErrorReporter) - Constructor for class com.google.template.soy.parsepasses.SetFullCalleeNamesVisitor
 
setFunctionType(RawNominalType) - Method in class com.google.javascript.jscomp.newtypes.JSTypes
 
setGatherCssNames(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setGeneralOptions(SoyGeneralOptions) - Method in class com.google.template.soy.SoyFileSet.Builder
Sets all Soy general options.
setGenerateExports(boolean) - Method in class com.google.javascript.jscomp.ant.CompileTask
Set generateExports option
setGenerateExports(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setGeneratePseudoNames(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setGeneratorMarker(boolean) - Method in class com.google.javascript.rhino.Node
Sets whether this node is a marker used in the translation of generators.
setGeneratorSafe(boolean) - Method in class com.google.javascript.rhino.Node
 
setGeneratorTarget(String) - Method in class com.google.javascript.jscomp.WhitelistWarningsGuard.WhitelistBuilder
Fill in instructions on how to generate this whitelist.
setGlobalScopeName(String) - Method in class org.plovr.Config.Builder
 
setGoogMsgsAreExternal(boolean) - Method in class com.google.template.soy.jssrc.SoyJsSrcOptions
Sets whether the generated Closure Library message definitions are for external messages (only applicable if shouldGenerateGoogMsgDefs is true).
setGroup(String) - Method in class com.google.javascript.jscomp.ant.Warning
 
setGssFunctionMapProvider(GssFunctionMapProvider) - Method in class com.google.common.css.JobDescriptionBuilder
 
setGssFunctionMapProvider(String) - Method in class org.plovr.Config.Builder
 
setHeaderDecls(TemplateNodeBuilder.DeclInfo...) - Method in class com.google.template.soy.soytree.TemplateBasicNodeBuilder
 
setHeaderDecls(TemplateNodeBuilder.DeclInfo...) - Method in class com.google.template.soy.soytree.TemplateDelegateNodeBuilder
 
setHeaderDecls(Collection<TemplateNodeBuilder.DeclInfo>) - Method in class com.google.template.soy.soytree.TemplateNodeBuilder
Sets the template header decls.
setHeaderDecls(TemplateNodeBuilder.DeclInfo...) - Method in class com.google.template.soy.soytree.TemplateNodeBuilder
Sets the template header decls.
setId(int) - Method in class com.google.template.soy.soytree.AbstractSoyNode
 
setId(int) - Method in interface com.google.template.soy.soytree.SoyNode
Sets this node's id.
setId(int) - Method in class com.google.template.soy.soytree.TemplateBasicNodeBuilder
 
setId(int) - Method in class com.google.template.soy.soytree.TemplateDelegateNodeBuilder
 
setId(int) - Method in class com.google.template.soy.soytree.TemplateNodeBuilder
Sets the id for the node to be built.
setId(String) - Method in class org.plovr.Config.Builder
 
setIdeMode(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setIdGenerators(Set<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
Sets the id generators to replace.
setIdGenerators(Map<String, RenamingMap>) - Method in class com.google.javascript.jscomp.CompilerOptions
Sets the id generators to replace.
setIdGenerators(Set<String>) - Method in class org.plovr.Config.Builder
 
setIdGeneratorsMap(String) - Method in class com.google.javascript.jscomp.CompilerOptions
A previous map of ids (serialized to a string by a previous compile).
setIdRenamingMap(SoyIdRenamingMap) - Method in interface com.google.template.soy.tofu.SoyTofu.Renderer
Sets the ID renaming map.
setIj(Map<String, ?>) - Method in interface com.google.template.soy.jbcsrc.api.SoySauce.Renderer
Configures the $ij to pass to the template.
setIjData(Map<String, ?>) - Method in interface com.google.template.soy.tofu.SoyTofu.Renderer
Sets the injected data to call the template with.
setIjData(SoyRecord) - Method in interface com.google.template.soy.tofu.SoyTofu.Renderer
Sets the injected data to call the template with.
setImplementedInterfaces(List<ObjectType>) - Method in class com.google.javascript.rhino.jstype.FunctionType
 
setImplicitMatch(boolean) - Method in class com.google.javascript.rhino.jstype.FunctionType
sets the current interface type to support structural interface matching (abbr.
setIncludeGoogBase(boolean) - Method in class com.google.javascript.jscomp.deps.JsFileParser
Sets whether we should create implicit provides and requires of the root namespace.
setInferConst(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setInferTypes(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
If true, enables type inference.
setInlineConstantVars(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setInlineFunctions(CompilerOptions.Reach) - Method in class com.google.javascript.jscomp.CompilerOptions
Set the function inlining policy for the compiler.
setInlineFunctions(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setInlineGetters(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setInlineLocalFunctions(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setInlineLocalVariables(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setInlineProperties(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
Set the function inlining policy for the compiler.
setInlineVariables(CompilerOptions.Reach) - Method in class com.google.javascript.jscomp.CompilerOptions
Set the variable inlining policy for the compiler.
setInlineVariables(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setInputAnonymousFunctionNamingMap(VariableMap) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setInputDelimiter(String) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setInputId(InputId) - Method in class com.google.javascript.rhino.Node
 
setInputOrientation(JobDescription.InputOrientation) - Method in class com.google.common.css.JobDescriptionBuilder
 
setInputPropertyMap(VariableMap) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setInputs(List<SourceCode>) - Method in class com.google.common.css.JobDescriptionBuilder
 
setInputs(List<String>) - Method in class org.plovr.ModuleConfig.ModuleInfo
 
setInputVariableMap(VariableMap) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setInstrumentationTemplate(Instrumentation) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setInstrumentForCoverage(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
Set whether or not code should be modified to provide coverage information.
setIntermediateState(PassConfig.State) - Method in class com.google.javascript.jscomp.DefaultPassConfig
 
setIntermediateState(PassConfig.State) - Method in class com.google.javascript.jscomp.PassConfig
Set the intermediate state for a pass config, to restart a compilation process that had been previously paused.
setIsAddedBlock(boolean) - Method in class com.google.javascript.rhino.Node
Sets whether this is an added block that should not be considered a real source block.
setIsArrowFunction(boolean) - Method in class com.google.javascript.rhino.Node
Sets whether this node is a arrow function node.
setIsConstructor(boolean) - Method in class com.google.javascript.rhino.jstype.FunctionBuilder
Set whether this is a constructor.
setIsDefault(boolean) - Method in class com.google.common.css.compiler.ast.CssValueNode
 
setIsGeneratorFunction(boolean) - Method in class com.google.javascript.rhino.Node
Sets whether this node is a generator node.
setIsHidden(boolean) - Method in class com.google.javascript.jscomp.JsMessage.Builder
Sets whether the message should be hidden from volunteer translators.
setIsSyntheticBlock(boolean) - Method in class com.google.javascript.rhino.Node
Sets whether this is a synthetic block that should not be considered a real source block.
setIsUsingIjData(boolean) - Method in class com.google.template.soy.jssrc.SoyJsSrcOptions
Sets whether to enable use of injected data (syntax is '$ij.*').
setItem(T) - Method in class com.google.javascript.rhino.SourcePosition
Sets the item that this source position references.
setItemsFromDict(SoyDict) - Method in class com.google.template.soy.data.internal.EasyDictImpl
 
setItemsFromDict(SoyDict) - Method in interface com.google.template.soy.data.SoyEasyDict
Sets items in this dict from another dict.
setJSDocInfo(JSDocInfo) - Method in class com.google.javascript.rhino.jstype.ObjectType
Sets the docInfo for this type from the given JSDocInfo.
setJSDocInfo(JSDocInfo) - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
setJSDocInfo(JSDocInfo) - Method in class com.google.javascript.rhino.Node
Sets the JSDocInfo attached to this node.
setJSType(JSType) - Method in class com.google.javascript.rhino.Node
 
setKey(String) - Method in class com.google.javascript.jscomp.JsMessage.Builder
 
setKeyValue(String) - Method in class com.google.common.css.compiler.ast.CssKeyNode
 
setLabelRenaming(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setLanguage(CompilerOptions.LanguageMode) - Method in class com.google.javascript.jscomp.CompilerOptions
Sets ECMAScript version to use.
setLanguageIn(String) - Method in class com.google.javascript.jscomp.ant.CompileTask
Set the language to which input sources conform.
setLanguageIn(CompilerOptions.LanguageMode) - Method in class com.google.javascript.jscomp.CompilerOptions
Sets ECMAScript version to use for the input.
setLanguageIn(CompilerOptions.LanguageMode) - Method in class org.plovr.Config.Builder
 
setLanguageOut(CompilerOptions.LanguageMode) - Method in class com.google.javascript.jscomp.CompilerOptions
Sets ECMAScript version to use for the output.
setLanguageOut(CompilerOptions.LanguageMode) - Method in class org.plovr.Config.Builder
 
setLastGeneration(boolean) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Sets whether this is the last generation.
setLength(int) - Method in class com.google.javascript.rhino.Node
 
setLevel(CheckLevel) - Method in class com.google.javascript.jscomp.ant.Warning
 
setLineBreak(boolean) - Method in class com.google.javascript.jscomp.CodePrinter.Builder
Sets whether line breaking should be done automatically.
setLineBreak(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setLineLengthThreshold(int) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setLineno(int) - Method in class com.google.javascript.rhino.Node
 
setLocale(String) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setLocalTypeRegistry(SoyTypeRegistry) - Method in class com.google.template.soy.SoyFileSet.Builder
Override the global type registry with one that is local to this file set.
setLocalVariableIndex(int) - Method in interface com.google.template.soy.exprtree.VarDefn
Assigns the index of this variable in the local variable table for its containing template.
setLocalVariableIndex(int) - Method in class com.google.template.soy.soytree.defn.InjectedParam
 
setLocation(int, int, int) - Method in class com.google.common.css.SourceCodeLocationBuilder
 
setLoggingLevel(Level) - Static method in class com.google.javascript.jscomp.Compiler
Sets the logging level for the com.google.javascript.jscomp package.
setManageClosureDependencies(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
Sort inputs by their goog.provide/goog.require calls, and prune inputs whose symbols are not required.
setManageClosureDependencies(List<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
Sort inputs by their goog.provide/goog.require calls.
setManageDependencies(boolean) - Method in class com.google.javascript.jscomp.ant.CompileTask
 
setMarkAsCompiled(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setMarkNoSideEffectCalls(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setMaxFunctionSizeAfterInlining(int) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setMaxLocalVariableTableSize(int) - Method in class com.google.template.soy.soytree.TemplateNode
 
setMeaning(String) - Method in class com.google.javascript.jscomp.JsMessage.Builder
Sets the programmer-specified meaning of this message, which forces this message to translate differently.
setMessageBundle(MessageBundle) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setModule(JSModule) - Method in class com.google.javascript.jscomp.CompilerInput
Sets the module to which the input belongs.
setModuleRoots(List<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
Sets the module roots.
setMoocherDropping(boolean) - Method in class com.google.javascript.jscomp.DependencyOptions
Enables or disables moocher dropping mode.
setMoveFunctionDeclarations(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setMsgBundle(SoyMsgBundle) - Method in interface com.google.template.soy.jbcsrc.api.SoySauce.Renderer
Configures the bundle of translated messages to use.
setMsgBundle(SoyMsgBundle) - Method in interface com.google.template.soy.tofu.SoyTofu.Renderer
Sets the bundle of translated messages, or null to use the messages from the Soy source.
setMutatesArguments() - Method in class com.google.javascript.rhino.Node.SideEffectFlags
 
setMutatesGlobalState() - Method in class com.google.javascript.rhino.Node.SideEffectFlags
 
setMutatesThis() - Method in class com.google.javascript.rhino.Node.SideEffectFlags
 
setName(String) - Method in class org.plovr.docgen.ClassDescriptor.Builder
 
setName(String) - Method in class org.plovr.docgen.EnumDescriptor.Builder
 
setName(String) - Method in class org.plovr.docgen.LibraryDescriptor.Builder
 
setName(String) - Method in class org.plovr.docgen.MethodDescriptor.Builder
 
setName(String) - Method in class org.plovr.docgen.ParamDescriptor.Builder
 
setName(String) - Method in class org.plovr.ModuleConfig.ModuleInfo
 
setNameReferenceGraphPath(String) - Method in class com.google.javascript.jscomp.CompilerOptions
Where to save the name reference graph
setNameReferenceReportPath(String) - Method in class com.google.javascript.jscomp.CompilerOptions
Where to save a cross-reference report from the name reference graph
setNewTypeInference(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setNewTypeInference(boolean) - Method in class org.plovr.Config.Builder
 
setNode(Node) - Method in class com.google.javascript.rhino.jstype.Property
 
setNote(String) - Method in class com.google.javascript.jscomp.WhitelistWarningsGuard.WhitelistBuilder
A note to include at the top of the whitelist file.
setNumberInstance(JSType) - Method in class com.google.javascript.jscomp.newtypes.JSTypes
 
setNumericPart(String) - Method in class com.google.common.css.compiler.ast.CssNumericNode
 
setObjectType(RawNominalType) - Method in class com.google.javascript.jscomp.newtypes.JSTypes
 
setOptimizeArgumentsArray(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setOptimizeCalls(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setOptimizeParameters(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setOptimizeReturns(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setOptimizeStrategy(JobDescription.OptimizeStrategy) - Method in class com.google.common.css.JobDescriptionBuilder
 
setOptionalArg(boolean) - Method in class com.google.javascript.rhino.Node
Sets whether this node is an optional argument node.
setOptionsForCompilationLevel(CompilerOptions) - Method in enum com.google.javascript.jscomp.CompilationLevel
 
setOptionsForWarningLevel(CompilerOptions) - Method in enum com.google.javascript.jscomp.WarningLevel
 
setOriginalMatchedNode(Node) - Method in class com.google.javascript.refactoring.SuggestedFix.Builder
Sets the node on this SuggestedFix that caused this SuggestedFix to be built in the first place.
setOriginalPath(String) - Method in class com.google.javascript.jscomp.SourceFile
 
setOutput(File) - Method in class com.google.javascript.jscomp.ant.CompileTask
Set output file.
setOutputCharset(String) - Method in class com.google.javascript.jscomp.CompilerOptions
Sets the output charset by name.
setOutputCharset(Charset) - Method in class org.plovr.Config.Builder
 
setOutputEncoding(String) - Method in class com.google.javascript.jscomp.ant.CompileTask
Set output file encoding
setOutputFile(File) - Method in class org.plovr.Config.Builder
 
setOutputFormat(JobDescription.OutputFormat) - Method in class com.google.common.css.JobDescriptionBuilder
 
setOutputJsStringUsage(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setOutputOrientation(JobDescription.OutputOrientation) - Method in class com.google.common.css.JobDescriptionBuilder
 
setOutputRenamingMapFormat(OutputRenamingMapFormat) - Method in class com.google.common.css.JobDescriptionBuilder
 
setOutputTypes(boolean) - Method in class com.google.javascript.jscomp.CodePrinter.Builder
Sets whether to output closure-style type annotations.
setOutputVarInited() - Method in class com.google.template.soy.shared.internal.CodeBuilder
Tells this CodeBuilder that the current output variable has already been initialized.
setOutputWrapper(String) - Method in class com.google.javascript.jscomp.ant.CompileTask
Set output wrapper.
setOutputWrapper(String) - Method in class org.plovr.Config.Builder
 
setOutputWrapperFile(File) - Method in class com.google.javascript.jscomp.ant.CompileTask
Set output wrapper file.
setParameters(List<CssValueNode>) - Method in class com.google.common.css.compiler.ast.CssAtRuleNode
 
setParamsToRuntimeCheck(Collection<TemplateParam>) - Method in class com.google.template.soy.soytree.CallBasicNode
Sets the names of the parameters that require runtime type checking against the callees formal types.
setParamsToRuntimeCheck(ImmutableMap<TemplateDelegateNode, ImmutableList<TemplateParam>>) - Method in class com.google.template.soy.soytree.CallDelegateNode
Sets the template params that require runtime type checking for each possible delegate target.
setParent(ParentNode<?>) - Method in class com.google.template.soy.basetree.AbstractNode
 
setParent(ParentNode<?>) - Method in interface com.google.template.soy.basetree.Node
Sets this node's parent.
setParentModuleCanSeeSymbolsDeclaredInChildren(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setParseJsDocDocumentation(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
Enables or disables the parsing of JSDoc documentation.
setPassConfig(PassConfig) - Method in class com.google.javascript.jscomp.Compiler
 
setPath(String) - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode.FileRef
Invoked reflectively by Ant when it sees a path="..." attribute.
setPathToClosureLibrary(String) - Method in class org.plovr.Config.Builder
 
setPattern(String) - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode.FunctionNamePredicate
Called reflectively by Ant with the value of the pattern="<glob>" attribute of the <libdefined> element.
setPolymerPass(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setPositionInformation(int, int, int, int) - Method in class com.google.javascript.rhino.SourcePosition
Sets the position information contained in this source position.
setPreferLineBreakAtEndOfFile(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setPreferSingleQuotes(boolean) - Method in class com.google.javascript.jscomp.ant.CompileTask
Normally, when there are an equal number of single and double quotes in a string, the compiler will use double quotes.
setPreferSingleQuotes(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
Normally, when there are an equal number of single and double quotes in a string, the compiler will use double quotes.
setPreferStableNames(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setPrefixMappings(List<SourceMap.LocationMapping>) - Method in class com.google.javascript.jscomp.SourceMap
 
setPreserveComments(boolean) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
Whether comments in the CSS nodes are preserved in the pretty printed output.
setPreserveComments(boolean) - Method in class com.google.common.css.JobDescriptionBuilder
 
setPreserveGoogRequires(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setPreserveTypeAnnotations(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setPrettyPrint(boolean) - Method in class com.google.javascript.jscomp.ant.CompileTask
Set pretty print formatting option
setPrettyPrint(boolean) - Method in class com.google.javascript.jscomp.CodePrinter.Builder
Sets whether pretty printing should be used.
setPrettyPrint(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setPrettyPrint(boolean) - Method in class org.plovr.Config.Builder
 
setPrintInputDelimiter(boolean) - Method in class com.google.javascript.jscomp.ant.CompileTask
Set print input delimiter formatting option
setPrintInputDelimiter(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setPrintInputDelimiter(boolean) - Method in class org.plovr.Config.Builder
 
setProcessCommonJSModules(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
Rewrites CommonJS modules so that modules can be concatenated together, by renaming all globals to avoid conflicting with other modules.
setProcessDependencies(boolean) - Method in class com.google.common.css.JobDescriptionBuilder
 
setProcessObjectPropertyString(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
If true, process goog.testing.ObjectPropertyString instances.
setProductName(String) - Method in class com.google.javascript.jscomp.WhitelistWarningsGuard.WhitelistBuilder
Fill in your product name to get a fun message!
setPropertyInvalidationErrors(Map<String, CheckLevel>) - Method in class com.google.javascript.jscomp.CompilerOptions
Sets the list of properties that we report property invalidation errors for.
setPropertyJSDocInfo(String, JSDocInfo) - Method in class com.google.javascript.rhino.jstype.NoObjectType
 
setPropertyJSDocInfo(String, JSDocInfo) - Method in class com.google.javascript.rhino.jstype.ObjectType
Sets the docInfo for the specified property from the JSDocInfo on its definition.
setPropertyJSDocInfo(String, JSDocInfo) - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
 
setPropertyJSDocInfo(String, JSDocInfo) - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
setPropertyMapInputFile(File) - Method in class org.plovr.Config.Builder
 
setPropertyMapOutputFile(File) - Method in class org.plovr.Config.Builder
 
setPropertyName(CssPropertyNode) - Method in class com.google.common.css.compiler.ast.CssDeclarationNode
 
setPropertyNode(String, Node) - Method in class com.google.javascript.rhino.jstype.ObjectType
Sets the node where the property was defined.
setPropertyNode(String, Node) - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
 
setPropertyRenaming(PropertyRenamingPolicy) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setPropertyValue(CssPropertyValueNode) - Method in class com.google.common.css.compiler.ast.CssDeclarationNode
 
setProtectHiddenSideEffects(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
When enabled, assume that apparently side-effect free code is meaningful.
setPrototypeBasedOn(ObjectType) - Method in class com.google.javascript.rhino.jstype.FunctionType
Sets the prototype, creating the prototype object from the given base type.
setQuotedString() - Method in class com.google.javascript.rhino.Node
This should only be called for STRING nodes children of OBJECTLIT.
setRecordFunctionInformation(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setReferencedRules(Set<String>, String) - Method in class com.google.common.css.compiler.passes.MarkRemovableRulesetNodes
Sets the reference rules.
setRefiners(CssRefinerListNode) - Method in class com.google.common.css.compiler.ast.CssSelectorNode
 
setRegexpInstance(JSType) - Method in class com.google.javascript.jscomp.newtypes.JSTypes
 
setRemoveAbstractMethods(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setRemoveClosureAsserts(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setRemoveDeadCode(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setRemoveUnusedClassProperties(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setRemoveUnusedConstructorProperties(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setRemoveUnusedLocalVars(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setRemoveUnusedPrototypeProperties(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setRemoveUnusedPrototypePropertiesInExterns(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setRemoveUnusedVariables(CompilerOptions.Reach) - Method in class com.google.javascript.jscomp.CompilerOptions
Set the variable removal policy for the compiler.
setRemoveUnusedVars(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setRenamePrefix(String) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setRenamePrefixNamespace(String) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setRenamingPolicy(VariableRenamingPolicy, PropertyRenamingPolicy) - Method in class com.google.javascript.jscomp.CompilerOptions
Sets the variable and property renaming policies for the compiler, in a way that clears warnings about the renaming policy being uninitialized from flags.
setReplaceIdGenerators(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setReplaceMessagesWithChromeI18n(boolean, String) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setReplaceProperties(boolean) - Method in class com.google.javascript.jscomp.ant.CompileTask
Whether to replace @define lines with properties
setReplacePropertiesPrefix(String) - Method in class com.google.javascript.jscomp.ant.CompileTask
Set the replacement property prefix.
setReplaceStringsConfiguration(String, List<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
Sets the functions whose debug strings to replace.
setReplaceStringsFunctionDescriptions(List<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setReplaceStringsInputMap(VariableMap) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setReplaceStringsPlaceholderToken(String) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setReplaceStringsReservedStrings(Set<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setReportMissingOverride(CheckLevel) - Method in class com.google.javascript.jscomp.CompilerOptions
Flags a warning if a property is missing the @override annotation, but it overrides a base class property.
setReportPath(String) - Method in class com.google.javascript.jscomp.CompilerOptions
Where to save a report of global name usage
setRequireCssCmdText(Map<String, String>) - Method in class com.google.template.soy.soytree.TemplateNodeBuilder
 
setRequiredCssNamespaces(ImmutableList<String>) - Method in class com.google.template.soy.soytree.TemplateNodeBuilder
 
setReserveRawExports(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setResult(List<CssValueNode>) - Method in class com.google.common.css.compiler.ast.CssCustomFunctionNode.CssCustomFunctionNodeProxy
Sets the results of function computation for this node, can set results on the proxied node.
setResult(List<CssValueNode>) - Method in class com.google.common.css.compiler.ast.CssCustomFunctionNode
Saves the value of function computation for later use.
setReturnsTainted() - Method in class com.google.javascript.rhino.Node.SideEffectFlags
 
setReturnType(TypeExpression) - Method in class org.plovr.docgen.MethodDescriptor.Builder
 
setRewriteFunctionExpressions(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setRuntimeTypeCheck(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setRuntimeTypeCheckLogFunction(String) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setScope(CssNode) - Method in class com.google.common.css.compiler.ast.CssConstantReferenceNode
 
setSelector(CssSelectorNode) - Method in class com.google.common.css.compiler.ast.CssCombinatorNode
 
setSelectorName(String) - Method in class com.google.common.css.compiler.ast.CssSelectorNode
 
setSelectors(CssSelectorListNode) - Method in class com.google.common.css.compiler.ast.CssRulesetNode
 
setShadowVariables(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
Should shadow outer scope variable name during renaming.
setShortcutMode(boolean) - Method in class com.google.javascript.jscomp.deps.JsFileLineParser
In shortcut mode, the file line parser can stop reading early if it thinks it found enough information.
setShouldAllowDeprecatedSyntax(boolean) - Method in class com.google.template.soy.jssrc.SoyJsSrcOptions
Sets whether to allow deprecated syntax (semi backwards compatible mode).
setShouldBeFlipped(boolean) - Method in class com.google.common.css.compiler.ast.CssNode
Marks a node whether it should be flipped or not.
setShouldDeclareTopLevelNamespaces(boolean) - Method in class com.google.template.soy.jssrc.SoyJsSrcOptions
Sets whether we should generate code to declare the top level namespace.
setShouldGenerateGoogMsgDefs(boolean) - Method in class com.google.template.soy.jssrc.SoyJsSrcOptions
Sets whether we should generate Closure Library message definitions (i.e.
setShouldGenerateJsdoc(boolean) - Method in class com.google.template.soy.jssrc.SoyJsSrcOptions
Sets whether we should generate JSDoc with type info for the Closure Compiler.
setShouldProvideBothSoyNamespacesAndJsFunctions(boolean) - Method in class com.google.template.soy.jssrc.SoyJsSrcOptions
Sets whether we should generate code to provide both Soy namespaces and JS functions.
setShouldProvideRequireJsFunctions(boolean) - Method in class com.google.template.soy.jssrc.SoyJsSrcOptions
Sets whether we should generate code to provide/require template JS functions.
setShouldProvideRequireSoyNamespaces(boolean) - Method in class com.google.template.soy.jssrc.SoyJsSrcOptions
Sets whether we should generate code to provide/require Soy namespaces.
setSideEffectFlags(int) - Method in class com.google.javascript.rhino.Node
Marks this function or constructor call's side effect flags.
setSideEffectFlags(Node.SideEffectFlags) - Method in class com.google.javascript.rhino.Node
 
setSimplifyCss(boolean) - Method in class com.google.common.css.JobDescriptionBuilder
 
setSkipNonTranspilationPasses(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
Skip all passes (other than transpilation, if requested).
setSkipTranspilationAndCrash(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
Allow disabling ES6 to ES3 transpilation.
setSmartNameRemoval(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setSource(DiGraph.DiGraphNode<N, E>) - Method in interface com.google.javascript.jscomp.graph.DiGraph.DiGraphEdge
 
setSource(Node) - Method in interface com.google.javascript.rhino.FunctionTypeI
 
setSource(Node) - Method in class com.google.javascript.rhino.jstype.FunctionType
Sets the source node.
setSourceCode(SourceCode) - Method in class com.google.common.css.SourceCodeLocationBuilder
 
setSourceCodeLocation(SourceCodeLocation) - Method in class com.google.common.css.compiler.ast.CssNode
 
setSourceEncodedPosition(int) - Method in class com.google.javascript.rhino.Node
 
setSourceEncodedPositionForTree(int) - Method in class com.google.javascript.rhino.Node
 
setSourceFile(SourceFile) - Method in class com.google.javascript.jscomp.CompilerInput
 
setSourceFile(SourceFile) - Method in class com.google.javascript.jscomp.JsAst
 
setSourceFile(SourceFile) - Method in interface com.google.javascript.jscomp.SourceAst
Sets the source file the generated AST represents.
setSourceFile(SourceFile) - Method in class com.google.javascript.jscomp.SyntheticAst
 
setSourceFileForTesting(String) - Method in class com.google.javascript.rhino.Node
Sets the source file to a non-extern file of the given name.
setSourceLocaleString(String) - Method in class com.google.template.soy.msgs.SoyMsgBundleHandler.OutputFileOptions
Sets the source locale string for an output messages file.
setSourceMap(SourceMap) - Method in class com.google.javascript.jscomp.CodePrinter.Builder
Sets the source map to which to write the metadata about the generated source code.
setSourceMapDetailLevel(SourceMap.DetailLevel) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setSourceMapFormat(String) - Method in class com.google.javascript.jscomp.ant.CompileTask
 
setSourceMapFormat(SourceMap.Format) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setSourceMapLevel(JobDescription.SourceMapDetailLevel) - Method in class com.google.common.css.JobDescriptionBuilder
 
setSourceMapLocationMapping(String) - Method in class com.google.javascript.jscomp.ant.CompileTask
 
setSourceMapLocationMappings(List<SourceMap.LocationMapping>) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setSourceMapOutputFile(File) - Method in class com.google.javascript.jscomp.ant.CompileTask
 
setSourceMapOutputPath(String) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setSourceName(String) - Method in class com.google.javascript.jscomp.JsMessage.Builder
 
setSourceRoot(String) - Method in class com.google.common.css.compiler.passes.DefaultGssSourceMapGenerator
Sets the prefix to be added to the beginning of each source path passed to DefaultGssSourceMapGenerator.addMapping(com.google.common.css.compiler.passes.DefaultGssSourceMapGenerator.Mapping) as debuggers expect (prefix + sourceName) to be a URL for loading the source code.
setSourceRoot(String) - Method in interface com.google.common.css.compiler.passes.GssSourceMapGenerator
A prefix to be added to the beginning of each source file name.
setSourceRoot(String) - Method in class com.google.common.css.compiler.passes.NullGssSourceMapGenerator
 
setSourceRoot(String) - Method in class com.google.debugging.sourcemap.SourceMapGeneratorV3
setSoyAstCache(SoyAstCache) - Method in class com.google.template.soy.SoyFileSet.Builder
Configures to use an AST cache to speed up development time.
setSoyDoc(String) - Method in class com.google.template.soy.soytree.TemplateBasicNodeBuilder
 
setSoyDoc(String) - Method in class com.google.template.soy.soytree.TemplateDelegateNodeBuilder
 
setSoyDoc(String) - Method in class com.google.template.soy.soytree.TemplateNodeBuilder
Sets the SoyDoc for the node to be built.
setSoyUseInjectedData(boolean) - Method in class org.plovr.Config.Builder
 
setStarHack(boolean) - Method in class com.google.common.css.compiler.ast.CssDeclarationNode
Sets the hasStarHack attribute to the given value.
setStartingPosition(int, int) - Method in interface com.google.debugging.sourcemap.SourceMapGenerator
Sets the source code that exists in the buffer for which the generated code is being generated.
setStartingPosition(int, int) - Method in class com.google.debugging.sourcemap.SourceMapGeneratorV3
Sets the source code that exists in the buffer for which the generated code is being generated.
setStartingPosition(int, int) - Method in class com.google.javascript.jscomp.SourceMap
 
setStaticMember(boolean) - Method in class com.google.javascript.rhino.Node
Sets whether this node is a static member node.
setStaticSourceFile(StaticSourceFile) - Method in class com.google.javascript.rhino.Node
 
setStep(CssValueNode) - Method in class com.google.common.css.compiler.ast.CssForLoopRuleNode
 
setStrictAutoescapingRequired(boolean) - Method in class com.google.template.soy.shared.SoyGeneralOptions
Sets whether strict autoescaping is required.
setStrictAutoescapingRequired(boolean) - Method in class com.google.template.soy.SoyFileSet.Builder
Sets whether to force strict autoescaping.
setString(String) - Method in class com.google.javascript.rhino.Node
Can only be called for a Token.STRING or Token.NAME.
setStringInstance(JSType) - Method in class com.google.javascript.jscomp.newtypes.JSTypes
 
setStripNamePrefixes(Set<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setStripNameSuffixes(Set<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setStripNameSuffixes(Set<String>) - Method in class org.plovr.Config.Builder
 
setStripQuotes(boolean) - Method in class com.google.common.css.compiler.passes.PrettyPrinter
Whether to strip quotes from certain values.
setStripTypePrefixes(Set<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setStripTypePrefixes(Set<String>) - Method in class org.plovr.Config.Builder
 
setStripTypes(Set<String>) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setStruct() - Method in class com.google.javascript.rhino.jstype.FunctionType
 
setSubstituteType(SoyType) - Method in class com.google.template.soy.exprtree.VarRefNode
Override the type of the variable when used in this context.
setSummaryDetailLevel(int) - Method in class com.google.javascript.jscomp.CompilerOptions
Controls how detailed the compilation summary is.
setSummaryDetailLevel(int) - Method in class com.google.javascript.jscomp.PrintStreamErrorManager
 
setSuperClass(TypeExpression) - Method in class org.plovr.docgen.ClassDescriptor.Builder
 
setSupportContentSecurityPolicy(boolean) - Method in class com.google.template.soy.shared.SoyGeneralOptions
Pass true to enable CSP (Content Security Policy) support which adds an extra pass that marks inline scripts in templates specially so the browser can distinguish scripts written by trusted template authors from scripts injected via XSS.
setSupportContentSecurityPolicy(boolean) - Method in class com.google.template.soy.SoyFileSet.Builder
Pass true to enable CSP (Content Security Policy) support which adds an extra pass that marks inline scripts in templates specially so the browser can distinguish scripts written by trusted template authors from scripts injected via XSS.
setSwapLeftRightInUrl(boolean) - Method in class com.google.common.css.JobDescriptionBuilder
 
setSwapLtrRtlInUrl(boolean) - Method in class com.google.common.css.JobDescriptionBuilder
 
setSyntheticBlockEndMarker(String) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setSyntheticBlockStartMarker(String) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setTabSize(int) - Method in interface com.google.common.css.compiler.ast.CharStream
 
setTabSize(int) - Method in class com.google.common.css.compiler.ast.StringCharStream
 
setTabSize(int) - Method in class com.google.template.soy.exprparse.SimpleCharStream
 
setTabSize(int) - Method in class com.google.template.soy.soyparse.SimpleCharStream
 
setTabSize(int) - Method in class com.google.template.soy.types.parse.SimpleCharStream
 
setTagAsStrict(boolean) - Method in class com.google.javascript.jscomp.CodePrinter.Builder
Set whether the output should be tags as ECMASCRIPT 5 Strict.
setTargetLocaleString(String) - Method in class com.google.template.soy.msgs.SoyMsgBundleHandler.OutputFileOptions
Sets the target locale string for an output messages file.
setTemplateNames(String, String) - Method in class com.google.template.soy.soytree.TemplateNodeBuilder
 
setTemplateTypeNames(List<TemplateType>) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Sets the template type name.
SETTER_DEF - Static variable in class com.google.javascript.rhino.Token
Token types.
setTestTemplate(File) - Method in class org.plovr.Config.Builder
 
setThrows() - Method in class com.google.javascript.rhino.Node.SideEffectFlags
 
setTimeout(int) - Method in class com.google.javascript.jscomp.Compiler
Sets the timeout when Compiler is run in a thread
Settings - Class in org.plovr.io
 
setTo(CssValueNode) - Method in class com.google.common.css.compiler.ast.CssForLoopRuleNode
 
setTracerMode(CompilerOptions.TracerMode) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setTrackLineColumn(boolean) - Method in interface com.google.common.css.compiler.ast.CharStream
 
setTrackLineColumn(boolean) - Method in class com.google.common.css.compiler.ast.StringCharStream
 
setTransformAMDToCJSModules(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
Activates transformation of AMD to CommonJS modules.
setTreatWarningsAsErrors(boolean) - Method in class com.google.javascript.jscomp.PlovrCompilerOptions
If treatWarningsAsErrors is set to true, future calls to setWarningLevel will always interpret WARNING as ERROR.
setTreatWarningsAsErrors(boolean) - Method in class org.plovr.Config.Builder
 
setTrueConditionNames(List<String>) - Method in class com.google.common.css.JobDescriptionBuilder
 
setTrustedStrings(boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
Some people want to put arbitrary user input into strings, which are then run through the compiler.
setTweakProcessing(CompilerOptions.TweakProcessing) - Method in class com.google.javascript.jscomp.CompilerOptions
Sets how goog.tweak calls are processed.
setTweakReplacements(Map<String, Object>) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setTweakToBooleanLiteral(String, boolean) - Method in class com.google.javascript.jscomp.CompilerOptions
Sets the value of the tweak in JS to a boolean literal.
setTweakToDoubleLiteral(String, double) - Method in class com.google.javascript.jscomp.CompilerOptions
Sets the value of the tweak in JS to a number literal.
setTweakToNumberLiteral(String, int) - Method in class com.google.javascript.jscomp.CompilerOptions
Sets the value of the tweak in JS to a number literal.
setTweakToStringLiteral(String, String) - Method in class com.google.javascript.jscomp.CompilerOptions
Sets the value of the tweak in JS to a String literal.
setType(int) - Method in class com.google.javascript.rhino.Node
 
setType(SoyType) - Method in class com.google.template.soy.exprtree.AbstractParentExprNode
 
setType(SoyType) - Method in class com.google.template.soy.soytree.defn.LocalVar
Setter for the type - this is necessary because sometimes we don't know the variable type until after analysis.
setType(JSTypeExpression, AbstractCompiler) - Method in class org.plovr.docgen.TypeExpression.Builder
 
setTypeBasedOptimizationOptions(CompilerOptions) - Method in enum com.google.javascript.jscomp.CompilationLevel
Enable additional optimizations that use type information.
setTypedPercent(double) - Method in class com.google.javascript.jscomp.BasicErrorManager
 
setTypedPercent(double) - Method in interface com.google.javascript.jscomp.ErrorManager
Sets the percentage of typed expressions.
setTypeExpression(TypeExpression) - Method in class org.plovr.docgen.ParamDescriptor.Builder
 
setTypeI(TypeI) - Method in class com.google.javascript.rhino.Node
 
setTypeRegistry(TypeIRegistry) - Method in class com.google.javascript.jscomp.CodePrinter.Builder
 
setUnaliasableGlobals(String) - Method in class com.google.javascript.jscomp.CompilerOptions
A comma separated white-list of global names.
setUnit(String) - Method in class com.google.common.css.compiler.ast.CssNumericNode
 
setUnpackedKwargs(PyExpr) - Method in class com.google.template.soy.pysrc.restricted.PyFunctionExprBuilder
Unpacking keyword arguments will expand a dictionary into a series of keyword arguments.
setUp() - Method in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
setUseCaching(boolean) - Method in class com.google.template.soy.tofu.SoyTofuOptions
Sets whether the resulting SoyTofu instance should cache intermediate results after substitutions from the SoyMsgBundle and the SoyCssRenamingMap.
setUseGoogIsRtlForBidiGlobalDir(boolean) - Method in class com.google.template.soy.jssrc.SoyJsSrcOptions
Sets the Javascript code snippet that will evaluate at template runtime to a boolean value indicating whether the bidi global direction is rtl.
setUseInternalBidiFlipper(boolean) - Method in class com.google.common.css.JobDescriptionBuilder
 
setValidator(Predicate<JSType>) - Method in class com.google.javascript.rhino.jstype.JSType
Certain types have constraints on them at resolution-time.
setValidator(Predicate<JSType>) - Method in class com.google.javascript.rhino.jstype.NamedType
 
setValidator(Predicate<JSType>) - Method in class com.google.javascript.rhino.jstype.UnionType
 
setValue(String) - Method in class com.google.common.css.compiler.ast.CssNumericNode
 
setValue(String) - Method in class com.google.common.css.compiler.ast.CssStringNode
Establishes a value for this node by conservatively escaping value and delegating to CssStringNode.setConcreteValue(java.lang.String) to maintain consistency between the CssValueNode.value and the CssStringNode.concreteValue.
setValue(String) - Method in class com.google.common.css.compiler.ast.CssValueNode
Subclasses should perform additional consistency checks.
setVarArgs(boolean) - Method in class com.google.javascript.rhino.Node
Sets whether this node is a variable length argument node.
setVariableMapInputFile(File) - Method in class org.plovr.Config.Builder
 
setVariableMapOutputFile(File) - Method in class org.plovr.Config.Builder
 
setVariableRenaming(VariableRenamingPolicy) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setVendor(Vendor) - Method in class com.google.common.css.JobDescriptionBuilder
 
setWarning(String) - Method in class com.google.javascript.jscomp.ant.CompileTask
Set the warning level.
setWarningLevel(DiagnosticGroup, CheckLevel) - Method in class com.google.javascript.jscomp.CompilerOptions
Configure the given type of warning to the given level.
setWarningLevel(String, CheckLevel) - Method in class com.google.javascript.jscomp.CompilerOptions
Configure the given type of warning to the given level.
setWarningLevel(DiagnosticGroup, CheckLevel) - Method in class com.google.javascript.jscomp.PlovrCompilerOptions
 
setWarningLevel(WarningLevel) - Method in class org.plovr.Config.Builder
 
setWarnings(String[]) - Method in class com.google.javascript.rhino.testing.TestErrorReporter
 
setWarningsAsErrors(boolean) - Method in class com.google.common.css.compiler.commandline.DefaultCommandLineCompiler.CompilerErrorManager
 
setWarningsGuard(ComposeWarningsGuard) - Method in class com.google.javascript.jscomp.CompilerOptions
 
setWhen(CustomPassExecutionTime) - Method in class org.plovr.CustomPassConfig
 
setWrapperPrefix(String) - Method in interface com.google.debugging.sourcemap.SourceMapGenerator
Sets the prefix used for wrapping the generated source file before it is written.
setWrapperPrefix(String) - Method in class com.google.debugging.sourcemap.SourceMapGeneratorV3
Sets the prefix used for wrapping the generated source file before it is written.
setWrapperPrefix(String) - Method in class com.google.javascript.jscomp.SourceMap
 
setXidRenamingMap(SoyIdRenamingMap) - Method in interface com.google.template.soy.jbcsrc.api.SoySauce.Renderer
Configures the {xid ..} renaming map.
setYieldFor(boolean) - Method in class com.google.javascript.rhino.Node
Sets whether this node is a generator node.
SExprPrinter - Class in com.google.common.css.compiler.passes
Build up an s-expression corresponding to the AST for debugging purposes.
SExprPrinter(CssNode) - Constructor for class com.google.common.css.compiler.passes.SExprPrinter
A S-Expr printer for CssNode instances.
SExprPrinter(CssTree) - Constructor for class com.google.common.css.compiler.passes.SExprPrinter
A S-Expr printer for CssTree instances.
SExprPrinter(CssNode, boolean, boolean) - Constructor for class com.google.common.css.compiler.passes.SExprPrinter
A S-Expr printer for CssNode instances.
SExprPrinter(CssTree, boolean, boolean) - Constructor for class com.google.common.css.compiler.passes.SExprPrinter
A S-Expr printer for CssTree instances.
SharedModule - Class in com.google.template.soy.shared.internal
Guice module for shared classes.
SharedModule() - Constructor for class com.google.template.soy.shared.internal.SharedModule
 
SharedModule.Shared - Annotation Type in com.google.template.soy.shared.internal
Annotation for values provided by SharedModule (that need to be distinguished).
SharedPassesModule - Class in com.google.template.soy.sharedpasses
Guice module for shared passes.
SharedPassesModule() - Constructor for class com.google.template.soy.sharedpasses.SharedPassesModule
 
SharedRuntime - Class in com.google.template.soy.shared.internal
Runtime implementation of common expression operators to be shared between the jbcsrc and Tofu backends.
sheq(Node, Node) - Static method in class com.google.javascript.rhino.IR
"==="
SHEQ - Static variable in class com.google.javascript.rhino.Token
Token types.
shne(Node, Node) - Static method in class com.google.javascript.rhino.IR
"!=="
SHNE - Static variable in class com.google.javascript.rhino.Token
Token types.
SHORT_ESCAPER - Static variable in class com.google.common.css.compiler.ast.CssStringNode
Replaces characters that have no literal representation in CSS with their escape codes.
SHORTHAND_ASSIGNMENT_IN_ENUM - Static variable in class com.google.javascript.jscomp.lint.CheckEnums
 
shouldAllowDeprecatedSyntax() - Method in class com.google.template.soy.jssrc.SoyJsSrcOptions
Deprecated.
Use SoyGeneralOptions.getDeclaredSyntaxVersion().
shouldCancelAutoescape() - Method in class com.google.template.soy.basicdirectives.BasicEscapeDirective
 
shouldCancelAutoescape() - Method in class com.google.template.soy.basicdirectives.InsertWordBreaksDirective
 
shouldCancelAutoescape() - Method in class com.google.template.soy.coredirectives.EscapeHtmlDirective
 
shouldCancelAutoescape() - Method in class com.google.template.soy.coredirectives.IdDirective
 
shouldCancelAutoescape() - Method in class com.google.template.soy.coredirectives.NoAutoescapeDirective
 
shouldCancelAutoescape() - Method in interface com.google.template.soy.shared.restricted.SoyPrintDirective
Returns whether the appearance of this directive on a 'print' tag should cancel autoescape for that 'print' tag.
shouldCheckConformance(Node) - Method in class com.google.javascript.jscomp.ConformanceRules.AbstractRule
 
shouldColorizeErrorOutput() - Method in class com.google.javascript.jscomp.CompilerOptions
 
shouldDeclareTopLevelNamespaces() - Method in class com.google.template.soy.jssrc.SoyJsSrcOptions
Returns whether we should attempt to declare the top level namespace.
ShouldEnsureDataIsDefinedVisitor - Class in com.google.template.soy.sharedpasses
Visitor for determining whether a template needs to ensure that its data is defined.
ShouldEnsureDataIsDefinedVisitor(ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.ShouldEnsureDataIsDefinedVisitor
 
shouldFingerprintJsFiles() - Method in class org.plovr.Config
 
shouldGenerateGoogMsgDefs() - Method in class com.google.template.soy.jssrc.SoyJsSrcOptions
Returns whether we should generate Closure Library message definitions (i.e.
shouldGenerateJsdoc() - Method in class com.google.template.soy.jssrc.SoyJsSrcOptions
Returns whether we should generate JSDoc with type info for the Closure Compiler.
shouldParseDocumentation() - Method in class com.google.javascript.rhino.JSDocInfoBuilder
 
shouldPreserveTry() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether the @preserveTry annotation is present on this JSDocInfo.
shouldProvideBothSoyNamespacesAndJsFunctions() - Method in class com.google.template.soy.jssrc.SoyJsSrcOptions
Returns whether we should generate code to provide both Soy namespaces and JS functions.
shouldProvideRequireJsFunctions() - Method in class com.google.template.soy.jssrc.SoyJsSrcOptions
Returns whether we're set to generate code to provide/require template JS functions.
shouldProvideRequireSoyNamespaces() - Method in class com.google.template.soy.jssrc.SoyJsSrcOptions
Returns whether we're set to generate code to provide/require Soy namespaces.
shouldRunCompiler() - Method in class com.google.javascript.jscomp.CommandLineRunner
 
shouldShortcircuit(AbstractExprNodeVisitor<R>) - Method in interface com.google.template.soy.soytree.SoytreeUtils.Shortcircuiter
Called at various points during a pass initiated by visitAllExprsShortcircuitably.
shouldSkipDepsFile(SourceFile) - Method in class com.google.javascript.jscomp.deps.DepsGenerator
Returns whether we should ignore dependency info in the given deps file.
shouldStrip() - Method in enum com.google.javascript.jscomp.CompilerOptions.TweakProcessing
 
shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.ControlFlowGraph.AbstractCfgNodeTraversalCallback
 
shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6ConvertSuper
 
shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteArrowFunction
 
shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteDestructuring
 
shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6ToEs3Converter
Some nodes must be visited pre-order in order to rewrite the references to this correctly.
shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckNullableReturn
 
shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckPrototypeProperties
 
shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.NodeTraversal.AbstractNodeTypePruningCallback
 
shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.NodeTraversal.AbstractPostOrderCallback
 
shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.NodeTraversal.AbstractScopedCallback
 
shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.NodeTraversal.AbstractShallowCallback
 
shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.NodeTraversal.AbstractShallowStatementCallback
 
shouldTraverse(NodeTraversal, Node, Node) - Method in interface com.google.javascript.jscomp.NodeTraversal.Callback
Visits a node in pre order (before visiting its children) and decides whether this node's children should be traversed.
shouldTraverse(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.TypeCheck
 
shouldUseSameVarNameAs(SoyNode.MsgSubstUnitNode) - Method in class com.google.template.soy.soytree.MsgPlaceholderNode
Returns whether this node and the given other node are the same, such that they should be represented by the same placeholder.
shouldUseSameVarNameAs(SoyNode.MsgSubstUnitNode) - Method in class com.google.template.soy.soytree.MsgPluralNode
 
shouldUseSameVarNameAs(SoyNode.MsgSubstUnitNode) - Method in class com.google.template.soy.soytree.MsgSelectNode
 
shouldUseSameVarNameAs(SoyNode.MsgSubstUnitNode) - Method in interface com.google.template.soy.soytree.SoyNode.MsgSubstUnitNode
Returns whether this substitution unit should use the same var name as another substitution unit.
ShowByPathWarningsGuard - Class in com.google.javascript.jscomp
Control whether warnings should be restricted or suppressed for specified paths.
ShowByPathWarningsGuard(String) - Constructor for class com.google.javascript.jscomp.ShowByPathWarningsGuard
 
ShowByPathWarningsGuard(String[]) - Constructor for class com.google.javascript.jscomp.ShowByPathWarningsGuard
 
ShowByPathWarningsGuard(String, ShowByPathWarningsGuard.ShowType) - Constructor for class com.google.javascript.jscomp.ShowByPathWarningsGuard
 
ShowByPathWarningsGuard(String[], ShowByPathWarningsGuard.ShowType) - Constructor for class com.google.javascript.jscomp.ShowByPathWarningsGuard
 
ShowByPathWarningsGuard.ShowType - Enum in com.google.javascript.jscomp
Controls whether warnings should be restricted to a specified path or suppressed within the specified path.
showHelp() - Method in class org.plovr.cli.AbstractCommandOptions
 
siblings() - Method in class com.google.javascript.rhino.Node
Return an iterable object that iterates over this node's siblings, including this Node.
SIDE_EFFECT_FLAGS - Static variable in class com.google.javascript.rhino.Node
 
SIDE_EFFECTS_ALL - Static variable in class com.google.javascript.rhino.Node
 
SIDE_EFFECTS_FLAGS_MASK - Static variable in class com.google.javascript.rhino.Node
 
SideEffectFlags() - Constructor for class com.google.javascript.rhino.Node.SideEffectFlags
 
SideEffectFlags(int) - Constructor for class com.google.javascript.rhino.Node.SideEffectFlags
 
silence(Compiler) - Static method in class com.google.javascript.jscomp.testing.BlackHoleErrorManager
Compiler prints to the console by default.
SimpleCharStream - Class in com.google.template.soy.exprparse
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class com.google.template.soy.exprparse.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class com.google.template.soy.exprparse.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class com.google.template.soy.exprparse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class com.google.template.soy.exprparse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class com.google.template.soy.exprparse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class com.google.template.soy.exprparse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class com.google.template.soy.exprparse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class com.google.template.soy.exprparse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class com.google.template.soy.exprparse.SimpleCharStream
Constructor.
SimpleCharStream - Class in com.google.template.soy.soyparse
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class com.google.template.soy.soyparse.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class com.google.template.soy.soyparse.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class com.google.template.soy.soyparse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class com.google.template.soy.soyparse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class com.google.template.soy.soyparse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class com.google.template.soy.soyparse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class com.google.template.soy.soyparse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class com.google.template.soy.soyparse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class com.google.template.soy.soyparse.SimpleCharStream
Constructor.
SimpleCharStream - Class in com.google.template.soy.types.parse
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class com.google.template.soy.types.parse.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class com.google.template.soy.types.parse.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class com.google.template.soy.types.parse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class com.google.template.soy.types.parse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class com.google.template.soy.types.parse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class com.google.template.soy.types.parse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class com.google.template.soy.types.parse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class com.google.template.soy.types.parse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class com.google.template.soy.types.parse.SimpleCharStream
Constructor.
SimpleDependencyInfo - Class in com.google.javascript.jscomp.deps
A class to hold JS dependency information for a single .js file.
SimpleDependencyInfo(String, String, List<String>, List<String>, boolean) - Constructor for class com.google.javascript.jscomp.deps.SimpleDependencyInfo
Constructs a DependencyInfo object with the given list of provides & requires.
SimpleErrorReporter - Class in com.google.javascript.rhino
A simple ErrorReporter that collects warnings and errors and makes them accessible via SimpleErrorReporter.errors() and SimpleErrorReporter.warnings().
SimpleErrorReporter() - Constructor for class com.google.javascript.rhino.SimpleErrorReporter
 
SimpleFormat - Class in com.google.javascript.jscomp.parsing.parser.util.format
This is a hacked apart version of the Apache Harmony String.format class with all parts outside of the GWT subset removed.
SimpleFormat.BigDecimalLayoutForm - Enum in com.google.javascript.jscomp.parsing.parser.util.format
The enumeration giving the available styles for formatting very large decimal numbers.
SimpleReference<T extends StaticTypedSlot<JSType>> - Class in com.google.javascript.rhino.jstype
A simple immutable reference.
SimpleReference(T, Node) - Constructor for class com.google.javascript.rhino.jstype.SimpleReference
 
SimpleRegion - Class in com.google.javascript.jscomp
Simple region.
SimpleRegion(int, int, String) - Constructor for class com.google.javascript.jscomp.SimpleRegion
 
simpleSelector() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
SimpleSlot - Class in com.google.javascript.rhino.jstype
The minimum implementation of StaticTypedSlot.
SimpleSlot(String, JSType, boolean) - Constructor for class com.google.javascript.rhino.jstype.SimpleSlot
 
SimpleSourceExcerptProvider - Class in com.google.javascript.jscomp.testing
A simple source excerpt provider for testing.
SimpleSourceExcerptProvider(String) - Constructor for class com.google.javascript.jscomp.testing.SimpleSourceExcerptProvider
 
SimpleSourceFile - Class in com.google.javascript.rhino
A simple implementation of StaticSourceFile for testing.
SimpleSourceFile(String, boolean) - Constructor for class com.google.javascript.rhino.SimpleSourceFile
 
SimpleSplittingSubstitutionMap - Class in com.google.common.css
This class uses SplittingSubstitutionMap to split css class names to their parts and then SimpleSubstitutionMap to append an underscore to each part.
SimpleSplittingSubstitutionMap() - Constructor for class com.google.common.css.SimpleSplittingSubstitutionMap
 
SimpleSplittingSubstitutionMapProvider - Class in com.google.common.css
Provides a SimpleSplittingSubstitutionMap for use via the command-line compiler.
SimpleSplittingSubstitutionMapProvider() - Constructor for class com.google.common.css.SimpleSplittingSubstitutionMapProvider
 
SimpleSubstitutionMap - Class in com.google.common.css
A SubstitutionMap that trivially renames its CSS classes by adding an underscore.
SimpleSubstitutionMap() - Constructor for class com.google.common.css.SimpleSubstitutionMap
 
SimpleUsage - Class in com.google.template.soy.examples
Usage of the simple examples.
simplify(String) - Method in class com.google.javascript.jscomp.regex.RegExpTree
Returns a simpler regular expression that is semantically the same assuming the given flags.
simplifyCss - Variable in class com.google.common.css.JobDescription
 
simplifyCss() - Method in class com.google.common.css.JobDescriptionBuilder
 
SimplifyVisitor - Class in com.google.template.soy.sharedpasses.opti
Visitor for simplifying subtrees based on constant values known at compile time.
SimplifyVisitor(SimplifyExprVisitor, PrerenderVisitorFactory, ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.opti.SimplifyVisitor
 
Single(String) - Constructor for exception org.plovr.CompilationException.Single
 
Single(Throwable) - Constructor for exception org.plovr.CompilationException.Single
 
SINGLE_QUOTE - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
SINGLE_QUOTED_STRING - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
SINGLETON - Static variable in class org.plovr.JsInputComparator
 
size - Variable in class com.google.javascript.jscomp.PerformanceTracker.Stats
 
SizeHandler - Class in org.plovr
 
SizeHandler(CompilationServer) - Constructor for class org.plovr.SizeHandler
 
skipAllCompilerPasses() - Method in class com.google.javascript.jscomp.CompilerOptions
Skip all possible passes, to make the compiler as fast as possible.
SKIPPED_CHAR - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
SKIPPED_NEWLINE - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
SkippingTreeVisitor - Class in com.google.common.css.compiler.ast
Any compiler pass which derives from this is able to skip processing rules that contain specific property names.
SkippingTreeVisitor(boolean) - Constructor for class com.google.common.css.compiler.ast.SkippingTreeVisitor
Constructor of a skipping tree visitor which sets the skipping property.
SLASH - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
slash_term() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
SLASH_V - Static variable in class com.google.javascript.rhino.Node
 
slashType - Variable in class com.google.template.soy.parsepasses.contextautoesc.Context
Determines what we will do with a slash token /.
SlicedRawTextNode - Class in com.google.template.soy.parsepasses.contextautoesc
A raw text node divided into a slice for each context found by the inference engine so that later parse passes can take action based on text and attribute boundaries.
SlicedRawTextNode(RawTextNode, Context) - Constructor for class com.google.template.soy.parsepasses.contextautoesc.SlicedRawTextNode
 
slicedRawTextNode - Variable in class com.google.template.soy.parsepasses.contextautoesc.SlicedRawTextNode.RawTextSlice
The text node containing the slice.
SlicedRawTextNode.RawTextSlice - Class in com.google.template.soy.parsepasses.contextautoesc
A substring of raw text that is exposed to parse passes.
slotType - Variable in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc.FunctionAndSlotType
 
smartNameRemoval - Variable in class com.google.javascript.jscomp.CompilerOptions
Removes code associated with unused global names
softLimitReached() - Method in interface com.google.template.soy.jbcsrc.api.AdvisingAppendable
Indicates that an internal limit has been reached or exceeded and that write operations should be suspended soon.
softLimitReached() - Method in class com.google.template.soy.jbcsrc.api.AdvisingStringBuilder
 
somePathsSatisfyPredicate() - Method in class com.google.javascript.jscomp.CheckPathsBetweenNodes
 
SortedDependencies<INPUT extends DependencyInfo> - Class in com.google.javascript.jscomp.deps
A sorted list of inputs with dependency information.
SortedDependencies(List<INPUT>) - Constructor for class com.google.javascript.jscomp.deps.SortedDependencies
 
SortedDependencies.CircularDependencyException - Exception in com.google.javascript.jscomp.deps
 
SortedDependencies.MissingProvideException - Exception in com.google.javascript.jscomp.deps
 
sortInputsByDeps(Compiler) - Method in class com.google.javascript.jscomp.JSModule
Puts the JS files into a topologically sorted order by their dependencies.
sortJsModules(Collection<JSModule>) - Static method in class com.google.javascript.jscomp.JSModule
Returns the given collection of modules in topological order.
source - Variable in class com.google.javascript.jscomp.parsing.parser.util.SourcePosition
 
SourceAst - Interface in com.google.javascript.jscomp
An interface for accessing the AST root of an input.
sourceCalleeName(String) - Method in class com.google.template.soy.soytree.CallBasicNode.Builder
 
SourceCode - Class in com.google.common.css
This is a wrapper for a file that will be compiled.
SourceCode(String, String) - Constructor for class com.google.common.css.SourceCode
Constructs a SourceCode.
SourceCodeEscapers - Class in com.google.javascript.jscomp.deps
A factory for Escaper instances used to escape strings for safe use in various common programming languages.
SourceCodeIndicator - Class in com.google.common.css
Represents a line of source code, together with an associated "indicator" line.
SourceCodeLocation - Class in com.google.common.css
A location in source code.
SourceCodeLocation(SourceCode, int, int, int, int, int, int) - Constructor for class com.google.common.css.SourceCodeLocation
 
SourceCodeLocation.SourceCodePoint - Class in com.google.common.css
This describes a point in a string.
SourceCodeLocationBuilder - Class in com.google.common.css
Aids in the creation of source code locations.
SourceCodeLocationBuilder() - Constructor for class com.google.common.css.SourceCodeLocationBuilder
 
sourceComments - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ProgramTree
 
sourceElements - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ProgramTree
 
SourceExcerptProvider - Interface in com.google.javascript.jscomp
A source excerpt provider is responsible for building source code excerpt of specific locations, such as a specific line or a region around a given line number.
SourceExcerptProvider.ExcerptFormatter - Interface in com.google.javascript.jscomp
A excerpt formatter is responsible of formatting source excerpts.
SourceExcerptProvider.SourceExcerpt - Enum in com.google.javascript.jscomp
Source excerpt variety.
SourceFile - Interface in com.google.javascript.jscomp.deps
An interface for representing source files for the Compilation Service.
SourceFile - Class in com.google.javascript.jscomp.parsing.parser
A source file.
SourceFile(String, String) - Constructor for class com.google.javascript.jscomp.parsing.parser.SourceFile
 
SourceFile - Class in com.google.javascript.jscomp
An abstract representation of a source file that provides access to language-neutral features.
SourceFile(String) - Constructor for class com.google.javascript.jscomp.SourceFile
Construct a new abstract source file.
SourceFile.Builder - Class in com.google.javascript.jscomp
A builder interface for source files.
SourceFile.Generator - Interface in com.google.javascript.jscomp
A JavaScript source code provider.
SourceLocation - Class in com.google.template.soy.base
Describes a source location in a Soy input file.
SourceLocation(String, int, int, int, int) - Constructor for class com.google.template.soy.base.SourceLocation
 
SourceLocation(String) - Constructor for class com.google.template.soy.base.SourceLocation
 
sourceMap - Variable in class com.google.javascript.jscomp.Result
 
SourceMap - Class in com.google.javascript.jscomp
Collects information mapping the generated (compiled) source back to its original source for debugging purposes.
SourceMap.DetailLevel - Enum in com.google.javascript.jscomp
Source maps can be very large different levels of detail can be specified.
SourceMap.Format - Enum in com.google.javascript.jscomp
 
SourceMap.LocationMapping - Class in com.google.javascript.jscomp
 
SourceMapConsumer - Interface in com.google.debugging.sourcemap
A SourceMapConsumer is a SourceMapping provide that can parse from a raw string.
SourceMapConsumerFactory - Class in com.google.debugging.sourcemap
Detect and parse the provided source map.
SourceMapConsumerV3 - Class in com.google.debugging.sourcemap
Class for parsing version 3 of the SourceMap format, as produced by the Closure Compiler, etc.
SourceMapConsumerV3() - Constructor for class com.google.debugging.sourcemap.SourceMapConsumerV3
 
SourceMapConsumerV3.EntryVisitor - Interface in com.google.debugging.sourcemap
 
sourceMapDetailLevel - Variable in class com.google.javascript.jscomp.CompilerOptions
The detail level for the generated source map.
SourceMapFormat - Enum in com.google.debugging.sourcemap
A list of currently support SourceMap format revisions.
sourceMapFormat - Variable in class com.google.javascript.jscomp.CompilerOptions
The source map file format
SourceMapGenerator - Interface in com.google.debugging.sourcemap
Collects information mapping the generated (compiled) source back to its original source for debugging purposes
SourceMapGeneratorFactory - Class in com.google.debugging.sourcemap
 
SourceMapGeneratorFactory() - Constructor for class com.google.debugging.sourcemap.SourceMapGeneratorFactory
 
SourceMapGeneratorV3 - Class in com.google.debugging.sourcemap
Collects information mapping the generated (compiled) source back to its original source for debugging purposes.
SourceMapGeneratorV3() - Constructor for class com.google.debugging.sourcemap.SourceMapGeneratorV3
 
SourceMapGeneratorV3.ExtensionMergeAction - Interface in com.google.debugging.sourcemap
This interface provides the merging strategy when an extension conflict appears because of merging two source maps on method SourceMapGeneratorV3.mergeMapSection(int, int, java.lang.String).
SourceMapHandler - Class in org.plovr
 
SourceMapHandler(CompilationServer) - Constructor for class org.plovr.SourceMapHandler
 
SourceMapInput - Class in com.google.javascript.jscomp
A lazy-loaded SourceMapConsumerV3 instance.
SourceMapInput(SourceFile) - Constructor for class com.google.javascript.jscomp.SourceMapInput
 
sourceMapLevel - Variable in class com.google.common.css.JobDescription
 
sourceMapLocationMappings - Variable in class com.google.javascript.jscomp.CompilerOptions
 
sourceMapOutputPath - Variable in class com.google.javascript.jscomp.CompilerOptions
The output path for the source map.
SourceMapParseException - Exception in com.google.debugging.sourcemap
Throw if an invalid or unknown source map is encountered.
SourceMapParseException(String) - Constructor for exception com.google.debugging.sourcemap.SourceMapParseException
 
SourceMapping - Interface in com.google.debugging.sourcemap
Interface for provide a way of mapping (line, column) positions back to positions in the original (uncompiled) source code.
SourceMappingReversable - Interface in com.google.debugging.sourcemap
A SourceMappingReversable is a SourceMapping that can provide the reverse (source --> target) source mapping.
SourceMapSection - Class in com.google.debugging.sourcemap
A class representing a partial source map.
SourceMapSection(String, int, int) - Constructor for class com.google.debugging.sourcemap.SourceMapSection
Deprecated. 
SourceMapSection.SectionType - Enum in com.google.debugging.sourcemap
 
SourceMapSupplier - Interface in com.google.debugging.sourcemap
A class for mapping source map names to the actual contents.
sourceName - Variable in class com.google.javascript.jscomp.JSError
Name of the source
sourceNode - Variable in class com.google.javascript.jscomp.graph.GraphReachability.EdgeTuple
 
SourcePosition - Class in com.google.javascript.jscomp.parsing.parser.util
A position in a source string - includes offset, line and column.
SourcePosition(SourceFile, int, int, int) - Constructor for class com.google.javascript.jscomp.parsing.parser.util.SourcePosition
 
SourcePosition<T> - Class in com.google.javascript.rhino
Represents a position in some piece of source code, with an associated item of type T found at that position.
SourcePosition() - Constructor for class com.google.javascript.rhino.SourcePosition
 
SourceRange - Class in com.google.javascript.jscomp.parsing.parser.util
A range of positions in a source string.
SourceRange(SourcePosition, SourcePosition) - Constructor for class com.google.javascript.jscomp.parsing.parser.util.SourceRange
 
SOY_DOC_CHAR - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
SOY_DOC_END - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
SOY_DOC_NEWLINE - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
SOY_DOC_START - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
SOY_TAG_OPEN_1 - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
SOY_TAG_OPEN_2 - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
SoyAbstractCachingRecord - Class in com.google.template.soy.data
Abstract implementation of SoyRecord that caches previously retrieved field value providers.
SoyAbstractCachingRecord() - Constructor for class com.google.template.soy.data.SoyAbstractCachingRecord
 
SoyAbstractCachingValueProvider - Class in com.google.template.soy.data
A SoyValueProvider that lazily computes and caches its value.
SoyAbstractCachingValueProvider() - Constructor for class com.google.template.soy.data.SoyAbstractCachingValueProvider
 
SoyAbstractCachingValueProvider.ValueAssertion - Class in com.google.template.soy.data
A mechanism to plug in assertions on the computed value that will be run the first time the value is computed.
SoyAbstractList - Class in com.google.template.soy.data
Abstract implementation of SoyList.
SoyAbstractList() - Constructor for class com.google.template.soy.data.SoyAbstractList
 
SoyAbstractMap - Class in com.google.template.soy.data
Abstract implementation of SoyMap.
SoyAbstractMap() - Constructor for class com.google.template.soy.data.SoyAbstractMap
 
SoyAbstractRecord - Class in com.google.template.soy.data
Abstract implementation of SoyRecord.
SoyAbstractRecord() - Constructor for class com.google.template.soy.data.SoyAbstractRecord
 
SoyAbstractTofuFunction - Class in com.google.template.soy.tofu.restricted
 
SoyAbstractTofuFunction() - Constructor for class com.google.template.soy.tofu.restricted.SoyAbstractTofuFunction
 
SoyAbstractTofuPrintDirective - Class in com.google.template.soy.tofu.restricted
 
SoyAbstractTofuPrintDirective() - Constructor for class com.google.template.soy.tofu.restricted.SoyAbstractTofuPrintDirective
 
SoyAbstractValue - Class in com.google.template.soy.data
Abstract implementation of SoyValue.
SoyAbstractValue() - Constructor for class com.google.template.soy.data.SoyAbstractValue
 
SoyAstCache - Class in com.google.template.soy.shared
Cache for the soy tree respecting file versions.
SoyAstCache() - Constructor for class com.google.template.soy.shared.SoyAstCache
 
SoyAstCache.VersionedFile - Class in com.google.template.soy.shared
A SoyFileNode with an associated SoyFileSupplier.Version.
SoyAutoescapeException - Exception in com.google.template.soy.parsepasses.contextautoesc
Indicates failure to propagate contexts through a template or an existing escaping directive on a 'print' tag that is inconsistent with the contexts in which it appears.
SoyBackendKind - Enum in com.google.template.soy.base
Enumeration which represents which Soy backend we're currently using.
SoyBidirectionalMsgPlugin - Interface in com.google.template.soy.msgs
Plugin for implementing a specific message file format.
SoyBidiUtils - Class in com.google.template.soy.internal.i18n
Bidi utilities for Soy code.
SoyCssRenamingMap - Interface in com.google.template.soy.shared
An interface for a one-to-one string mapping function used to rename CSS selectors.
SoyCustomValueConverter - Interface in com.google.template.soy.data
Important: Until this API is more stable and this note is removed, users must not directly use this class.
SoyData - Class in com.google.template.soy.data
Abstract base class for all nodes in a Soy data tree.
SoyData() - Constructor for class com.google.template.soy.data.SoyData
 
SoyDataException - Exception in com.google.template.soy.data
Exception thrown when an error occurs in the data package.
SoyDataException(String) - Constructor for exception com.google.template.soy.data.SoyDataException
 
SoyDataException(String, String) - Constructor for exception com.google.template.soy.data.SoyDataException
 
SoyDataException(String, Throwable) - Constructor for exception com.google.template.soy.data.SoyDataException
 
SoyDataException(String, String, Throwable) - Constructor for exception com.google.template.soy.data.SoyDataException
 
SoyDataUtil - Class in org.plovr.util
 
SoyDict - Interface in com.google.template.soy.data
A SoyRecord that also implements the SoyMap interface.
soyDoc() - Method in class com.google.template.soy.soytree.TemplateNodeBuilder.DeclInfo
 
soyDoc - Variable in class com.google.template.soy.soytree.TemplateNodeBuilder
The full SoyDoc, including the start/end tokens, or null.
soyDocDesc - Variable in class com.google.template.soy.soytree.TemplateNodeBuilder
The description portion of the SoyDoc (before declarations), or null.
SoyDocParam - Class in com.google.template.soy.soytree.defn
A parameter declared in the template SoyDoc.
SoyDocParam(String, boolean, String) - Constructor for class com.google.template.soy.soytree.defn.SoyDocParam
 
SoyEasyDict - Interface in com.google.template.soy.data
A mutable SoyDict with additional methods for ease-of-use.
SoyEasyList - Interface in com.google.template.soy.data
A mutable list with additional methods for ease-of-use.
SoyEnumType - Interface in com.google.template.soy.types
Type representing an enumeration.
SoyError - Class in com.google.template.soy.error
Represents any syntactic or semantic error made by a Soy template author, which can be collected during compilation and displayed back to the author.
SoyFile - Class in org.plovr
JsSourceFile represents a Soy file.
SoyFileHeaderInfo(SoyFileNode) - Constructor for class com.google.template.soy.soytree.TemplateNode.SoyFileHeaderInfo
 
SoyFileHeaderInfo(String) - Constructor for class com.google.template.soy.soytree.TemplateNode.SoyFileHeaderInfo
 
SoyFileHeaderInfo(String, String, AutoescapeMode) - Constructor for class com.google.template.soy.soytree.TemplateNode.SoyFileHeaderInfo
 
soyFileHeaderInfo - Variable in class com.google.template.soy.soytree.TemplateNodeBuilder
Info from the containing Soy file's header declarations.
SoyFileInfo - Class in com.google.template.soy.parseinfo
Parsed info about a Soy file.
SoyFileInfo(String, String, ImmutableList<SoyTemplateInfo>, ImmutableMap<String, SoyFileInfo.CssTagsPrefixPresence>) - Constructor for class com.google.template.soy.parseinfo.SoyFileInfo
Constructor for internal use only.
SoyFileInfo.CssTagsPrefixPresence - Enum in com.google.template.soy.parseinfo
Enum for whether there are prefix expressions in the 'css' tags that a CSS name appears in.
soyFileKind - Variable in class com.google.template.soy.base.internal.AbstractSoyFileSupplier
Whether this input file is only included because it's a dependency.
SoyFileKind - Enum in com.google.template.soy.base.internal
Enum for the kind of an input Soy file.
SoyFileNode - Class in com.google.template.soy.soytree
Node representing a Soy file.
SoyFileNode(int, String, SoyFileKind, ErrorReporter, String, String, List<String>) - Constructor for class com.google.template.soy.soytree.SoyFileNode
 
SoyFileParser - Class in com.google.template.soy.soyparse
This parser's specification is in SoyFileParser.jj, which is read by JavaCC and transformed into SoyFileParser.java.
SoyFileParser(SoyTypeRegistry, IdGenerator, Reader, SoyFileKind, String, ErrorReporter) - Constructor for class com.google.template.soy.soyparse.SoyFileParser
Constructor that takes a reader object providing the input.
SoyFileParser(SoyTypeRegistry, IdGenerator, String, SoyFileKind, String, ErrorReporter) - Constructor for class com.google.template.soy.soyparse.SoyFileParser
Constructor that takes a string input.
SoyFileParser(SoyTypeRegistry, IdGenerator, String, SoyFileKind, String) - Constructor for class com.google.template.soy.soyparse.SoyFileParser
Constructor that takes a string input.
SoyFileParser(InputStream) - Constructor for class com.google.template.soy.soyparse.SoyFileParser
Constructor with InputStream.
SoyFileParser(InputStream, String) - Constructor for class com.google.template.soy.soyparse.SoyFileParser
Constructor with InputStream and supplied encoding
SoyFileParser(Reader) - Constructor for class com.google.template.soy.soyparse.SoyFileParser
Constructor.
SoyFileParser(SoyFileParserTokenManager) - Constructor for class com.google.template.soy.soyparse.SoyFileParser
Constructor with generated Token Manager.
SoyFileParserConstants - Interface in com.google.template.soy.soyparse
Token literal values and constants.
SoyFileParserTokenManager - Class in com.google.template.soy.soyparse
Token Manager.
SoyFileParserTokenManager(SimpleCharStream) - Constructor for class com.google.template.soy.soyparse.SoyFileParserTokenManager
Constructor.
SoyFileParserTokenManager(SimpleCharStream, int) - Constructor for class com.google.template.soy.soyparse.SoyFileParserTokenManager
Constructor.
SoyFileSet - Class in com.google.template.soy
Represents a complete set of Soy files for compilation as one bundle.
SoyFileSet.Builder - Class in com.google.template.soy
Builder for a SoyFileSet.
SoyFileSetNode - Class in com.google.template.soy.soytree
Node representing a Soy file set (the root of the Soy parse tree).
SoyFileSetNode(int, IdGenerator) - Constructor for class com.google.template.soy.soytree.SoyFileSetNode
 
SoyFileSetParser - Class in com.google.template.soy
Static functions for parsing a set of Soy files into a SoyFileSetNode.
SoyFileSetParser(SoyTypeRegistry, SoyAstCache, SyntaxVersion, List<? extends SoyFileSupplier>, ErrorReporter) - Constructor for class com.google.template.soy.SoyFileSetParser
 
SoyFileSupplier - Interface in com.google.template.soy.base.internal
Record for one input Soy file.
SoyFileSupplier.Factory - Class in com.google.template.soy.base.internal
Container for factory methods for SoyFileSuppliers.
SoyFileSupplier.Version - Interface in com.google.template.soy.base.internal
An opaque identifier that can be compared for equality with other versions from the same resource.
SoyFunction - Interface in com.google.template.soy.shared.restricted
Superinterface for a Soy function.
SoyFutureException - Exception in com.google.template.soy.data
Exception thrown when a future fails.
SoyFutureException(Throwable) - Constructor for exception com.google.template.soy.data.SoyFutureException
 
SoyFutureValueProvider - Class in com.google.template.soy.data
Important: Do not use outside of Soy code (treat as superpackage-private).
SoyFutureValueProvider(SoyValueHelper, Future<?>) - Constructor for class com.google.template.soy.data.SoyFutureValueProvider
 
SoyFutureValueProvider.FutureBlockCallback - Interface in com.google.template.soy.data
A callback that gets fired just before this provider will block on a future.
SoyGeneralOptions - Class in com.google.template.soy.shared
Compilation options applicable to the Soy frontend and/or to multiple Soy backends.
SoyGeneralOptions() - Constructor for class com.google.template.soy.shared.SoyGeneralOptions
 
SoyGlobalsStatics - Annotation Type in com.google.template.soy.data
Indicates that a class annotated with this annotation contains constants that should be exported as Soy Globals.
SoyGlobalsValue - Interface in com.google.template.soy.data
Interface intended mainly to be implemented by enums, so that during the Soy Globals' generation the returned value should be some secondary value different from the enum's primary(ordinal) value.
SoyIdRenamingMap - Interface in com.google.template.soy.shared
An interface for a one-to-one string mapping function used to rename identifiers.
soyJavaDirectivesMap - Variable in class com.google.template.soy.sharedpasses.render.RenderVisitor
Map of all SoyJavaPrintDirectives (name to directive).
SoyJavaFunction - Interface in com.google.template.soy.shared.restricted
Interface for a Soy function implemented for Java runtime rendering.
SoyJavaPrintDirective - Interface in com.google.template.soy.shared.restricted
Interface for a Soy print directive implemented for Java runtime rendering.
SoyJavaRuntimeFunction - Interface in com.google.template.soy.shared.restricted
Interface for a Soy function implemented for Java runtime rendering.
SoyJavaRuntimeFunctionUtils - Class in com.google.template.soy.shared.restricted
Deprecated.
Simply use *Data.forValue() directly.
SoyJavaRuntimePrintDirective - Interface in com.google.template.soy.shared.restricted
Interface for a Soy print directive implemented for Java runtime rendering.
SoyJsCodeUtils - Class in com.google.template.soy.jssrc.restricted
Convenience utilities for building code for the JS Source backend.
SoyJsSrcFunction - Interface in com.google.template.soy.jssrc.restricted
Interface for a Soy function implemented for the JS Source backend.
SoyJsSrcOptions - Class in com.google.template.soy.jssrc
Compilation options for the JS Src output target (backend).
SoyJsSrcOptions() - Constructor for class com.google.template.soy.jssrc.SoyJsSrcOptions
 
SoyJsSrcPrintDirective - Interface in com.google.template.soy.jssrc.restricted
Interface for a Soy print directive implemented for the JS Source backend.
SoyLibraryAssistedJsSrcFunction - Interface in com.google.template.soy.jssrc.restricted
Interface for a Soy function with more Closure Library requirements than typical Soy templates, implemented for the JS Source backend.
SoyLibraryAssistedJsSrcPrintDirective - Interface in com.google.template.soy.jssrc.restricted
Interface for a Soy print directive with more Closure Library requirements than typical Soy templates, implemented for the JS Source backend.
SoyList - Interface in com.google.template.soy.data
A list containing values.
SoyListData - Class in com.google.template.soy.data
A list data node in a Soy data tree.
SoyListData() - Constructor for class com.google.template.soy.data.SoyListData
 
SoyListData(Iterable<?>) - Constructor for class com.google.template.soy.data.SoyListData
Constructor that initializes this SoyListData from an existing list.
SoyListData(Object...) - Constructor for class com.google.template.soy.data.SoyListData
Constructor that initializes this SoyListData with the given elements.
SoyMap - Interface in com.google.template.soy.data
A map containing key-to-value mappings referred to as items.
SoyMapData - Class in com.google.template.soy.data
A map data node in a Soy data tree.
SoyMapData() - Constructor for class com.google.template.soy.data.SoyMapData
 
SoyMapData(Map<String, ?>) - Constructor for class com.google.template.soy.data.SoyMapData
Constructor that initializes this SoyMapData from an existing map.
SoyMapData(Object...) - Constructor for class com.google.template.soy.data.SoyMapData
Constructor that directly takes the keys/values as parameters.
SoyModule - Class in com.google.template.soy
Guice module for Soy's programmatic interface.
SoyModule() - Constructor for class com.google.template.soy.SoyModule
 
SoyMsg - Class in com.google.template.soy.msgs.restricted
Represents a message in some language/locale.
SoyMsg(long, long, String, String, String, boolean, String, String, boolean, Iterable<? extends SoyMsgPart>) - Constructor for class com.google.template.soy.msgs.restricted.SoyMsg
 
SoyMsg(long, String, String, String, boolean, String, String, Iterable<? extends SoyMsgPart>) - Constructor for class com.google.template.soy.msgs.restricted.SoyMsg
 
SoyMsg(long, String, boolean, Iterable<? extends SoyMsgPart>) - Constructor for class com.google.template.soy.msgs.restricted.SoyMsg
Constructor with just enough information for rendering only.
SoyMsgBundle - Interface in com.google.template.soy.msgs
Represents a full set of messages in some language/locale.
SoyMsgBundleCompactor - Class in com.google.template.soy.msgs.restricted
Utility to compact message bundles.
SoyMsgBundleCompactor() - Constructor for class com.google.template.soy.msgs.restricted.SoyMsgBundleCompactor
 
SoyMsgBundleHandler - Class in com.google.template.soy.msgs
Handler for writing SoyMsgBundles to file format and for creating SoyMsgBundles from files or resources.
SoyMsgBundleHandler(SoyMsgPlugin) - Constructor for class com.google.template.soy.msgs.SoyMsgBundleHandler
 
SoyMsgBundleHandler.OutputFileOptions - Class in com.google.template.soy.msgs
Options for generating an output messages file.
SoyMsgBundleImpl - Class in com.google.template.soy.msgs.restricted
Represents a full set of messages in some language/locale.
SoyMsgBundleImpl(String, List<SoyMsg>) - Constructor for class com.google.template.soy.msgs.restricted.SoyMsgBundleImpl
Note: If there exist duplicate message ids in the msgs list, the first one wins.
SoyMsgBundleLoader - Interface in com.google.template.soy.msgs
Contract for any object that can load a SoyMsgBundle given a locale.
SoyMsgException - Exception in com.google.template.soy.msgs
Exception for errors related to messages/translation.
SoyMsgException(String) - Constructor for exception com.google.template.soy.msgs.SoyMsgException
 
SoyMsgException(String, Throwable) - Constructor for exception com.google.template.soy.msgs.SoyMsgException
 
SoyMsgException(Throwable) - Constructor for exception com.google.template.soy.msgs.SoyMsgException
 
SoyMsgExtractor - Class in com.google.template.soy
Executable for extracting messages from a set of Soy files into an output messages file.
SoyMsgIdComputer - Class in com.google.template.soy.msgs.internal
Static methods to compute the unique message id for a message.
SoyMsgPart - Class in com.google.template.soy.msgs.restricted
Represents a part of a message (i.e.
SoyMsgPart() - Constructor for class com.google.template.soy.msgs.restricted.SoyMsgPart
 
SoyMsgPart.Case<T> - Class in com.google.template.soy.msgs.restricted
A case in a plural or 'select' msg part.
SoyMsgPlaceholderPart - Class in com.google.template.soy.msgs.restricted
Represents a placeholder within a message.
SoyMsgPlaceholderPart(String) - Constructor for class com.google.template.soy.msgs.restricted.SoyMsgPlaceholderPart
 
SoyMsgPlugin - Interface in com.google.template.soy.msgs
Plugin for implementing a specific message file format.
SoyMsgPluralCaseSpec - Class in com.google.template.soy.msgs.restricted
Represents a plural case value.
SoyMsgPluralCaseSpec(String) - Constructor for class com.google.template.soy.msgs.restricted.SoyMsgPluralCaseSpec
Constructs an object from a non-numeric value.
SoyMsgPluralCaseSpec(int) - Constructor for class com.google.template.soy.msgs.restricted.SoyMsgPluralCaseSpec
Constructs an object from a numeric value.
SoyMsgPluralCaseSpec.Type - Enum in com.google.template.soy.msgs.restricted
The type.
SoyMsgPluralPart - Class in com.google.template.soy.msgs.restricted
Represents a plural statement within a message.
SoyMsgPluralPart(String, int, ImmutableList<SoyMsgPart.Case<SoyMsgPluralCaseSpec>>) - Constructor for class com.google.template.soy.msgs.restricted.SoyMsgPluralPart
 
SoyMsgPluralRemainderPart - Class in com.google.template.soy.msgs.restricted
Represents the placeholder part in the plural statement (The '#' sign in ICU syntax).
SoyMsgPluralRemainderPart(String) - Constructor for class com.google.template.soy.msgs.restricted.SoyMsgPluralRemainderPart
 
SoyMsgPruner - Class in com.google.template.soy
Executable for pruning messages from extracted msgs files, given a set of Soy files as reference for which messages to keep.
SoyMsgRawTextPart - Class in com.google.template.soy.msgs.restricted
Represents a raw text string within a message (the stuff that translators change).
SoyMsgSelectPart - Class in com.google.template.soy.msgs.restricted
Represents a select statement within a message.
SoyMsgSelectPart(String, ImmutableList<SoyMsgPart.Case<String>>) - Constructor for class com.google.template.soy.msgs.restricted.SoyMsgSelectPart
 
SoyNode - Interface in com.google.template.soy.soytree
This class defines the base interface for a node in the parse tree, as well as a number of subinterfaces that extend the base interface in various aspects.
SoyNode.BlockCommandNode - Interface in com.google.template.soy.soytree
A node that represents a Soy command that encloses a template block.
SoyNode.BlockNode - Interface in com.google.template.soy.soytree
A node that represents a template block.
SoyNode.CommandNode - Interface in com.google.template.soy.soytree
A node that represents a specific Soy command.
SoyNode.ConditionalBlockNode - Interface in com.google.template.soy.soytree
A node that represents a block of Soy code that is conditionally executed.
SoyNode.ExprHolderNode - Interface in com.google.template.soy.soytree
A node that holds some expressions in its fields/properties.
SoyNode.Kind - Enum in com.google.template.soy.soytree
Enum of specific node kinds (corresponding to specific node types).
SoyNode.LocalVarBlockNode - Interface in com.google.template.soy.soytree
A node that adds a new local variable whose scope comprises the children of this code.
SoyNode.LocalVarInlineNode - Interface in com.google.template.soy.soytree
A node that adds a new local variable whose scope comprises the younger siblings of this node.
SoyNode.LocalVarNode - Interface in com.google.template.soy.soytree
A node that adds a new local variable.
SoyNode.LoopNode - Interface in com.google.template.soy.soytree
A node that represents a block of code that is executed in a loop.
SoyNode.MsgBlockNode - Interface in com.google.template.soy.soytree
A block node that can hold message content.
SoyNode.MsgPlaceholderInitialNode - Interface in com.google.template.soy.soytree
A node that can be the initial content (i.e.
SoyNode.MsgSubstUnitNode - Interface in com.google.template.soy.soytree
A substitution unit is any non-raw-text message part, since it will be replaced when the message is rendered.
SoyNode.ParentSoyNode<N extends SoyNode> - Interface in com.google.template.soy.soytree
A node in a Soy parse tree that may be a parent.
SoyNode.RenderUnitNode - Interface in com.google.template.soy.soytree
A node that represents an independent unit of rendering.
SoyNode.SplitLevelTopNode<N extends SoyNode> - Interface in com.google.template.soy.soytree
A node that represents the top of a split-level structure in the parse tree.
SoyNode.StandaloneNode - Interface in com.google.template.soy.soytree
A node that can legally appear as the direct child of some block node (doesn't necessarily have to be legal as the direct child of a template).
SoyNode.StatementNode - Interface in com.google.template.soy.soytree
A node that represents a specific Soy statement.
SoyObjectType - Interface in com.google.template.soy.types
Type representing an object.
SoyParseInfoGenerator - Class in com.google.template.soy
Executable for generating Java classes containing Soy parse info.
SoyPrintDirective - Interface in com.google.template.soy.shared.restricted
Superinterface for a Soy print directive.
SoyProtoType - Interface in com.google.template.soy.types.proto
A SoyType subinterface which describes a protocol buffer type.
SoyPureFunction - Annotation Type in com.google.template.soy.shared.restricted
Annotation for a Soy function that's pure (e.g.
SoyPurePrintDirective - Annotation Type in com.google.template.soy.shared.restricted
Annotation for a Soy print directive that's pure (e.g.
SoyPySrcFunction - Interface in com.google.template.soy.pysrc.restricted
Interface for a Soy function implemented for the Python Source backend.
SoyPySrcOptions - Class in com.google.template.soy.pysrc
Compilation options for the Python backend.
SoyPySrcOptions(String, String, String) - Constructor for class com.google.template.soy.pysrc.SoyPySrcOptions
 
SoyPySrcPrintDirective - Interface in com.google.template.soy.pysrc.restricted
Interface for a Soy print directive implemented for the Python Source backend.
SoyRecord - Interface in com.google.template.soy.data
A record containing name-to-value mappings referred to as fields.
SoyRequestHandler - Class in org.plovr.soy.server
SoyRequestHandler handles a request for a Soy file and prints the contents of its base template, if available.
SoyRequestHandler(Config) - Constructor for class org.plovr.soy.server.SoyRequestHandler
 
SoySauce - Interface in com.google.template.soy.jbcsrc.api
Main entry point for rendering Soy templates on the server.
SoySauce.Continuation<T> - Interface in com.google.template.soy.jbcsrc.api
A render continuation that has a final result.
SoySauce.Renderer - Interface in com.google.template.soy.jbcsrc.api
A Renderer can configure rendering parameters and render the template.
SoySauce.WriteContinuation - Interface in com.google.template.soy.jbcsrc.api
A write continuation is the result of rendering to an output stream.
SoySauceImpl - Class in com.google.template.soy.jbcsrc.api
Main entry point for rendering Soy templates on the server.
SoySauceImpl.Factory - Class in com.google.template.soy.jbcsrc.api
 
SoyString - Interface in com.google.template.soy.data.restricted
A common marker super type for strings.
SoySyntaxException - Exception in com.google.template.soy.base
Exception for Soy syntax errors.
SoySyntaxException(String) - Constructor for exception com.google.template.soy.base.SoySyntaxException
Deprecated.
Do not use outside of Soy code (treat as superpackage-private).
SoySyntaxException(String, Throwable) - Constructor for exception com.google.template.soy.base.SoySyntaxException
Important: Do not use outside of Soy code (treat as superpackage-private).
SoySyntaxException(Throwable) - Constructor for exception com.google.template.soy.base.SoySyntaxException
Important: Do not use outside of Soy code (treat as superpackage-private).
SoySyntaxExceptionUtils - Class in com.google.template.soy.soytree
Utilities for creating and modifying SoySyntaxException objects.
SoyTemplateInfo - Class in com.google.template.soy.parseinfo
Parsed info about a template.
SoyTemplateInfo(String, ImmutableMap<String, SoyTemplateInfo.ParamRequisiteness>, ImmutableSortedSet<String>) - Constructor for class com.google.template.soy.parseinfo.SoyTemplateInfo
Constructor for internal use only, for the general case.
SoyTemplateInfo.ParamRequisiteness - Enum in com.google.template.soy.parseinfo
Enum for whether a param is required or optional for a specific template.
soyTemplateNameFromJavaClassName(String) - Static method in class com.google.template.soy.jbcsrc.api.Names
Translates a Java class name generated by Names.javaClassNameFromSoyTemplateName(java.lang.String), back to the original soy template name.
SoyTofu - Interface in com.google.template.soy.tofu
SoyTofu is the public interface for a Java object that represents a compiled Soy file set.
SoyTofu.Renderer - Interface in com.google.template.soy.tofu
Renderer for a template.
SoyTofuException - Exception in com.google.template.soy.tofu
Exception thrown when an error occurs during template rendering.
SoyTofuException(String) - Constructor for exception com.google.template.soy.tofu.SoyTofuException
 
SoyTofuException(RenderException) - Constructor for exception com.google.template.soy.tofu.SoyTofuException
Creates an instance by copying a RenderException.
SoyTofuFunction - Interface in com.google.template.soy.tofu.restricted
Interface for a Soy function implemented for the Tofu backend (a.k.a.
SoyTofuFunctionUtils - Class in com.google.template.soy.tofu.restricted
Deprecated.
Simply use *Data.forValue() directly.
SoyTofuOptions - Class in com.google.template.soy.tofu
Compilation options for the Tofu backend.
SoyTofuOptions() - Constructor for class com.google.template.soy.tofu.SoyTofuOptions
 
SoyTofuPrintDirective - Interface in com.google.template.soy.tofu.restricted
Interface for a Soy print directive implemented for the Tofu backend (a.k.a.
SoyToJsSrcCompiler - Class in com.google.template.soy
Executable for compiling a set of Soy files into corresponding JS source files.
SoyToPySrcCompiler - Class in com.google.template.soy
Executable for compiling a set of Soy files into corresponding Python source files.
SoytreeUtils - Class in com.google.template.soy.soytree
Shared utilities for the 'soytree' package.
SoytreeUtils.Shortcircuiter<R> - Interface in com.google.template.soy.soytree
Helper interface for visitAllExprsShortcircuitably.
SoyType - Interface in com.google.template.soy.types
Interface for all classes that describe a data type in Soy.
SoyType.Kind - Enum in com.google.template.soy.types
Enum that identifies the kind of type this is.
SoyTypeOps - Class in com.google.template.soy.types
Common operations on types.
SoyTypeOps(SoyTypeRegistry) - Constructor for class com.google.template.soy.types.SoyTypeOps
 
SoyTypeProvider - Interface in com.google.template.soy.types
Interface used to lookup information about an object type.
SoyTypeRegistry - Class in com.google.template.soy.types
Registry of types which can be looked up by name.
SoyTypeRegistry(Set<SoyTypeProvider>) - Constructor for class com.google.template.soy.types.SoyTypeRegistry
 
SoyTypeRegistry() - Constructor for class com.google.template.soy.types.SoyTypeRegistry
 
SoyTypes - Class in com.google.template.soy.types
Utility methods for operating on SoyType instances.
SoyTypes() - Constructor for class com.google.template.soy.types.SoyTypes
 
SoyUtils - Class in com.google.template.soy
Public utilities for Soy users.
SoyValue - Interface in com.google.template.soy.data
Superinterface of all Soy value interfaces/classes.
SoyValueConverter - Interface in com.google.template.soy.data
Important: Until this API is more stable and this note is removed, users must not directly use this class.
SoyValueHelper - Class in com.google.template.soy.data
IMPORTANT: This class is partially open for public use.
SoyValueHelper() - Constructor for class com.google.template.soy.data.SoyValueHelper
 
SoyValueProvider - Interface in com.google.template.soy.data
A provider of a Soy value.
SoyWebCommand - Class in org.plovr.cli
 
SoyWebCommand() - Constructor for class org.plovr.cli.SoyWebCommand
 
SoyWebCommandOptions - Class in org.plovr.cli
 
SoyWebCommandOptions() - Constructor for class org.plovr.cli.SoyWebCommandOptions
 
SPACES - Static variable in class com.google.template.soy.basetree.AbstractNode
Just spaces.
SPACES - Static variable in class com.google.template.soy.basetree.MixinParentNode
Just spaces.
spanWrap(String, boolean, boolean) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Formats a given string of unknown directionality for use in HTML output of the context directionality, so an opposite-directionality string is neither garbled nor garbles its surroundings.
spanWrap(String, boolean) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Operates like BidiFormatter.spanWrap(String, boolean, boolean), but assumes isolate is true.
spanWrap(String) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Operates like BidiFormatter.spanWrap(String, boolean, boolean), but assumes isHtml is false and isolate is true.
spanWrapWithKnownDir(Dir, String, boolean, boolean) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Formats a string of given directionality for use in HTML output of the context directionality, so an opposite-directionality string is neither garbled nor garbles its surroundings.
spanWrapWithKnownDir(Dir, String, boolean) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Operates like BidiFormatter.spanWrapWithKnownDir(Dir, String, boolean, boolean), but assumes isolate is true.
spanWrapWithKnownDir(Dir, String) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Operates like BidiFormatter.spanWrapWithKnownDir(Dir, String, boolean, boolean), but assumes isHtml is false and isolate is true.
spec() - Method in class com.google.template.soy.msgs.restricted.SoyMsgPart.Case
 
specialize(JSType) - Method in class com.google.javascript.jscomp.newtypes.JSType
 
specialToken - Variable in class com.google.common.css.compiler.ast.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class com.google.template.soy.exprparse.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class com.google.template.soy.soyparse.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class com.google.template.soy.types.parse.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
splitDeclaration(Node, Node) - Method in class com.google.javascript.jscomp.Es6SplitVariableDeclarations
 
SplitRulesetNodes - Class in com.google.common.css.compiler.passes
Compiler pass that splits ruleset nodes into multiple ruleset nodes by selector and declaration.
SplitRulesetNodes(MutatingVisitController) - Constructor for class com.google.common.css.compiler.passes.SplitRulesetNodes
 
SplitRulesetNodes(MutatingVisitController, boolean) - Constructor for class com.google.common.css.compiler.passes.SplitRulesetNodes
 
SplittingSubstitutionMap - Class in com.google.common.css
The CSS class substitution map which splits CSS class names on the "-" (dash) character and processes them separately using a delegate substitution map.
SplittingSubstitutionMap(SubstitutionMap) - Constructor for class com.google.common.css.SplittingSubstitutionMap
 
spread(Node) - Static method in class com.google.javascript.rhino.IR
 
SPREAD - Static variable in class com.google.javascript.rhino.Token
Token types.
SpreadExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
SpreadExpressionTree(SourceRange, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.SpreadExpressionTree
 
srcref(Node) - Method in class com.google.javascript.rhino.Node
 
srcrefTree(Node) - Method in class com.google.javascript.rhino.Node
 
STABLE_VERSION - Static variable in interface com.google.template.soy.base.internal.SoyFileSupplier.Version
A version for stable resources : resources that don't change over the life of a JVM.
StableSoyFileSupplier - Class in com.google.template.soy.base.internal
Record for one input Soy file.
StableSoyFileSupplier(CharSource, SoyFileKind, String) - Constructor for class com.google.template.soy.base.internal.StableSoyFileSupplier
Creates a new SoyFileSupplier given a CharSource for the file content, as well as the desired file path for messages.
standardDeclaration() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
StandardUnionFind<E> - Class in com.google.javascript.jscomp.graph
A Union-Find implementation.
StandardUnionFind() - Constructor for class com.google.javascript.jscomp.graph.StandardUnionFind
Creates an empty UnionFind structure.
StandardUnionFind(UnionFind<E>) - Constructor for class com.google.javascript.jscomp.graph.StandardUnionFind
Creates an UnionFind structure being a copy of other structure.
STAR - Static variable in class com.google.javascript.rhino.Token
Token types.
start() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
start - Variable in class com.google.javascript.jscomp.parsing.parser.util.SourceRange
 
start() - Method in class com.google.template.soy.soytree.ForNode.RangeArgs
The expression for the iteration start point.
start() - Method in class org.plovr.CompilationServer
start() - Method in class org.plovr.soy.server.Server
Synonym for Server.run()
startEdge() - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Returns "right" for RTL context directionality.
startNewLine() - Method in class com.google.common.css.compiler.passes.CodeBuffer
Appends a newline to buffer, resetting nextCharIndex and incrementing nextLineIndex.
startSourceMapping(CssNode, int, int) - Method in class com.google.common.css.compiler.passes.DefaultGssSourceMapGenerator
Starts the source mapping for the given node at the current position.
startSourceMapping(CssNode, int, int) - Method in interface com.google.common.css.compiler.passes.GssSourceMapGenerator
Starts the source mapping for the given node at the current position.
startSourceMapping(CssNode, int, int) - Method in class com.google.common.css.compiler.passes.NullGssSourceMapGenerator
 
startVisit(CssTreeVisitor) - Method in interface com.google.common.css.compiler.ast.VisitController
 
State(Map<String, Integer>, Set<String>, CrossModuleMethodMotion.IdGenerator, VariableMap, VariableMap, VariableMap, VariableMap, FunctionNames, String) - Constructor for class com.google.javascript.jscomp.PassConfig.State
 
state - Variable in class com.google.template.soy.parsepasses.contextautoesc.Context
The state the text preceding the context point describes.
statement - Variable in class com.google.javascript.jscomp.parsing.parser.trees.LabelledStatementTree
 
statements - Variable in class com.google.javascript.jscomp.parsing.parser.trees.BlockTree
 
statements - Variable in class com.google.javascript.jscomp.parsing.parser.trees.CaseClauseTree
 
statements - Variable in class com.google.javascript.jscomp.parsing.parser.trees.DefaultClauseTree
 
STATIC_LEXER_ERROR - Static variable in error com.google.common.css.compiler.ast.TokenMgrError
An attempt was made to create a second instance of a static token manager.
STATIC_MEMBER - Static variable in class com.google.javascript.rhino.Node
 
STATIC_SOURCE_FILE - Static variable in class com.google.javascript.rhino.Node
 
staticFlag - Static variable in class com.google.template.soy.exprparse.SimpleCharStream
Whether parser is static.
staticFlag - Static variable in class com.google.template.soy.soyparse.SimpleCharStream
Whether parser is static.
staticFlag - Static variable in class com.google.template.soy.types.parse.SimpleCharStream
Whether parser is static.
StaticRef - Interface in com.google.javascript.rhino
The StaticRef tells us all the ways that a StaticSlot is used in a program.
StaticScope - Interface in com.google.javascript.rhino
The StaticScope interface must be implemented by any object that defines variables for the purposes of static analysis.
StaticSlot - Interface in com.google.javascript.rhino
The StaticSlot interface must be implemented by variables that can appear as members of a StaticScope.
StaticSourceFile - Interface in com.google.javascript.rhino
The StaticSourceFile contains information about a compiler input.
StaticSymbolTable<S extends StaticSlot,R extends StaticRef> - Interface in com.google.javascript.rhino
Lookup references by the symbols that they refer to.
StaticTypedRef<T> - Interface in com.google.javascript.rhino.jstype
The StaticTypedRef tells us all the ways that a StaticTypedSlot is used in a program.
StaticTypedScope<T> - Interface in com.google.javascript.rhino.jstype
The StaticTypedScope interface must be implemented by any object that defines variables for the purposes of static analysis.
StaticTypedSlot<T> - Interface in com.google.javascript.rhino.jstype
The StaticTypedSlot interface must be implemented by variables that can appear as members of a StaticTypedScope.
status() - Method in class com.google.template.soy.data.SoyAbstractValue
 
status() - Method in class com.google.template.soy.data.SoyFutureValueProvider
 
status() - Method in interface com.google.template.soy.data.SoyValueProvider
Returns RenderResult.done() if the value provider can be resolved without blocking on a future.
status() - Method in class com.google.template.soy.jbcsrc.runtime.DetachableContentProvider
 
status() - Method in class com.google.template.soy.jbcsrc.runtime.DetachableSoyValueProvider
 
stereoReset(boolean) - Method in class com.google.template.soy.internal.i18n.BidiFormatter.Builder
Specifies whether the BidiFormatter to be built should also "reset" directionality before a string being bidi-wrapped, not just after it.
stop(int) - Method in class org.plovr.CompilationServer
Stop listening and close all connections.
stop(int) - Method in class org.plovr.soy.server.Server
Stop listening and close all connections.
stopVisit() - Method in interface com.google.common.css.compiler.ast.VisitController
Stops visiting immediately.
Streams - Class in org.plovr.io
 
STRICT_MODULE_DEP_CHECK - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
StrictCss2 - Class in com.google.common.css.compiler.passes
This compiler pass enforces that only correct CSS 2.1 is used.
StrictCss2(VisitController, ErrorManager) - Constructor for class com.google.common.css.compiler.passes.StrictCss2
 
StrictCss3 - Class in com.google.common.css.compiler.passes
This compiler pass enforces that only correct CSS level 3 is used.
StrictCss3(VisitController, ErrorManager) - Constructor for class com.google.common.css.compiler.passes.StrictCss3
 
StrictCssBase - Class in com.google.common.css.compiler.passes
Base class for compiler passes enforcing a specific CSS level.
StrictCssBase(VisitController, ErrorManager) - Constructor for class com.google.common.css.compiler.passes.StrictCssBase
 
StrictDepsVisitor - Class in com.google.template.soy.sharedpasses
Visitor to check that there are no external calls.
StrictDepsVisitor(ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.StrictDepsVisitor
 
StrictWarningsGuard - Class in com.google.javascript.jscomp
All warnings should be reported as errors.
StrictWarningsGuard() - Constructor for class com.google.javascript.jscomp.StrictWarningsGuard
 
string() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
STRING - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
string(String) - Static method in class com.google.javascript.rhino.IR
 
STRING - Static variable in class com.google.javascript.rhino.Token
Token types.
STRING - Static variable in interface com.google.template.soy.exprparse.ExpressionParserConstants
RegularExpression Id.
STRING_KEY - Static variable in class com.google.javascript.rhino.Token
Token types.
STRING_MASK - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
STRING_OBJECT_FUNCTION_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
STRING_OBJECT_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
STRING_TO_JSON_PRIMITIVE - Static variable in class org.plovr.GsonUtil
 
STRING_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
STRING_TYPE - Static variable in class com.google.javascript.rhino.Token
Token types.
StringCharStream - Class in com.google.common.css.compiler.ast
Efficient String based CharStream implementation.
StringCharStream(String) - Constructor for class com.google.common.css.compiler.ast.StringCharStream
Creates a character stream for a given string.
StringData - Class in com.google.template.soy.data.restricted
String data.
stringEqualsAsNumber(String, double) - Static method in class com.google.template.soy.jbcsrc.runtime.Runtime
 
stringKey(String) - Static method in class com.google.javascript.rhino.IR
 
stringKey(String, Node) - Static method in class com.google.javascript.rhino.IR
 
stringMap - Variable in class com.google.javascript.jscomp.Result
 
StringNode - Class in com.google.template.soy.exprtree
Node representing a string value.
StringNode(String, SourceLocation) - Constructor for class com.google.template.soy.exprtree.StringNode
 
stringOrNull(JsonElement) - Static method in class org.plovr.GsonUtil
If element is a JsonPrimitive that corresponds to a string, then return the value of that string; otherwise, return null.
StringPosition() - Constructor for class com.google.javascript.rhino.JSDocInfo.StringPosition
 
StringType - Class in com.google.javascript.rhino.jstype
String type.
stringType() - Static method in class com.google.javascript.rhino.TypeDeclarationsIR
 
StringType - Class in com.google.template.soy.types.primitive
Soy string type.
stringValue() - Method in class com.google.template.soy.data.restricted.StringData
 
stringValue() - Method in class com.google.template.soy.data.SanitizedContent
Returns the string value.
stringValue() - Method in class com.google.template.soy.data.SoyAbstractValue
 
stringValue() - Method in interface com.google.template.soy.data.SoyValue
Precondition: Only call this method if you know that this SoyValue object is a string.
stripNamePrefixes - Variable in class com.google.javascript.jscomp.CompilerOptions
Name prefixes that determine which variables and properties to strip
stripNameSuffixes - Variable in class com.google.javascript.jscomp.CompilerOptions
Name suffixes that determine which variables and properties to strip
stripTypePrefixes - Variable in class com.google.javascript.jscomp.CompilerOptions
Qualified type name prefixes that determine which types to strip
stripTypes - Variable in class com.google.javascript.jscomp.CompilerOptions
Names of types to strip
STUDENTS - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoExpressionsSoyTemplateInfo
Nonempty list of students.
STUDENTS - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .demoExpressions.
styleDeclaration() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
sub(Node, Node) - Static method in class com.google.javascript.rhino.IR
 
SUB - Static variable in class com.google.javascript.rhino.Token
Token types.
SubclassRelationship(CodingConvention.SubclassType, Node, Node) - Constructor for class com.google.javascript.jscomp.CodingConvention.SubclassRelationship
 
SubGraph<N,E> - Interface in com.google.javascript.jscomp.graph
An interface representing a subgraph that provides adjacency calculation to a node.
subSequence(int, int) - Method in class com.google.javascript.jscomp.JsMessage.PlaceholderReference
 
subSequence(int, int) - Method in class com.google.template.soy.base.internal.IndentedLinesBuilder
 
substituteGenerics(Map<String, JSType>) - Method in class com.google.javascript.jscomp.newtypes.JSType
 
substituteGenericsWithUnknown() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
SubstituteGlobalsVisitor - Class in com.google.template.soy.sharedpasses
Visitor for substituting values of compile-time globals and/or for checking that all globals are defined by the compile-time globals map.
SubstituteGlobalsVisitor(Map<String, PrimitiveData>, SoyTypeRegistry, boolean, ErrorReporter) - Constructor for class com.google.template.soy.sharedpasses.SubstituteGlobalsVisitor
 
substituteNominalGenerics(NominalType) - Method in class com.google.javascript.jscomp.newtypes.DeclaredFunctionType
 
SubstitutionMap - Interface in com.google.common.css
An interface for a one-to-one string mapping function.
SubstitutionMapProvider - Interface in com.google.common.css
Provides substitution maps for use with command-line compilers.
SubstringFunction - Class in org.plovr.soy.function
From "Defining a Custom Function" in "Closure: The Definitive Guide"
SubtractFromNumericValue() - Constructor for class com.google.common.css.compiler.gssfunctions.GssFunctions.SubtractFromNumericValue
 
success - Variable in class com.google.javascript.jscomp.Result
 
SUCCESS_EXIT_CODE - Static variable in class com.google.common.css.AbstractCommandLineCompiler
Exit code for success (normal operation of the compiler, possibly with warnings and informational messages, but with no errors whatsoever).
SuggestedFix - Class in com.google.javascript.refactoring
Object representing the fixes to apply to the source code to create the refactoring CL.
SuggestedFix.Builder - Class in com.google.javascript.refactoring
Builder class for SuggestedFix that contains helper functions to manipulate JS nodes.
SuggestedFixes - Class in com.google.javascript.refactoring.testing
Utilities for testing SuggestedFix-related code.
sum() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
SUPER - Static variable in class com.google.javascript.rhino.Token
Token types.
superClass - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ClassDeclarationTree
 
SuperExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
SuperExpressionTree(SourceRange) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.SuperExpressionTree
 
superInterfaces - Variable in class com.google.javascript.jscomp.parsing.parser.trees.InterfaceDeclarationTree
 
superNode() - Static method in class com.google.javascript.rhino.IR
 
supportContentSecurityPolicy() - Method in class com.google.template.soy.shared.SoyGeneralOptions
True when CSP (Content Security Policy) support is enabled causing inline scripts to be marked so that the browser can run scripts specified by the template author but not ones injected via XSS.
supportsEtags() - Method in class org.plovr.AbstractJsInput
 
supportsEtags() - Method in interface org.plovr.JsInput
Whether this input can calculate a stable ETag value for itself.
supportsEtags() - Method in class org.plovr.JsSourceFile
 
supportsEtags() - Method in class org.plovr.ResourceJsInput
 
SUSPICIOUS_CODE - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
swapLeftRightInUrl - Variable in class com.google.common.css.JobDescription
 
swapLeftRightInUrl() - Method in class com.google.common.css.JobDescriptionBuilder
 
swapLtrRtlInUrl - Variable in class com.google.common.css.JobDescription
 
swapLtrRtlInUrl() - Method in class com.google.common.css.JobDescriptionBuilder
 
SWITCH - Static variable in class com.google.javascript.rhino.Token
Token types.
SwitchCaseNode - Class in com.google.template.soy.soytree
Node representing a 'case' block in a 'switch' block.
SwitchCaseNode.Builder - Class in com.google.template.soy.soytree
Builder for SwitchCaseNode.
SwitchDefaultNode - Class in com.google.template.soy.soytree
Node representing the 'default' block in a 'switch' statement.
SwitchDefaultNode(int, SourceLocation) - Constructor for class com.google.template.soy.soytree.SwitchDefaultNode
 
switchNode(Node, Node...) - Static method in class com.google.javascript.rhino.IR
 
SwitchNode - Class in com.google.template.soy.soytree
Node representing a 'switch' statement.
SwitchNode.Builder - Class in com.google.template.soy.soytree
Builder for SwitchNode.
SwitchStatementTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
SwitchStatementTree(SourceRange, ParseTree, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.SwitchStatementTree
 
SwitchTo(int) - Method in class com.google.common.css.compiler.ast.GssParserCCTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class com.google.template.soy.exprparse.ExpressionParserTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class com.google.template.soy.soyparse.SoyFileParserTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class com.google.template.soy.soyparse.TemplateParserTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class com.google.template.soy.types.parse.TypeParserTokenManager
Switch to specified lex state.
symbol - Variable in class com.google.javascript.jscomp.deps.JsFunctionParser.SymbolInfo
 
SymbolTable - Class in com.google.javascript.jscomp
A symbol table for people that want to use Closure Compiler as an indexer.
SymbolTable.Reference - Class in com.google.javascript.jscomp
Reference
SymbolTable.Symbol - Class in com.google.javascript.jscomp
A symbol-table entry
SymbolTable.SymbolScope - Class in com.google.javascript.jscomp
Scope of a symbol
SYNTAX_ERROR_FUNCTION_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
SYNTAX_ERROR_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
SyntaxVersion - Enum in com.google.template.soy.basetree
Enum for the syntax version.
syntaxVersion - Variable in class com.google.template.soy.basetree.SyntaxVersionBound
The syntax version upper bound (exclusive!).
SyntaxVersionBound - Class in com.google.template.soy.basetree
Value class representing a known upper bound for the syntax version of a node.
SyntaxVersionBound(SyntaxVersion, String) - Constructor for class com.google.template.soy.basetree.SyntaxVersionBound
 
syntaxVersionBound(SyntaxVersionBound) - Method in class com.google.template.soy.soytree.CallBasicNode.Builder
 
syntaxVersionBound - Variable in class com.google.template.soy.soytree.CallNode.CommandTextInfo
 
syntaxVersionBound - Variable in class com.google.template.soy.soytree.TemplateNodeBuilder
The lowest known syntax version bound.
SYNTHETIC_BLOCK_PROP - Static variable in class com.google.javascript.rhino.Node
 
SyntheticAst - Class in com.google.javascript.jscomp
An AST generated totally by the compiler.
SyntheticAst(Node) - Constructor for class com.google.javascript.jscomp.SyntheticAst
 
syntheticBlockEndMarker - Variable in class com.google.javascript.jscomp.CompilerOptions
 
syntheticBlockStartMarker - Variable in class com.google.javascript.jscomp.CompilerOptions
 

T

tabSize - Variable in class com.google.template.soy.exprparse.SimpleCharStream
 
tabSize - Variable in class com.google.template.soy.soyparse.SimpleCharStream
 
tabSize - Variable in class com.google.template.soy.types.parse.SimpleCharStream
 
TAGGED_TEMPLATELIT - Static variable in class com.google.javascript.rhino.Token
Token types.
TagWhitelist - Class in com.google.template.soy.shared.restricted
Contains lower-case names of innocuous HTML elements.
TagWhitelist.OptionalSafeTag - Enum in com.google.template.soy.shared.restricted
Additional tags which can be white-listed as safe.
tailExpression - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComprehensionTree
 
TargetExpr - Class in com.google.template.soy.internal.targetexpr
Value class to represent an expression in the target source (JS, Python, etc.).
TargetExpr(String, int) - Constructor for class com.google.template.soy.internal.targetexpr.TargetExpr
 
TEMPLATE_CONTENT - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
TEMPLATE_CONTENT_CHAR - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
TemplateAstMatcher - Class in com.google.javascript.jscomp
A matcher that can take an arbitrary AST and use it as a template to find matches in another.
TemplateAstMatcher(AbstractCompiler, Node) - Constructor for class com.google.javascript.jscomp.TemplateAstMatcher
Constructs this matcher with a Function node that serves as the template to match all other nodes against.
TemplateAstMatcher(AbstractCompiler, Node, TypeMatchingStrategy) - Constructor for class com.google.javascript.jscomp.TemplateAstMatcher
Constructs this matcher with a Function node that serves as the template to match all other nodes against.
TemplateBasicNode - Class in com.google.template.soy.soytree
Node representing a basic template.
TemplateBasicNodeBuilder - Class in com.google.template.soy.soytree
Builder for TemplateBasicNode.
TemplateBasicNodeBuilder(TemplateNode.SoyFileHeaderInfo, SourceLocation, ErrorReporter) - Constructor for class com.google.template.soy.soytree.TemplateBasicNodeBuilder
 
TemplateBasicNodeBuilder(TemplateNode.SoyFileHeaderInfo, SourceLocation, ErrorReporter, SoyTypeRegistry) - Constructor for class com.google.template.soy.soytree.TemplateBasicNodeBuilder
 
TemplateCompactPrinter<T> - Class in com.google.common.css.compiler.passes
Printer for templates, which outputs GSS with holes to be filled for references.
TemplateCompactPrinter(CssTree, T) - Constructor for class com.google.common.css.compiler.passes.TemplateCompactPrinter
Create a template printer for a given chunk.
TemplateDelegateNode - Class in com.google.template.soy.soytree
Node representing a delegate template.
TemplateDelegateNode.DelTemplateKey - Class in com.google.template.soy.soytree
Value class for a delegate template key (name and variant).
TemplateDelegateNodeBuilder - Class in com.google.template.soy.soytree
Builder for TemplateDelegateNode.
TemplateDelegateNodeBuilder(TemplateNode.SoyFileHeaderInfo, SourceLocation, ErrorReporter) - Constructor for class com.google.template.soy.soytree.TemplateDelegateNodeBuilder
 
TemplateDelegateNodeBuilder(TemplateNode.SoyFileHeaderInfo, SourceLocation, ErrorReporter, SoyTypeRegistry) - Constructor for class com.google.template.soy.soytree.TemplateDelegateNodeBuilder
 
TEMPLATELIT - Static variable in class com.google.javascript.rhino.Token
Token types.
TEMPLATELIT_SUB - Static variable in class com.google.javascript.rhino.Token
Token types.
TemplateLiteralExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
Template literal production in ES6.
TemplateLiteralExpressionTree(SourceRange, ParseTree, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.TemplateLiteralExpressionTree
 
TemplateLiteralPortionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
A production representing a literal portion of a template literal.
TemplateLiteralPortionTree(SourceRange, Token) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.TemplateLiteralPortionTree
 
TemplateMetadata - Annotation Type in com.google.template.soy.jbcsrc.api
An annotation added to compiled templates for preserving certain bits of template metadata.
templateNameForUserMsgs - Variable in class com.google.template.soy.soytree.TemplateNodeBuilder
A string suitable for display in user msgs as the template name.
templateNestDepth - Variable in class com.google.template.soy.parsepasses.contextautoesc.Context
The count of <template> elements entered and not subsequently exited.
TemplateNode - Class in com.google.template.soy.soytree
Node representing a template.
TemplateNode(TemplateNode, CopyState) - Constructor for class com.google.template.soy.soytree.TemplateNode
Copy constructor.
TemplateNode.Priority - Enum in com.google.template.soy.soytree
Priority for delegate templates.
TemplateNode.SoyFileHeaderInfo - Class in com.google.template.soy.soytree
Info from the containing Soy file's delpackage and namespace declarations.
TemplateNodeBuilder - Class in com.google.template.soy.soytree
Builder for TemplateNode.
TemplateNodeBuilder(TemplateNode.SoyFileHeaderInfo, SourceLocation, ErrorReporter, SoyTypeRegistry) - Constructor for class com.google.template.soy.soytree.TemplateNodeBuilder
 
TemplateNodeBuilder.DeclInfo - Class in com.google.template.soy.soytree
TemplateNodeBuilder.DeclInfo.OptionalStatus - Enum in com.google.template.soy.soytree
Whether this is an optional parameter.
TemplateNodeBuilder.DeclInfo.Type - Enum in com.google.template.soy.soytree
The type of declaration (either regular param or injected param).
TemplateParam - Class in com.google.template.soy.soytree.defn
An explicitly declared template parameter.
TemplateParam(String, SoyType, boolean, boolean, String) - Constructor for class com.google.template.soy.soytree.defn.TemplateParam
 
TemplateParam.DeclLoc - Enum in com.google.template.soy.soytree.defn
Enum for the location of the declaration.
TemplateParser - Class in com.google.template.soy.soyparse
This parser's specification is in TemplateParser.jj, which is read by JavaCC and transformed into TemplateParser.java.
TemplateParser(IdGenerator, Reader, String, int, ErrorReporter) - Constructor for class com.google.template.soy.soyparse.TemplateParser
Constructor that takes a reader object providing the input.
TemplateParser(IdGenerator, String, String, int, ErrorReporter) - Constructor for class com.google.template.soy.soyparse.TemplateParser
Constructor that takes a string input.
TemplateParser(IdGenerator, String, String, int) - Constructor for class com.google.template.soy.soyparse.TemplateParser
Constructor that takes a string input.
TemplateParser(InputStream) - Constructor for class com.google.template.soy.soyparse.TemplateParser
Constructor with InputStream.
TemplateParser(InputStream, String) - Constructor for class com.google.template.soy.soyparse.TemplateParser
Constructor with InputStream and supplied encoding
TemplateParser(Reader) - Constructor for class com.google.template.soy.soyparse.TemplateParser
Constructor.
TemplateParser(TemplateParserTokenManager) - Constructor for class com.google.template.soy.soyparse.TemplateParser
Constructor with generated Token Manager.
TemplateParserConstants - Interface in com.google.template.soy.soyparse
Token literal values and constants.
TemplateParseResult - Class in com.google.template.soy.soyparse
Container for the result of parsing a Soy template.
TemplateParserTokenManager - Class in com.google.template.soy.soyparse
Token Manager.
TemplateParserTokenManager(SimpleCharStream) - Constructor for class com.google.template.soy.soyparse.TemplateParserTokenManager
Constructor.
TemplateParserTokenManager(SimpleCharStream, int) - Constructor for class com.google.template.soy.soyparse.TemplateParserTokenManager
Constructor.
templateRegistry - Variable in class com.google.template.soy.sharedpasses.render.RenderVisitor
The bundle containing all the templates that may be rendered.
TemplateRegistry - Class in com.google.template.soy.soytree
A registry or index of all templates in a Soy tree.
TemplateRegistry(SoyFileSetNode, ErrorReporter) - Constructor for class com.google.template.soy.soytree.TemplateRegistry
Constructor.
TemplateRegistry.DelegateTemplateConflictException - Exception in com.google.template.soy.soytree
Exception thrown when there's no unique highest-priority active delegate template at render time.
TemplateRegistry.DelegateTemplateDivision - Class in com.google.template.soy.soytree
Represents a set of delegate templates with the same key (name and variant) and same priority.
TemplateSubstitutionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
A production representing the expression to be evaluated and substituted into a template literal.
TemplateSubstitutionTree(SourceRange, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.TemplateSubstitutionTree
 
TemplateType - Class in com.google.javascript.rhino.jstype
 
templateTypeMap - Variable in class com.google.javascript.rhino.jstype.JSType
 
TemplateTypeMap - Class in com.google.javascript.rhino.jstype
Manages a mapping from TemplateType to its resolved JSType.
TemplateTypeMapReplacer - Class in com.google.javascript.rhino.jstype
Uses a TemplateTypeMap to replace TemplateTypes with their associated JSType values.
TemplateTypeMapReplacer(JSTypeRegistry, TemplateTypeMap) - Constructor for class com.google.javascript.rhino.jstype.TemplateTypeMapReplacer
 
TemplatizedType - Class in com.google.javascript.rhino.jstype
An object type with declared template types, such as Array.
term() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
TernaryValue - Enum in com.google.javascript.rhino.jstype
An enum for ternary logic.
TestCommand - Class in org.plovr.cli
 
TestCommand() - Constructor for class org.plovr.cli.TestCommand
 
TestCommandOptions - Class in org.plovr.cli
TestCommandOptions subclasses ServeCommandOptions because it has to run a plovr server as a side-effect of running the tests, so this ensures that all of the server options are available during testing.
TestCommandOptions() - Constructor for class org.plovr.cli.TestCommandOptions
 
TestErrorManager - Class in com.google.javascript.jscomp.testing
An ErrorManager that compares errors with a list of expected errors.
TestErrorManager() - Constructor for class com.google.javascript.jscomp.testing.TestErrorManager
 
TestErrorReporter - Class in com.google.javascript.rhino.testing
An error reporter for testing that verifies that messages reported to the reporter are expected.
TestErrorReporter(String[], String[]) - Constructor for class com.google.javascript.rhino.testing.TestErrorReporter
 
testForEquality(JSType) - Method in class com.google.javascript.rhino.jstype.AllType
 
testForEquality(JSType) - Method in class com.google.javascript.rhino.jstype.BooleanType
 
testForEquality(JSType) - Method in class com.google.javascript.rhino.jstype.EnumElementType
 
testForEquality(JSType) - Method in class com.google.javascript.rhino.jstype.EnumType
 
testForEquality(JSType) - Method in class com.google.javascript.rhino.jstype.JSType
Compares this and that.
testForEquality(JSType) - Method in class com.google.javascript.rhino.jstype.NullType
 
testForEquality(JSType) - Method in class com.google.javascript.rhino.jstype.NumberType
 
testForEquality(JSType) - Method in class com.google.javascript.rhino.jstype.ObjectType
 
testForEquality(JSType) - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
testForEquality(JSType) - Method in class com.google.javascript.rhino.jstype.StringType
 
testForEquality(JSType) - Method in class com.google.javascript.rhino.jstype.UnionType
 
testForEquality(JSType) - Method in class com.google.javascript.rhino.jstype.UnknownType
 
testForEquality(JSType) - Method in class com.google.javascript.rhino.jstype.VoidType
 
TestHandler - Class in org.plovr
 
TestHandler(CompilationServer) - Constructor for class org.plovr.TestHandler
 
TestingEnvironment - Class in com.google.template.soy.sharedpasses.render
An Environment for testing expressions.
TestRunner - Class in org.plovr.webdriver
 
TestRunner(URL, List<WebDriver>, int) - Constructor for class org.plovr.webdriver.TestRunner
 
text - Variable in enum com.google.template.soy.parsepasses.contextautoesc.Context.AttributeEndDelimiter
The suffix of the attribute that is not part of the attribute value.
THIS - Static variable in class com.google.javascript.rhino.Token
Token types.
ThisExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ThisExpressionTree(SourceRange) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ThisExpressionTree
 
thisNode() - Static method in class com.google.javascript.rhino.IR
 
THROW - Static variable in class com.google.javascript.rhino.Token
Token types.
throwIfErrorsPresent() - Method in class com.google.template.soy.ErrorReporterImpl
If errors have been reported, throws a single SoySyntaxException containing all of the errors as suppressed exceptions.
throwNode(Node) - Static method in class com.google.javascript.rhino.IR
 
ThrowStatementTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
ThrowStatementTree(SourceRange, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.ThrowStatementTree
 
TILDE - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
TILDE_EQUALS - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
Timer - Class in com.google.javascript.jscomp.parsing.parser.util
 
Timer(String) - Constructor for class com.google.javascript.jscomp.parsing.parser.util.Timer
 
Timer.Entry - Class in com.google.javascript.jscomp.parsing.parser.util
 
times(SoyValue, SoyValue) - Static method in class com.google.template.soy.shared.internal.SharedRuntime
Performs the * operator on the two values.
TimesOpNode(SourceLocation) - Constructor for class com.google.template.soy.exprtree.OperatorNodes.TimesOpNode
 
TITLE - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoBidiSupportSoyTemplateInfo
Book title.
TITLE - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .demoBidiSupport.
TO_SOY_DATA - Static variable in class org.plovr.docgen.EnumValueDescriptor
 
TO_SOY_DATA - Static variable in class org.plovr.docgen.MethodDescriptor
 
TO_SOY_DATA - Static variable in class org.plovr.docgen.ParamDescriptor
 
TO_TAG_NAME - Static variable in enum com.google.template.soy.shared.restricted.TagWhitelist.OptionalSafeTag
 
toAnnotationString() - Method in class com.google.javascript.rhino.jstype.JSType
A string representation of this type, suitable for printing in type annotations at code generation time.
toAttributeValue(SanitizedContent.ContentKind) - Static method in class com.google.template.soy.data.internalutils.NodeContentKinds
Given a ContentKind, returns the attribute string.
toBase64(int) - Static method in class com.google.debugging.sourcemap.Base64
 
toBoolean() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
toBoolean(boolean) - Method in enum com.google.javascript.rhino.jstype.TernaryValue
Converts this ternary value to boolean.
toBoolean() - Method in class com.google.template.soy.data.restricted.BooleanData
Deprecated.
toBoolean() - Method in class com.google.template.soy.data.restricted.FloatData
Deprecated.
toBoolean() - Method in class com.google.template.soy.data.restricted.IntegerData
Deprecated.
toBoolean() - Method in class com.google.template.soy.data.restricted.NullData
Deprecated.
toBoolean() - Method in class com.google.template.soy.data.restricted.StringData
Deprecated.
toBoolean() - Method in class com.google.template.soy.data.restricted.UndefinedData
Deprecated.
toBoolean() - Method in class com.google.template.soy.data.SanitizedContent
Deprecated.
toBoolean() - Method in class com.google.template.soy.data.SoyData
Deprecated.
toBoolean() - Method in class com.google.template.soy.data.SoyListData
Deprecated.
toBoolean() - Method in class com.google.template.soy.data.SoyMapData
Deprecated.
toBuilder() - Method in class com.google.template.soy.jbcsrc.api.RenderContext
 
toBytes() - Method in class com.google.javascript.jscomp.VariableMap
Serializes the variable map to a byte array.
toCheckedException() - Method in exception org.plovr.PlovrCoffeeScriptCompilerException
 
toCheckedException() - Method in exception org.plovr.PlovrSoySyntaxException
 
toDebugHashCodeString() - Method in class com.google.javascript.rhino.jstype.FunctionType
 
toDebugHashCodeString() - Method in class com.google.javascript.rhino.jstype.JSType
A hash code function for diagnosing complicated issues around type-identity.
toDebugHashCodeString() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
toDebugHashCodeString() - Method in class com.google.javascript.rhino.jstype.UnionType
 
toDebugString() - Method in class com.google.javascript.jscomp.SymbolTable
 
toDeclaredFunctionType() - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
toDot(Node) - Static method in class com.google.javascript.jscomp.DotFormatter
Converts an AST to dot representation.
toDot(GraphvizGraph) - Static method in class com.google.javascript.jscomp.DotFormatter
Outputs a string in DOT format that presents the graph.
toFloat() - Method in class com.google.template.soy.data.restricted.FloatData
 
toFloat() - Method in class com.google.template.soy.data.restricted.IntegerData
 
toFloat() - Method in class com.google.template.soy.data.restricted.NumberData
Gets the float value of this number data object.
toFormatter(SourceExcerptProvider, boolean) - Method in enum com.google.javascript.jscomp.ErrorFormat
Convert to a concrete formatter.
TofuModule - Class in com.google.template.soy.tofu.internal
Guice module for the Tofu backend.
TofuModule() - Constructor for class com.google.template.soy.tofu.internal.TofuModule
 
TofuModule.Tofu - Annotation Type in com.google.template.soy.tofu.internal
Annotation for values provided by TofuModule (that need to be distinguished).
toFunctionType() - Method in class com.google.javascript.jscomp.newtypes.DeclaredFunctionType
 
toIntArray(ArrayList<Integer>) - Static method in class com.google.javascript.jscomp.parsing.parser.LineNumberTable
 
toJsSanitizedContentCtorName(SanitizedContent.ContentKind) - Static method in class com.google.template.soy.data.internalutils.NodeContentKinds
Given a SanitizedContent.ContentKind, returns the corresponding JS SanitizedContent constructor.
toJsSanitizedContentOrdainer(SanitizedContent.ContentKind) - Static method in class com.google.template.soy.data.internalutils.NodeContentKinds
Given a SanitizedContent.ContentKind, returns the corresponding JS SanitizedContent factory function.
toJsSanitizedContentOrdainerForInternalBlocks(SanitizedContent.ContentKind) - Static method in class com.google.template.soy.data.internalutils.NodeContentKinds
Returns the ordainer function for param and let blocks, which behaves subtly differently than the normal ordainers to ease migration.
toJSType(JSTypes) - Method in class com.google.javascript.jscomp.newtypes.Namespace
 
token - Variable in class com.google.common.css.compiler.ast.GssParserCC
Current token.
Token - Class in com.google.common.css.compiler.ast
Describes the input token stream.
Token() - Constructor for class com.google.common.css.compiler.ast.Token
No-argument constructor
Token(int) - Constructor for class com.google.common.css.compiler.ast.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class com.google.common.css.compiler.ast.Token
Constructs a new token for the specified Image and Kind.
Token - Class in com.google.javascript.jscomp.parsing.parser
A Token in a javascript file.
Token(TokenType, SourceRange) - Constructor for class com.google.javascript.jscomp.parsing.parser.Token
 
Token - Class in com.google.javascript.rhino
This class implements the JavaScript scanner.
Token() - Constructor for class com.google.javascript.rhino.Token
 
token - Variable in class com.google.template.soy.exprparse.ExpressionParser
Current token.
Token - Class in com.google.template.soy.exprparse
Describes the input token stream.
Token() - Constructor for class com.google.template.soy.exprparse.Token
No-argument constructor
Token(int) - Constructor for class com.google.template.soy.exprparse.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class com.google.template.soy.exprparse.Token
Constructs a new token for the specified Image and Kind.
token - Variable in class com.google.template.soy.soyparse.SoyFileParser
Current token.
token - Variable in class com.google.template.soy.soyparse.TemplateParser
Current token.
Token - Class in com.google.template.soy.soyparse
Describes the input token stream.
Token() - Constructor for class com.google.template.soy.soyparse.Token
No-argument constructor
Token(int) - Constructor for class com.google.template.soy.soyparse.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class com.google.template.soy.soyparse.Token
Constructs a new token for the specified Image and Kind.
Token - Class in com.google.template.soy.types.parse
Describes the input token stream.
Token() - Constructor for class com.google.template.soy.types.parse.Token
No-argument constructor
Token(int) - Constructor for class com.google.template.soy.types.parse.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class com.google.template.soy.types.parse.Token
Constructs a new token for the specified Image and Kind.
token - Variable in class com.google.template.soy.types.parse.TypeParser
Current token.
TOKEN_NL - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
TOKEN_NOT_WS - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
token_source - Variable in class com.google.common.css.compiler.ast.GssParserCC
Generated Token Manager.
token_source - Variable in class com.google.template.soy.exprparse.ExpressionParser
Generated Token Manager.
token_source - Variable in class com.google.template.soy.soyparse.SoyFileParser
Generated Token Manager.
token_source - Variable in class com.google.template.soy.soyparse.TemplateParser
Generated Token Manager.
token_source - Variable in class com.google.template.soy.types.parse.TypeParser
Generated Token Manager.
TOKEN_WS_NOT_NL - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
tokenImage - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
Literal token values.
tokenImage - Variable in exception com.google.common.css.compiler.ast.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface com.google.template.soy.exprparse.ExpressionParserConstants
Literal token values.
tokenImage - Variable in exception com.google.template.soy.exprparse.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Variable in exception com.google.template.soy.soyparse.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
Literal token values.
tokenImage - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
Literal token values.
tokenImage - Variable in exception com.google.template.soy.types.parse.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface com.google.template.soy.types.parse.TypeParserConstants
Literal token values.
TokenMgrError - Error in com.google.common.css.compiler.ast
Token Manager Error.
TokenMgrError() - Constructor for error com.google.common.css.compiler.ast.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error com.google.common.css.compiler.ast.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, int, int) - Constructor for error com.google.common.css.compiler.ast.TokenMgrError
Full Constructor.
TokenMgrError - Error in com.google.template.soy.exprparse
Token Manager Error.
TokenMgrError() - Constructor for error com.google.template.soy.exprparse.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error com.google.template.soy.exprparse.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error com.google.template.soy.exprparse.TokenMgrError
Full Constructor.
TokenMgrError - Error in com.google.template.soy.soyparse
Token Manager Error.
TokenMgrError() - Constructor for error com.google.template.soy.soyparse.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error com.google.template.soy.soyparse.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error com.google.template.soy.soyparse.TokenMgrError
Full Constructor.
TokenMgrError - Error in com.google.template.soy.types.parse
Token Manager Error.
TokenMgrError() - Constructor for error com.google.template.soy.types.parse.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error com.google.template.soy.types.parse.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error com.google.template.soy.types.parse.TokenMgrError
Full Constructor.
TokenStream - Class in com.google.javascript.rhino
This class implements the JavaScript scanner.
TokenStream() - Constructor for class com.google.javascript.rhino.TokenStream
 
TokenType - Enum in com.google.javascript.jscomp.parsing.parser
 
TokenUtil - Class in com.google.javascript.rhino
Helper methods for parsing JavaScript.
TokenUtil() - Constructor for class com.google.javascript.rhino.TokenUtil
 
toListOfStrings(JsonElement) - Static method in class org.plovr.GsonUtil
 
toMaybeEnumElementType() - Method in class com.google.javascript.rhino.jstype.EnumElementType
 
toMaybeEnumElementType() - Method in class com.google.javascript.rhino.jstype.JSType
Downcasts this to an EnumElementType, or returns null if this is not an EnumElementType.
toMaybeEnumElementType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
toMaybeEnumType() - Method in class com.google.javascript.rhino.jstype.EnumType
 
toMaybeEnumType() - Method in class com.google.javascript.rhino.jstype.JSType
Downcasts this to an EnumType, or returns null if this is not an EnumType.
toMaybeEnumType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
toMaybeFunctionType() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
toMaybeFunctionType() - Method in class com.google.javascript.rhino.jstype.FunctionType
 
toMaybeFunctionType() - Method in class com.google.javascript.rhino.jstype.JSType
Downcasts this to a FunctionType, or returns null if this is not a function.
toMaybeFunctionType(JSType) - Static method in class com.google.javascript.rhino.jstype.JSType
Null-safe version of toMaybeFunctionType().
toMaybeFunctionType() - Method in class com.google.javascript.rhino.jstype.NoObjectType
 
toMaybeFunctionType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
toMaybeFunctionType() - Method in interface com.google.javascript.rhino.TypeI
 
toMaybeObjectType() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
toMaybeObjectType() - Method in class com.google.javascript.rhino.jstype.JSType
 
toMaybeObjectType() - Method in interface com.google.javascript.rhino.TypeI
 
toMaybeRecordType() - Method in class com.google.javascript.rhino.jstype.JSType
Downcasts this to a RecordType, or returns null if this is not a RecordType.
toMaybeRecordType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
toMaybeRecordType() - Method in class com.google.javascript.rhino.jstype.RecordType
 
toMaybeTemplateType() - Method in class com.google.javascript.rhino.jstype.JSType
Downcasts this to a TemplateType, or returns null if this is not a function.
toMaybeTemplateType(JSType) - Static method in class com.google.javascript.rhino.jstype.JSType
Null-safe version of toMaybeTemplateType().
toMaybeTemplateType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
toMaybeTemplateType() - Method in class com.google.javascript.rhino.jstype.TemplateType
 
toMaybeTemplatizedType() - Method in class com.google.javascript.rhino.jstype.JSType
Downcasts this to a TemplatizedType, or returns null if this is not a function.
toMaybeTemplatizedType(JSType) - Static method in class com.google.javascript.rhino.jstype.JSType
Null-safe version of toMaybeTemplatizedType().
toMaybeTemplatizedType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
toMaybeTemplatizedType() - Method in class com.google.javascript.rhino.jstype.TemplatizedType
 
toMaybeUnionType() - Method in class com.google.javascript.rhino.jstype.JSType
Downcasts this to a UnionType, or returns null if this is not a UnionType.
toMaybeUnionType() - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
toMaybeUnionType() - Method in class com.google.javascript.rhino.jstype.UnionType
 
toModuleName(URI) - Static method in class com.google.javascript.jscomp.ES6ModuleLoader
Turns a filename into a JS identifier that is used for moduleNames in rewritten code.
toObjectType() - Method in class com.google.javascript.rhino.jstype.JSType
Casts this to an ObjectType, or returns null if this is not an ObjectType.
TOP - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
TOP_DICT - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
TOP_MASK - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
TOP_OBJECT - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
TOP_SCALAR - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
TOP_SCALAR_MASK - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
TOP_STRUCT - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
topFunction() - Method in class com.google.javascript.jscomp.newtypes.JSTypes
 
toPySanitizedContentOrdainer(SanitizedContent.ContentKind) - Static method in class com.google.template.soy.data.internalutils.NodeContentKinds
Given a SanitizedContent.ContentKind, returns the corresponding Python sanitize class.
toPyString() - Method in class com.google.template.soy.pysrc.restricted.PyExpr
Convert the given type to a Python String expression.
toPyString() - Method in class com.google.template.soy.pysrc.restricted.PyListExpr
 
toPyString() - Method in class com.google.template.soy.pysrc.restricted.PyStringExpr
 
toSource(Node) - Method in class com.google.javascript.jscomp.AbstractCompiler
Prints a node to source code.
toSource() - Method in class com.google.javascript.jscomp.Compiler
Converts the main parse tree back to JS code.
toSource(JSModule) - Method in class com.google.javascript.jscomp.Compiler
Converts the parse tree for a module back to JS code.
toSource(Compiler.CodeBuilder, int, Node) - Method in class com.google.javascript.jscomp.Compiler
Writes out JS code from a root node.
toSource(Node) - Method in class com.google.javascript.jscomp.Compiler
Generates JavaScript source code for an AST, doesn't generate source map info.
toSourceArray() - Method in class com.google.javascript.jscomp.Compiler
Converts the parse tree for each input back to JS code.
toSourceArray(JSModule) - Method in class com.google.javascript.jscomp.Compiler
Converts the parse tree for each input in a module back to JS code.
toSourceString() - Method in interface com.google.template.soy.basetree.Node
Builds a Soy source string that could be the source for this node.
toSourceString() - Method in class com.google.template.soy.exprtree.AbstractOperatorNode
 
toSourceString() - Method in class com.google.template.soy.exprtree.BooleanNode
 
toSourceString() - Method in class com.google.template.soy.exprtree.DataAccessNode
 
toSourceString() - Method in class com.google.template.soy.exprtree.ExprRootNode
 
toSourceString() - Method in class com.google.template.soy.exprtree.FloatNode
 
toSourceString() - Method in class com.google.template.soy.exprtree.FunctionNode
 
toSourceString() - Method in class com.google.template.soy.exprtree.GlobalNode
 
toSourceString() - Method in class com.google.template.soy.exprtree.IntegerNode
 
toSourceString() - Method in class com.google.template.soy.exprtree.ListLiteralNode
 
toSourceString() - Method in class com.google.template.soy.exprtree.MapLiteralNode
 
toSourceString() - Method in class com.google.template.soy.exprtree.NullNode
 
toSourceString() - Method in class com.google.template.soy.exprtree.StringNode
Equivalent to toSourceString(false).
toSourceString(boolean) - Method in class com.google.template.soy.exprtree.StringNode
Builds a Soy string literal for this string value (including the surrounding single quotes).
toSourceString() - Method in class com.google.template.soy.exprtree.VarNode
 
toSourceString() - Method in class com.google.template.soy.exprtree.VarRefNode
 
toSourceString() - Method in class com.google.template.soy.soytree.CallNode
 
toSourceString() - Method in class com.google.template.soy.soytree.CallParamContentNode
 
toSourceString() - Method in class com.google.template.soy.soytree.CaseOrDefaultNode
 
toSourceString() - Method in class com.google.template.soy.soytree.ForeachIfemptyNode
 
toSourceString() - Method in class com.google.template.soy.soytree.ForeachNonemptyNode
 
toSourceString() - Method in class com.google.template.soy.soytree.IfCondNode
 
toSourceString() - Method in class com.google.template.soy.soytree.IfElseNode
 
toSourceString() - Method in class com.google.template.soy.soytree.IfNode
 
toSourceString() - Method in class com.google.template.soy.soytree.jssrc.GoogMsgDefNode
 
toSourceString() - Method in class com.google.template.soy.soytree.jssrc.GoogMsgRefNode
 
toSourceString() - Method in class com.google.template.soy.soytree.LetContentNode
 
toSourceString() - Method in class com.google.template.soy.soytree.MsgFallbackGroupNode
 
toSourceString() - Method in class com.google.template.soy.soytree.MsgHtmlTagNode
 
toSourceString() - Method in class com.google.template.soy.soytree.MsgNode
 
toSourceString() - Method in class com.google.template.soy.soytree.MsgPlaceholderNode
 
toSourceString() - Method in class com.google.template.soy.soytree.PrintDirectiveNode
 
toSourceString() - Method in class com.google.template.soy.soytree.PrintNode
 
toSourceString() - Method in class com.google.template.soy.soytree.RawTextNode
 
toSourceString() - Method in class com.google.template.soy.soytree.SoyFileNode
 
toSourceString() - Method in class com.google.template.soy.soytree.SoyFileSetNode
 
toSourceString() - Method in class com.google.template.soy.soytree.TemplateNode
 
toSoyData(boolean) - Static method in class com.google.template.soy.shared.restricted.SoyJavaRuntimeFunctionUtils
Deprecated.
Converts a boolean value to a SoyData (specifically a BooleanData).
toSoyData(int) - Static method in class com.google.template.soy.shared.restricted.SoyJavaRuntimeFunctionUtils
Deprecated.
Converts an int value to a SoyData (specifically an IntegerData).
toSoyData(double) - Static method in class com.google.template.soy.shared.restricted.SoyJavaRuntimeFunctionUtils
Deprecated.
Converts a double value to a SoyData (specifically a FloatData).
toSoyData(String) - Static method in class com.google.template.soy.shared.restricted.SoyJavaRuntimeFunctionUtils
Deprecated.
Converts a String value to a SoyData (specifically a StringData).
toSoyData(boolean) - Static method in class com.google.template.soy.tofu.restricted.SoyTofuFunctionUtils
Deprecated.
Converts a boolean value to a SoyData (specifically a BooleanData).
toSoyData(int) - Static method in class com.google.template.soy.tofu.restricted.SoyTofuFunctionUtils
Deprecated.
Converts an int value to a SoyData (specifically an IntegerData).
toSoyData(double) - Static method in class com.google.template.soy.tofu.restricted.SoyTofuFunctionUtils
Deprecated.
Converts a double value to a SoyData (specifically a FloatData).
toSoyData(String) - Static method in class com.google.template.soy.tofu.restricted.SoyTofuFunctionUtils
Deprecated.
Converts a String value to a SoyData (specifically a StringData).
toSoyData() - Method in class org.plovr.docgen.ClassDescriptor
 
toSoyData() - Method in interface org.plovr.docgen.Descriptor
 
toSoyData() - Method in class org.plovr.docgen.EnumDescriptor
 
toSoyData() - Method in class org.plovr.docgen.EnumValueDescriptor
 
toSoyData() - Method in class org.plovr.docgen.LibraryDescriptor
 
toSoyData() - Method in class org.plovr.docgen.MethodDescriptor
 
toSoyData() - Method in class org.plovr.docgen.ParamDescriptor
 
toString() - Method in class com.google.common.css.compiler.ast.CssAtRuleNode
For debugging only.
toString() - Method in enum com.google.common.css.compiler.ast.CssAtRuleNode.Type
For debugging only.
toString() - Method in class com.google.common.css.compiler.ast.CssBooleanExpressionNode
For debugging only.
toString() - Method in enum com.google.common.css.compiler.ast.CssBooleanExpressionNode.Type
For debugging only.
toString() - Method in class com.google.common.css.compiler.ast.CssCombinatorNode
 
toString() - Method in class com.google.common.css.compiler.ast.CssComponentNode
For debugging only.
toString() - Method in enum com.google.common.css.compiler.ast.CssCompositeValueNode.Operator
For debugging only.
toString() - Method in class com.google.common.css.compiler.ast.CssCompositeValueNode
 
toString() - Method in class com.google.common.css.compiler.ast.CssCustomFunctionNode
 
toString() - Method in class com.google.common.css.compiler.ast.CssDeclarationNode
For debugging only.
toString() - Method in class com.google.common.css.compiler.ast.CssDefinitionNode
For debugging only.
toString() - Method in class com.google.common.css.compiler.ast.CssFunctionNode.Function
For debugging only.
toString() - Method in class com.google.common.css.compiler.ast.CssFunctionNode
 
toString() - Method in class com.google.common.css.compiler.ast.CssHexColorNode
 
toString() - Method in class com.google.common.css.compiler.ast.CssKeyframeRulesetNode
For debugging only.
toString() - Method in class com.google.common.css.compiler.ast.CssKeyframesNode
For debugging only.
toString() - Method in class com.google.common.css.compiler.ast.CssKeyNode
For debugging only.
toString() - Method in class com.google.common.css.compiler.ast.CssNode
This is the default implementation of toString().
toString() - Method in class com.google.common.css.compiler.ast.CssNodesListNode
For debugging only.
toString() - Method in class com.google.common.css.compiler.ast.CssNumericNode
 
toString() - Method in class com.google.common.css.compiler.ast.CssPropertyNode
 
toString() - Method in class com.google.common.css.compiler.ast.CssPseudoClassNode
 
toString() - Method in enum com.google.common.css.compiler.ast.CssRefinerNode.Refiner
 
toString() - Method in class com.google.common.css.compiler.ast.CssRefinerNode
 
toString() - Method in class com.google.common.css.compiler.ast.CssRootNode
Debugging only.
toString() - Method in class com.google.common.css.compiler.ast.CssRulesetNode
For debugging only.
toString() - Method in class com.google.common.css.compiler.ast.CssSelectorNode.Specificity
 
toString() - Method in class com.google.common.css.compiler.ast.CssSelectorNode
For debugging only.
toString() - Method in class com.google.common.css.compiler.ast.CssStringNode
 
toString(Function<? super String, String>) - Method in class com.google.common.css.compiler.ast.CssStringNode
Generates a CSS snippet representing this node.
toString(String, Function<? super String, String>) - Method in enum com.google.common.css.compiler.ast.CssStringNode.Type
 
toString() - Method in class com.google.common.css.compiler.ast.CssUnknownAtRuleNode
For debugging only.
toString() - Method in class com.google.common.css.compiler.ast.CssValueNode
Use for debugging only.
toString() - Method in class com.google.common.css.compiler.ast.Token
Returns the image.
toString() - Method in class com.google.javascript.jscomp.Compiler.CodeBuilder
Returns all text in the text buffer.
toString() - Method in class com.google.javascript.jscomp.CompilerInput
 
toString() - Method in class com.google.javascript.jscomp.ComposeWarningsGuard
 
toString() - Method in class com.google.javascript.jscomp.ControlFlowGraph
 
toString() - Method in class com.google.javascript.jscomp.deps.SimpleDependencyInfo
 
toString() - Method in class com.google.javascript.jscomp.DiagnosticGroup
 
toString() - Method in class com.google.javascript.jscomp.DiagnosticGroupWarningsGuard
 
toString() - Method in class com.google.javascript.jscomp.DiagnosticType
 
toString() - Method in class com.google.javascript.jscomp.graph.LinkedDirectedGraph.LinkedDirectedGraphNode
 
toString() - Method in class com.google.javascript.jscomp.JSError
 
toString() - Method in class com.google.javascript.jscomp.JsMessage.PlaceholderReference
 
toString() - Method in class com.google.javascript.jscomp.JsMessage
 
toString() - Method in class com.google.javascript.jscomp.JSModule
Returns the module name (primarily for debugging).
toString() - Method in class com.google.javascript.jscomp.newtypes.Declaration
 
toString() - Method in class com.google.javascript.jscomp.newtypes.DeclaredFunctionType
 
toString() - Method in class com.google.javascript.jscomp.newtypes.EnumType
 
toString() - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
toString() - Method in class com.google.javascript.jscomp.newtypes.JSType
 
toString() - Method in class com.google.javascript.jscomp.newtypes.NominalType
 
toString() - Method in class com.google.javascript.jscomp.newtypes.QualifiedName
 
toString() - Method in class com.google.javascript.jscomp.newtypes.RawNominalType
 
toString() - Method in class com.google.javascript.jscomp.newtypes.TypeEnv
 
toString() - Method in class com.google.javascript.jscomp.parsing.parser.IdentifierToken
 
toString() - Method in enum com.google.javascript.jscomp.parsing.parser.Keywords
 
toString() - Method in class com.google.javascript.jscomp.parsing.parser.LiteralToken
 
toString() - Method in class com.google.javascript.jscomp.parsing.parser.Token
 
toString() - Method in enum com.google.javascript.jscomp.parsing.parser.TokenType
 
toString() - Method in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
toString() - Method in class com.google.javascript.jscomp.parsing.parser.util.SourcePosition
 
toString() - Method in class com.google.javascript.jscomp.parsing.parser.util.SourceRange
 
toString() - Method in class com.google.javascript.jscomp.regex.RegExpTree
 
toString() - Method in class com.google.javascript.jscomp.Scope
 
toString() - Method in class com.google.javascript.jscomp.SourceFile
 
toString() - Method in class com.google.javascript.jscomp.SourceMap.LocationMapping
 
toString() - Method in class com.google.javascript.jscomp.SymbolTable.Symbol
 
toString() - Method in class com.google.javascript.jscomp.SymbolTable.SymbolScope
 
toString() - Method in class com.google.javascript.jscomp.TypedVar
 
toString() - Method in class com.google.javascript.jscomp.Var
 
toString() - Method in exception com.google.javascript.jscomp.webservice.common.AbstractWebServiceException
 
toString() - Method in enum com.google.javascript.jscomp.webservice.common.Protocol.ApiKeyResponse
 
toString() - Method in enum com.google.javascript.jscomp.webservice.common.Protocol.OutputFormatKey
 
toString() - Method in enum com.google.javascript.jscomp.webservice.common.Protocol.RequestKey
 
toString() - Method in enum com.google.javascript.jscomp.webservice.common.Protocol.ResponseTag
 
toString() - Method in class com.google.javascript.refactoring.CodeReplacement
 
toString() - Method in class com.google.javascript.refactoring.SuggestedFix
 
toString() - Method in class com.google.javascript.rhino.InputId
 
toString() - Method in class com.google.javascript.rhino.JSDocInfo
 
toString() - Method in class com.google.javascript.rhino.jstype.JSType
A string representation of this type, suitable for printing in warnings.
toString() - Method in class com.google.javascript.rhino.jstype.Property
 
toString() - Method in class com.google.javascript.rhino.jstype.SimpleReference
 
toString() - Method in class com.google.javascript.rhino.jstype.TemplateTypeMap
 
toString() - Method in class com.google.javascript.rhino.JSTypeExpression
 
toString() - Method in class com.google.javascript.rhino.Node
 
toString(boolean, boolean, boolean) - Method in class com.google.javascript.rhino.Node
 
toString() - Method in class com.google.javascript.rhino.SimpleSourceFile
 
toString() - Method in class com.google.template.soy.base.internal.IndentedLinesBuilder
Returns the current content as a string.
toString() - Method in class com.google.template.soy.base.SourceLocation
 
toString() - Method in class com.google.template.soy.basetree.AbstractNode
 
toString() - Method in enum com.google.template.soy.basetree.SyntaxVersion
 
toString() - Method in class com.google.template.soy.data.restricted.BooleanData
 
toString() - Method in class com.google.template.soy.data.restricted.FloatData
 
toString(double) - Static method in class com.google.template.soy.data.restricted.FloatData
Returns Soy's idea of a double as a string.
toString() - Method in class com.google.template.soy.data.restricted.IntegerData
 
toString() - Method in class com.google.template.soy.data.restricted.NullData
 
toString() - Method in class com.google.template.soy.data.restricted.StringData
 
toString() - Method in class com.google.template.soy.data.restricted.UndefinedData
 
toString() - Method in class com.google.template.soy.data.SanitizedContent
 
toString() - Method in class com.google.template.soy.data.SoyAbstractMap
 
toString() - Method in class com.google.template.soy.data.SoyData
This was a required method in the old SoyData interface.
toString() - Method in class com.google.template.soy.data.SoyListData
This was a required method in the old SoyData interface.
toString() - Method in class com.google.template.soy.data.SoyMapData
This was a required method in the old SoyData interface.
toString() - Method in class com.google.template.soy.error.SoyError
 
toString() - Method in class com.google.template.soy.exprparse.Token
Returns the image.
toString() - Method in class com.google.template.soy.internal.base.Pair
toString() - Method in class com.google.template.soy.internal.targetexpr.TargetExpr
 
toString() - Method in class com.google.template.soy.jbcsrc.api.AdvisingStringBuilder
 
toString() - Method in class com.google.template.soy.jbcsrc.api.RenderResult
 
toString(JsExpr) - Static method in class com.google.template.soy.jssrc.restricted.JsExprUtils
 
toString() - Method in class com.google.template.soy.msgs.restricted.SoyMsg
 
toString() - Method in class com.google.template.soy.msgs.restricted.SoyMsgPluralCaseSpec
 
toString() - Method in class com.google.template.soy.msgs.restricted.SoyMsgRawTextPart
 
toString() - Method in class com.google.template.soy.parsepasses.contextautoesc.Context
 
toString() - Method in class com.google.template.soy.parsepasses.contextautoesc.SlicedRawTextNode.RawTextSlice
For debugging.
toString() - Method in class com.google.template.soy.soyparse.Token
Returns the image.
toString() - Method in class com.google.template.soy.soytree.AbstractSoyNode
 
toString() - Method in class com.google.template.soy.soytree.TemplateDelegateNode.DelTemplateKey
 
toString() - Method in enum com.google.template.soy.soytree.TemplateNode.Priority
 
toString() - Method in enum com.google.template.soy.soytree.TemplateNodeBuilder.DeclInfo.Type
 
toString() - Method in class com.google.template.soy.types.aggregate.ListType
 
toString() - Method in class com.google.template.soy.types.aggregate.MapType
 
toString() - Method in class com.google.template.soy.types.aggregate.RecordType
 
toString() - Method in class com.google.template.soy.types.aggregate.UnionType
 
toString() - Method in class com.google.template.soy.types.parse.Token
Returns the image.
toString() - Method in class com.google.template.soy.types.primitive.AnyType
 
toString() - Method in class com.google.template.soy.types.primitive.BoolType
 
toString() - Method in class com.google.template.soy.types.primitive.ErrorType
 
toString() - Method in class com.google.template.soy.types.primitive.FloatType
 
toString() - Method in class com.google.template.soy.types.primitive.IntType
 
toString() - Method in class com.google.template.soy.types.primitive.NullType
 
toString() - Method in class com.google.template.soy.types.primitive.SanitizedType
 
toString() - Method in class com.google.template.soy.types.primitive.StringType
 
toString() - Method in class com.google.template.soy.types.primitive.UnknownType
 
toString() - Method in class org.plovr.AbstractJsInput
 
toString() - Method in enum org.plovr.cli.Command
 
toString() - Method in class org.plovr.Compilation
 
toString() - Method in class org.plovr.Config
 
toString(File) - Static method in class org.plovr.io.Files
 
toString() - Method in class org.plovr.ModuleConfig.ModuleInfo
 
toString() - Method in class org.plovr.util.Pair
 
toStringTree() - Method in class com.google.javascript.rhino.Node
 
toStringVerbose() - Method in class com.google.javascript.rhino.JSDocInfo
 
toTreeString(int) - Method in class com.google.template.soy.basetree.AbstractNode
 
toTreeString(int) - Method in class com.google.template.soy.basetree.MixinParentNode
Builds a string that visually shows the subtree rooted at this node (for debugging).
toTreeString(int) - Method in interface com.google.template.soy.basetree.Node
Builds a string that visually shows the subtree rooted at this node (for debugging).
toTreeString(int) - Method in class com.google.template.soy.exprtree.AbstractParentExprNode
 
toTreeString(int) - Method in class com.google.template.soy.soytree.AbstractParentSoyNode
 
toTreeString(int) - Method in class com.google.template.soy.soytree.CallParamContentNode
 
toTreeString(int) - Method in class com.google.template.soy.soytree.LetContentNode
 
tracker - Variable in class com.google.javascript.jscomp.Compiler
 
tracksGzSize() - Method in class com.google.javascript.jscomp.PerformanceTracker
 
tracksSize() - Method in class com.google.javascript.jscomp.PerformanceTracker
 
TransformAMDToCJSModule - Class in com.google.javascript.jscomp
Rewrites an AMD module https://github.com/amdjs/amdjs-api/wiki/AMD to a CommonJS module.
TransformAMDToCJSModule(AbstractCompiler) - Constructor for class com.google.javascript.jscomp.TransformAMDToCJSModule
 
transformByApplyProperty(JSTypes) - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
transformByCallProperty() - Method in class com.google.javascript.jscomp.newtypes.FunctionType
 
TransitiveDepTemplatesInfo(Set<TemplateNode>) - Constructor for class com.google.template.soy.sharedpasses.FindTransitiveDepTemplatesVisitor.TransitiveDepTemplatesInfo
 
translate(String) - Static method in class org.plovr.i18n.PseudoTranslator
 
TranslateToJsExprVisitor - Class in com.google.template.soy.jssrc.internal
Visitor for translating a Soy expression (in the form of an ExprNode) into an equivalent JS expression.
TranslateToJsExprVisitor.TranslateToJsExprVisitorFactory - Interface in com.google.template.soy.jssrc.internal
Injectable factory for creating an instance of this class.
translateXlf(File, File) - Static method in class org.plovr.i18n.PseudoTranslator
 
translateXlf(InputStream, Writer) - Static method in class org.plovr.i18n.PseudoTranslator
 
TRANSLATOR_NAME - Static variable in class com.google.template.soy.pysrc.restricted.PyExprUtils
The variable name used to reference the current translator instance.
traverse(Node) - Method in class com.google.javascript.jscomp.NodeTraversal
Traverses a parse tree recursively.
traverse(AbstractCompiler, Node, NodeTraversal.Callback) - Static method in class com.google.javascript.jscomp.NodeTraversal
Traverses a node recursively.
traverseChangedFunctions(AbstractCompiler, NodeTraversal.FunctionCallback) - Static method in class com.google.javascript.jscomp.NodeTraversal
Traversal for passes that work only on changed functions.
traverseEdge(Node, Edge, Node) - Method in interface com.google.javascript.jscomp.graph.FixedPointGraphTraversal.EdgeCallback
Update the state of the destination node when the given edge is traversed.
traverseEdge(N, E, N) - Method in class com.google.javascript.jscomp.graph.GraphReachability
 
traverseEs6(AbstractCompiler, Node, NodeTraversal.Callback) - Static method in class com.google.javascript.jscomp.NodeTraversal
Traverses using the ES6SyntacticScopeCreator
traverseFunctionOutOfBand(Node, Scope) - Method in class com.google.javascript.jscomp.NodeTraversal
Traverse a function out-of-band of normal traversal.
traverseRoots(AbstractCompiler, NodeTraversal.Callback, Node, Node) - Static method in class com.google.javascript.jscomp.NodeTraversal
 
traverseTyped(AbstractCompiler, Node, NodeTraversal.Callback) - Static method in class com.google.javascript.jscomp.NodeTraversal
 
treatThisTypesAsCovariant(FunctionType, JSType.ImplCache) - Method in class com.google.javascript.rhino.jstype.FunctionType
 
TRIP_INFO - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoCallWithoutParamSoyTemplateInfo
The full record of the trip ('name' and 'destination').
TRIP_INFO - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .demoCallWithoutParam.
TRUE - Static variable in class com.google.javascript.rhino.Token
Token types.
TRUE - Static variable in class com.google.template.soy.data.restricted.BooleanData
Static instance of BooleanData with value 'true'.
TRUE_CONSTANT - Static variable in enum com.google.common.css.compiler.ast.CssBooleanExpressionNode.Type
 
TRUE_MASK - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
TRUE_TYPE - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
trueConditionNames - Variable in class com.google.common.css.JobDescription
 
trueNode() - Static method in class com.google.javascript.rhino.IR
 
TRUTHY - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
TRUTHY_MASK - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
TRY - Static variable in class com.google.javascript.rhino.Token
Token types.
tryCatch(Node, Node) - Static method in class com.google.javascript.rhino.IR
 
tryCatchFinally(Node, Node, Node) - Static method in class com.google.javascript.rhino.IR
 
tryFinally(Node, Node) - Static method in class com.google.javascript.rhino.IR
 
TryStatementTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
TryStatementTree(SourceRange, ParseTree, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.TryStatementTree
 
TWEAKS - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
TWO - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoPrintSoyTemplateInfo
Preferably the number 2.
TWO - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .demoPrint.
type - Variable in enum com.google.javascript.jscomp.parsing.parser.Keywords
 
type - Variable in class com.google.javascript.jscomp.parsing.parser.Token
 
type - Variable in class com.google.javascript.jscomp.parsing.parser.trees.Comment
 
type - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComprehensionTree
 
type - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ParseTree
 
type() - Method in interface com.google.template.soy.exprtree.VarDefn
Returns the data type of this variable.
type() - Method in class com.google.template.soy.jbcsrc.api.RenderResult
Returns the RenderResult.Type of this result.
type() - Method in class com.google.template.soy.soytree.defn.SoyDocParam
 
type() - Method in class com.google.template.soy.soytree.TemplateNodeBuilder.DeclInfo
 
TYPE_ALIAS - Static variable in class com.google.javascript.rhino.Token
Token types.
TYPE_BEFORE_CAST - Static variable in class com.google.javascript.rhino.Node
 
TYPE_ERROR_FUNCTION_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
TYPE_ERROR_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
TYPE_INVALIDATION - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
typeA - Variable in class com.google.javascript.rhino.jstype.JSType.TypePair
 
TypeAliasTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
TypeAliasTree(SourceRange, IdentifierToken, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.TypeAliasTree
 
typeAnnotation - Variable in class com.google.javascript.jscomp.parsing.parser.trees.TypedParameterTree
 
typeArguments - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ParameterizedTypeTree
 
typeB - Variable in class com.google.javascript.rhino.jstype.JSType.TypePair
 
TypeCheck - Class in com.google.javascript.jscomp
Checks the types of JS expressions against any declared type information.
TypeCheck(AbstractCompiler, ReverseAbstractInterpreter, JSTypeRegistry, TypedScope, MemoizedScopeCreator, CheckLevel) - Constructor for class com.google.javascript.jscomp.TypeCheck
 
TypeCheck(AbstractCompiler, ReverseAbstractInterpreter, JSTypeRegistry, CheckLevel) - Constructor for class com.google.javascript.jscomp.TypeCheck
 
TypeDeclarationNode(int, String) - Constructor for class com.google.javascript.rhino.Node.TypeDeclarationNode
 
TypeDeclarationNode(int) - Constructor for class com.google.javascript.rhino.Node.TypeDeclarationNode
 
TypeDeclarationNode(int, Node) - Constructor for class com.google.javascript.rhino.Node.TypeDeclarationNode
 
TypeDeclarationNode(int, Node, Node) - Constructor for class com.google.javascript.rhino.Node.TypeDeclarationNode
 
TypeDeclarationNode(int, Node, Node, Node) - Constructor for class com.google.javascript.rhino.Node.TypeDeclarationNode
 
TypeDeclarationsIR - Class in com.google.javascript.rhino
An AST construction helper class for TypeDeclarationNode
TypeDeclarationsIR() - Constructor for class com.google.javascript.rhino.TypeDeclarationsIR
 
TypeDeclarationsIRFactory() - Constructor for class com.google.javascript.jscomp.JsdocToEs6TypedConverter.TypeDeclarationsIRFactory
 
Typedef - Class in com.google.javascript.jscomp.newtypes
 
typedefs - Variable in class com.google.javascript.jscomp.newtypes.Namespace
 
TypedParameterTree - Class in com.google.javascript.jscomp.parsing.parser.trees
A parameter with a type specified.
TypedParameterTree(SourceRange, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.TypedParameterTree
 
TypedScope - Class in com.google.javascript.jscomp
TypedScope contains information about variables and their types.
TypedVar - Class in com.google.javascript.jscomp
Several methods in this class, such as isVar throw an exception when called.
TypeEnv - Class in com.google.javascript.jscomp.newtypes
A persistent map from variables to abstract values (types)
TypeEnv() - Constructor for class com.google.javascript.jscomp.newtypes.TypeEnv
 
TypeExpression - Class in org.plovr.docgen
 
TypeExpression.Builder - Class in org.plovr.docgen
 
TypeI - Interface in com.google.javascript.rhino
A common interface for types in the old type system and the new type system, so that the other passes need not know which type system they are using.
TypeIRegistry - Interface in com.google.javascript.rhino
 
TypeMatchingStrategy - Enum in com.google.javascript.jscomp
The different strategies for matching the JSType of nodes.
TypeMatchingStrategy.MatchResult - Class in com.google.javascript.jscomp
The result of comparing two different JSType instances.
typeName - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ParameterizedTypeTree
 
TypeNameTree - Class in com.google.javascript.jscomp.parsing.parser.trees
Parse tree node representing a type name (of the form foo.bar.Baz) split into segments ( [foo, bar, Baz]).
TypeNameTree(SourceRange, ImmutableList<String>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.TypeNameTree
 
TYPEOF - Static variable in class com.google.javascript.rhino.Token
Token types.
TypePair(JSType, JSType) - Constructor for class com.google.javascript.rhino.jstype.JSType.TypePair
 
TypeParser - Class in com.google.template.soy.types.parse
This parser's specification is in TypeParser.jj, which is read by JavaCC and transformed into TypeParser.java.
TypeParser(String, SoyTypeRegistry) - Constructor for class com.google.template.soy.types.parse.TypeParser
Constructor that takes a string input.
TypeParser(InputStream) - Constructor for class com.google.template.soy.types.parse.TypeParser
Constructor with InputStream.
TypeParser(InputStream, String) - Constructor for class com.google.template.soy.types.parse.TypeParser
Constructor with InputStream and supplied encoding
TypeParser(Reader) - Constructor for class com.google.template.soy.types.parse.TypeParser
Constructor.
TypeParser(TypeParserTokenManager) - Constructor for class com.google.template.soy.types.parse.TypeParser
Constructor with generated Token Manager.
TypeParserConstants - Interface in com.google.template.soy.types.parse
Token literal values and constants.
TypeParserTokenManager - Class in com.google.template.soy.types.parse
Token Manager.
TypeParserTokenManager(SimpleCharStream) - Constructor for class com.google.template.soy.types.parse.TypeParserTokenManager
Constructor.
TypeParserTokenManager(SimpleCharStream, int) - Constructor for class com.google.template.soy.types.parse.TypeParserTokenManager
Constructor.
TypePosition() - Constructor for class com.google.javascript.rhino.JSDocInfo.TypePosition
 
TypeQueryTree - Class in com.google.javascript.jscomp.parsing.parser.trees
Parse tree node representing a type query of the form typeof foo.bar.baz
TypeQueryTree(SourceRange, ImmutableList<String>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.TypeQueryTree
 
types - Variable in class com.google.javascript.jscomp.parsing.parser.trees.UnionTypeTree
 
TypeScriptCompiler - Class in org.plovr
 
TypeScriptFile - Class in org.plovr
 
typeSrc() - Method in class com.google.template.soy.soytree.defn.HeaderParam
Returns the original source string for the param type.
TypeTransformationParser - Class in com.google.javascript.jscomp.parsing
A parser for the type transformation expressions (TTL-Exp) as in
TypeTransformationParser(String, StaticSourceFile, ErrorReporter, int, int) - Constructor for class com.google.javascript.jscomp.parsing.TypeTransformationParser
 
TypeTransformationParser.Keywords - Enum in com.google.javascript.jscomp.parsing
Keywords of the type transformation language
TypeTransformationParser.OperationKind - Enum in com.google.javascript.jscomp.parsing
The classification of the keywords
TYPEVAR_MASK - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 

U

U2U_CONSTRUCTOR_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
U2U_FUNCTION_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
unary_operator() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
UNARY_OR_BINARY_OP - Static variable in interface com.google.template.soy.exprparse.ExpressionParserConstants
RegularExpression Id.
UnaryExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
UnaryExpressionTree(SourceRange, Token, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.UnaryExpressionTree
 
unboxesTo() - Method in class com.google.javascript.rhino.jstype.JSType
Turn an object type to its corresponding scalar type.
unboxesTo() - Method in class com.google.javascript.rhino.jstype.PrototypeObjectType
 
UNCUSTOMIZED_INSTANCE - Static variable in class com.google.template.soy.data.SoyValueHelper
Static instance of this class that does not include any custom value converters.
UndeclaredVar - Class in com.google.template.soy.soytree.defn
A reference to an undeclared variable, used in legacy templates.
UndeclaredVar(String) - Constructor for class com.google.template.soy.soytree.defn.UndeclaredVar
 
UNDEFINED - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
UNDEFINED_MASK - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
UNDEFINED_NAMES - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
UNDEFINED_TYPE - Static variable in class com.google.javascript.rhino.Token
Token types.
UNDEFINED_VARIABLES - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
UndefinedData - Class in com.google.template.soy.data.restricted
Undefined data.
UndefinedData() - Constructor for class com.google.template.soy.data.restricted.UndefinedData
Deprecated.
undefinedType() - Static method in class com.google.javascript.rhino.TypeDeclarationsIR
 
UNDERSCORE - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
UndiGraph<N,E> - Class in com.google.javascript.jscomp.graph
A generic undirected graph.
UndiGraph() - Constructor for class com.google.javascript.jscomp.graph.UndiGraph
 
UndiGraph.UndiGraphEdge<N,E> - Interface in com.google.javascript.jscomp.graph
A generic undirected graph edge.
UndiGraph.UndiGraphNode<N,E> - Interface in com.google.javascript.jscomp.graph
A generic undirected graph node.
unescape(String) - Static method in class com.google.common.css.compiler.ast.CssStringNode
Determines the canonical Java String representation of a value encoded in CSS syntax.
unescapeHtml(String) - Static method in class com.google.template.soy.internal.base.UnescapeUtils
Replace all the occurrences of HTML entities with the appropriate code-points.
unescapeJs(String) - Static method in class com.google.template.soy.internal.base.UnescapeUtils
Unescapes a Javascript string.
UnescapeUtils - Class in com.google.template.soy.internal.base
Utilities for unescaping strings from context-specific formats.
unexpectedStateError(int) - Static method in class com.google.template.soy.jbcsrc.runtime.Runtime
 
UNHANDLED_EXCEPTION_EXIT_CODE - Static variable in class com.google.common.css.AbstractCommandLineCompiler
Exit code for unhandled exceptions (such as IOException).
UNICODE - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
UNICODE_RANGE - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
UNICODE_RANGE_TEXT - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
unicodeWrap(String, boolean, boolean) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Formats a given string of unknown directionality for use in plain-text output of the context directionality, so an opposite-directionality string is neither garbled nor garbles its surroundings.
unicodeWrap(String, boolean) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Operates like BidiFormatter.unicodeWrap(String, boolean, boolean), but assumes isolate is true.
unicodeWrap(String) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Operates like BidiFormatter.unicodeWrap(String, boolean, boolean), but assumes isHtml is false and isolate is true.
unicodeWrapWithKnownDir(Dir, String, boolean, boolean) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Formats a string of given directionality for use in plain-text output of the context directionality, so an opposite-directionality string is neither garbled nor garbles its surroundings.
unicodeWrapWithKnownDir(Dir, String, boolean) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
unicodeWrapWithKnownDir(Dir, String) - Method in class com.google.template.soy.internal.i18n.BidiFormatter
Operates like BidiFormatter.unicodeWrapWithKnownDir(Dir, String, boolean, boolean), but assumes isHtml is false and isolate is true.
UniformVisitor - Class in com.google.common.css.compiler.passes
A visitor with a pair of operations (enter and leave) that apply to every node type.
UniformVisitor() - Constructor for class com.google.common.css.compiler.passes.UniformVisitor
 
unifyWithSubtype(JSType, List<String>, Multimap<String, JSType>) - Method in class com.google.javascript.jscomp.newtypes.JSType
Unify this, which may contain free type variables, with other, a concrete subtype, modifying the supplied typeMultimap to add any new template variable type bindings.
union(E, E) - Method in class com.google.javascript.jscomp.graph.StandardUnionFind
 
union(E, E) - Method in interface com.google.javascript.jscomp.graph.UnionFind
Unions the equivalence classes of a and b and returns the representative of the resulting equivalence class.
union(BooleanLiteralSet) - Method in enum com.google.javascript.rhino.jstype.BooleanLiteralSet
Computes the union of this set and that.
UNION_IS_UNINHABITABLE - Static variable in class com.google.javascript.jscomp.newtypes.JSTypeCreatorFromJSDoc
 
UNION_TYPE - Static variable in class com.google.javascript.rhino.Token
Token types.
UnionFind<E> - Interface in com.google.javascript.jscomp.graph
Union-Find is a classical algorithm used to find connected components in graph theory.
UnionType - Class in com.google.javascript.rhino.jstype
The UnionType implements a common JavaScript idiom in which the code is specifically designed to work with multiple input types.
unionType(Iterable<Node.TypeDeclarationNode>) - Static method in class com.google.javascript.rhino.TypeDeclarationsIR
Represents a union type, which can be one of the given types.
unionType(Node.TypeDeclarationNode...) - Static method in class com.google.javascript.rhino.TypeDeclarationsIR
 
UnionType - Class in com.google.template.soy.types.aggregate
Type representing a set of possible alternative types.
UnionTypeBuilder - Class in com.google.javascript.rhino.jstype
A builder for union types.
UnionTypeBuilder(JSTypeRegistry) - Constructor for class com.google.javascript.rhino.jstype.UnionTypeBuilder
 
UnionTypeTree - Class in com.google.javascript.jscomp.parsing.parser.trees
Parse tree node representing a union type of the form foo | bar | baz.
UnionTypeTree(SourceRange, ImmutableList<ParseTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.UnionTypeTree
 
UNIQUE_ID_GENERATOR - Static variable in class com.google.javascript.jscomp.CompilerOptions
A renaming map instance to use to signal the use of the "inconsistent" id generator type.
unit() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
UNKNOWN - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
UNKNOWN - Static variable in class com.google.template.soy.base.SourceLocation
Deprecated.
There is no reason to use this other than laziness. Soy has complete source location information.
UNKNOWN_DEFINES - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
UNKNOWN_MASK - Static variable in class com.google.javascript.jscomp.newtypes.JSType
 
UNKNOWN_NAME - Static variable in class com.google.javascript.rhino.jstype.JSType
 
UNKNOWN_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
UnknownFormatConversionException - Exception in com.google.javascript.jscomp.parsing.parser.util.format
 
UnknownFormatConversionException(String) - Constructor for exception com.google.javascript.jscomp.parsing.parser.util.format.UnknownFormatConversionException
 
UnknownType - Class in com.google.javascript.rhino.jstype
The Unknown type.
UnknownType - Class in com.google.template.soy.types.primitive
The "unknown" type is used to indicate that the type was unspecified or could not be inferred.
UNNECESSARY_CASTS - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
unregisterPropertyOnType(String, JSType) - Method in class com.google.javascript.rhino.jstype.JSTypeRegistry
Removes the index's reference to a property on the given type (if it is currently registered).
UnrollLoops - Class in com.google.common.css.compiler.passes
A compiler pass that unrolls loops.
UnrollLoops(MutatingVisitController, ErrorManager) - Constructor for class com.google.common.css.compiler.passes.UnrollLoops
 
UnsafeMergeRulesetNodes - Class in com.google.common.css.compiler.passes
Compiler pass that merges rulesets aggressively.
UnsafeMergeRulesetNodes(CssTree, boolean, boolean) - Constructor for class com.google.common.css.compiler.passes.UnsafeMergeRulesetNodes
Constructor.
UnsafeSanitizedContentOrdainer - Class in com.google.template.soy.data
Restricted class to create SanitizedContent objects.
unsanitizedText(String, Dir) - Static method in class com.google.template.soy.data.SanitizedContents
Creates a SanitizedContent object of kind TEXT of a given direction (null if unknown).
unsanitizedText(String) - Static method in class com.google.template.soy.data.SanitizedContents
Creates a SanitizedContent object of kind TEXT and unknown direction.
UNSUPPORTED_ATTRIBUTE - Static variable in class com.google.template.soy.soytree.CommandTextAttributesParser
 
unwrap(Iterable<ExprRootNode>) - Static method in class com.google.template.soy.exprtree.ExprRootNode
 
update(Config.Builder, JsonElement) - Method in enum org.plovr.ConfigOption
 
update(Config.Builder, QueryData) - Method in enum org.plovr.ConfigOption
 
update(Config, QueryData) - Static method in class org.plovr.ConfigParser
 
UpdateLineColumn(char) - Method in class com.google.template.soy.exprparse.SimpleCharStream
 
UpdateLineColumn(char) - Method in class com.google.template.soy.soyparse.SimpleCharStream
 
UpdateLineColumn(char) - Method in class com.google.template.soy.types.parse.SimpleCharStream
 
updateNames(List<String>, List<String>, List<String>) - Method in class com.google.template.soy.shared.internal.DirectiveDigest
Update the escaper, matcher, and filter names based on the supplied lists and indices.
uri() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
URI - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
URI_ERROR_FUNCTION_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
URI_ERROR_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
uriPart - Variable in class com.google.template.soy.parsepasses.contextautoesc.Context
Determines how we encode interpolations in URI attributes and CSS uri(...).
URL - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
URSH - Static variable in class com.google.javascript.rhino.Token
Token types.
USE_OF_GOOG_BASE - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
useCaching() - Method in class com.google.template.soy.tofu.SoyTofuOptions
Returns whether the resulting SoyTofu instance should cache intermediate results after substitutions from the SoyMsgBundle and the SoyCssRenamingMap.
useEval(boolean) - Method in class com.google.javascript.jscomp.deps.ClosureBundler
 
useExistingLibraryFunction(StringBuilder, String, String) - Method in class com.google.template.soy.jssrc.internal.GenerateSoyUtilsEscapingDirectiveCode
 
useExistingLibraryFunction(StringBuilder, String, String) - Method in class com.google.template.soy.pysrc.internal.GeneratePySanitizeEscapingDirectiveCode
 
useExistingLibraryFunction(StringBuilder, String, String) - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
Use an existing library function to execute the escaping, filtering, and replacing.
useInternalBidiFlipper - Variable in class com.google.common.css.JobDescription
 
useInternalBidiFlipper() - Method in class com.google.common.css.JobDescriptionBuilder
 
USELESS_EMPTY_STATEMENT - Static variable in class com.google.javascript.jscomp.lint.CheckEmptyStatements
 
usePrimaryMsg(long, long) - Method in class com.google.template.soy.jbcsrc.api.RenderContext
Returns true if the primary msg should be used instead of the fallback.
userSuppliedPlaceholderName(String) - Method in class com.google.template.soy.soytree.CallBasicNode.Builder
 
userSuppliedPlaceholderName(String) - Method in class com.google.template.soy.soytree.CallDelegateNode.Builder
 
userSuppliedPlaceholderName(String) - Method in class com.google.template.soy.soytree.PrintNode.Builder
 
usesImplicitMatch() - Method in class com.google.javascript.rhino.JSDocInfo
Returns whether the @record annotation is present on this JSDocInfo.
usesModules() - Method in class org.plovr.Compilation
 
useSourceInfoFrom(Node) - Method in class com.google.javascript.rhino.Node
Overwrite all the source information in this node with that of other.
useSourceInfoFromForTree(Node) - Method in class com.google.javascript.rhino.Node
Overwrite all the source information in this node and its subtree with that of other.
useSourceInfoIfMissingFrom(Node) - Method in class com.google.javascript.rhino.Node
Overwrite all the source information in this node with that of other iff the source info is missing.
useSourceInfoIfMissingFromForTree(Node) - Method in class com.google.javascript.rhino.Node
Overwrite all the source information in this node and its subtree with that of other iff the source info is missing.
UTF8_BOM_CODE - Static variable in class com.google.javascript.jscomp.CommandLineRunner
 
Util - Class in com.google.debugging.sourcemap
 
Util() - Constructor for class com.google.debugging.sourcemap.Util
 

V

validate(boolean) - Method in interface com.google.debugging.sourcemap.SourceMapGenerator
Whether to perform additional validation on the source map.
validate(boolean) - Method in class com.google.debugging.sourcemap.SourceMapGeneratorV3
 
validate(boolean) - Method in class com.google.javascript.jscomp.SourceMap
 
validateCodeRoot(Node) - Method in class com.google.javascript.jscomp.AstValidator
 
validateExpression(Node) - Method in class com.google.javascript.jscomp.AstValidator
 
ValidatePropertyValues - Class in com.google.common.css.compiler.passes
A compiler pass that validates values of properties.
ValidatePropertyValues(VisitController, ErrorManager) - Constructor for class com.google.common.css.compiler.passes.ValidatePropertyValues
 
validateRoot(Node) - Method in class com.google.javascript.jscomp.AstValidator
 
validateScript(Node) - Method in class com.google.javascript.jscomp.AstValidator
 
validateStatement(Node) - Method in class com.google.javascript.jscomp.AstValidator
 
value - Variable in class com.google.common.css.MultipleMappingSubstitutionMap.ValueWithMappings
 
value - Variable in class com.google.javascript.jscomp.graph.LinkedDirectedGraph.LinkedDirectedGraphNode
 
value - Variable in class com.google.javascript.jscomp.parsing.parser.IdentifierToken
 
value - Variable in enum com.google.javascript.jscomp.parsing.parser.Keywords
 
value - Variable in class com.google.javascript.jscomp.parsing.parser.LiteralToken
 
value - Variable in enum com.google.javascript.jscomp.parsing.parser.TokenType
 
value - Variable in class com.google.javascript.jscomp.parsing.parser.trees.Comment
 
value - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyDefinitionTree
 
value - Variable in class com.google.javascript.jscomp.parsing.parser.trees.PropertyNameAssignmentTree
 
value - Variable in class com.google.javascript.jscomp.parsing.parser.trees.TemplateLiteralPortionTree
 
value - Variable in class com.google.javascript.jscomp.parsing.parser.trees.ThrowStatementTree
 
ValueAssertion() - Constructor for class com.google.template.soy.data.SoyAbstractCachingValueProvider.ValueAssertion
 
valueOf(String) - Static method in enum com.google.common.css.compiler.ast.CssAtRuleNode.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.css.compiler.ast.CssAttributeSelectorNode.MatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.css.compiler.ast.CssBooleanExpressionNode.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.css.compiler.ast.CssCombinatorNode.Combinator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.css.compiler.ast.CssComponentNode.PrefixStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.css.compiler.ast.CssCompositeValueNode.Operator
Returns the enum constant of this type with the specified name.
valueOf(char) - Static method in enum com.google.common.css.compiler.ast.CssCompositeValueNode.Operator
 
valueOf(String) - Static method in enum com.google.common.css.compiler.ast.CssPriorityNode.PriorityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.css.compiler.ast.CssPseudoClassNode.FunctionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.css.compiler.ast.CssRefinerNode.Refiner
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.css.compiler.ast.CssSpecification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.css.compiler.ast.CssStringNode.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.css.compiler.passes.FixupFontDeclarations.FontProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.css.compiler.passes.FixupFontDeclarations.InputMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.css.JobDescription.InputOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.css.JobDescription.OptimizeStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.css.JobDescription.OutputFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.css.JobDescription.OutputOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.css.JobDescription.SourceMapDetailLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.css.OutputRenamingMapFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.common.css.Vendor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.debugging.sourcemap.SourceMapFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.debugging.sourcemap.SourceMapSection.SectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.AnonymousFunctionNamingPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.CheckEventfulObjectDisposal.DisposalCheckingPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.CheckLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.CheckLevelLegacy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.CodingConvention.SubclassType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilationLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilerOptions.Environment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilerOptions.ExtractPrototypeMemberDeclarationsMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilerOptions.LanguageMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilerOptions.Reach
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilerOptions.TracerMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.CompilerOptions.TweakProcessing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.ConformanceRules.ConformanceLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.ControlFlowGraph.Branch
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.CssRenamingMap.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.CustomPassExecutionTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.deps.DepsGenerator.InclusionStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.ErrorFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.JsMessage.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.Config.LanguageMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.parser.Keywords
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.parser.Parser.Config.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.parser.TokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.parser.trees.Comment.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.parser.trees.ComprehensionTree.ComprehensionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.parser.trees.ParseTreeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.parser.util.format.SimpleFormat.BigDecimalLayoutForm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.TypeTransformationParser.Keywords
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.parsing.TypeTransformationParser.OperationKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.PropertyRenamingPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.ShowByPathWarningsGuard.ShowType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.SourceExcerptProvider.SourceExcerpt
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.SourceMap.DetailLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.SourceMap.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.TypeMatchingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.VariableRenamingPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.WarningLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.WarningsGuard.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.webservice.common.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.webservice.common.Protocol.ApiKeyResponse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.webservice.common.Protocol.CompilationLevelKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.webservice.common.Protocol.FormattingKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.webservice.common.Protocol.OutputFormatKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.webservice.common.Protocol.OutputInfoKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.webservice.common.Protocol.RequestKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.webservice.common.Protocol.ResponseTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.jscomp.webservice.common.Protocol.WarningLevelKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.rhino.JSDocInfo.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.rhino.jstype.BooleanLiteralSet
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.rhino.jstype.JSType.MatchStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.rhino.jstype.JSTypeNative
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.javascript.rhino.jstype.TernaryValue
Returns the enum constant of this type with the specified name.
valueOf() - Method in class com.google.javascript.rhino.Node.SideEffectFlags
 
valueOf(String) - Static method in enum com.google.template.soy.base.internal.SoyFileKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.base.SoyBackendKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.basetree.SyntaxVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.data.Dir
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.data.SanitizedContent.ContentKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.exprtree.ExprNode.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.exprtree.Operator.Associativity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.exprtree.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.exprtree.VarDefn.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.jbcsrc.api.RenderResult.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.msgs.restricted.SoyMsgPluralCaseSpec.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.parseinfo.SoyFileInfo.CssTagsPrefixPresence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.parseinfo.SoyTemplateInfo.ParamRequisiteness
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.parsepasses.contextautoesc.Context.AttributeEndDelimiter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.parsepasses.contextautoesc.Context.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.parsepasses.contextautoesc.Context.ElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.parsepasses.contextautoesc.Context.JsFollowingSlash
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.parsepasses.contextautoesc.Context.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.parsepasses.contextautoesc.Context.UriPart
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.parsepasses.contextautoesc.EscapingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.shared.internal.NonpluginFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.shared.restricted.EscapingConventions.EscapingLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.shared.restricted.TagWhitelist.OptionalSafeTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.soytree.AutoescapeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.soytree.defn.TemplateParam.DeclLoc
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.soytree.SoyNode.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.soytree.TemplateNode.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.soytree.TemplateNodeBuilder.DeclInfo.OptionalStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.soytree.TemplateNodeBuilder.DeclInfo.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.soytree.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.template.soy.types.SoyType.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plovr.cli.Command
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plovr.CompilationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plovr.ConfigOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plovr.docgen.AccessLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.plovr.Handler
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.common.css.compiler.ast.CssAtRuleNode.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.css.compiler.ast.CssAttributeSelectorNode.MatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.css.compiler.ast.CssBooleanExpressionNode.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.css.compiler.ast.CssCombinatorNode.Combinator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.css.compiler.ast.CssComponentNode.PrefixStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.css.compiler.ast.CssCompositeValueNode.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.css.compiler.ast.CssPriorityNode.PriorityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.css.compiler.ast.CssPseudoClassNode.FunctionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.css.compiler.ast.CssRefinerNode.Refiner
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.css.compiler.ast.CssSpecification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.css.compiler.ast.CssStringNode.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.css.compiler.passes.FixupFontDeclarations.FontProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.css.compiler.passes.FixupFontDeclarations.InputMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.css.JobDescription.InputOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.css.JobDescription.OptimizeStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.css.JobDescription.OutputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.css.JobDescription.OutputOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.css.JobDescription.SourceMapDetailLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.css.OutputRenamingMapFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.common.css.Vendor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.debugging.sourcemap.SourceMapFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.debugging.sourcemap.SourceMapSection.SectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.AnonymousFunctionNamingPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.CheckEventfulObjectDisposal.DisposalCheckingPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.CheckLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.CheckLevelLegacy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.CodingConvention.SubclassType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.CompilationLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.CompilerOptions.Environment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.CompilerOptions.ExtractPrototypeMemberDeclarationsMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.CompilerOptions.LanguageMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.CompilerOptions.Reach
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.CompilerOptions.TracerMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.CompilerOptions.TweakProcessing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.ConformanceRules.ConformanceLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.ControlFlowGraph.Branch
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.CssRenamingMap.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.CustomPassExecutionTime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.deps.DepsGenerator.InclusionStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.ErrorFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.JsMessage.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.parsing.Config.LanguageMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.parsing.parser.Keywords
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.parsing.parser.Parser.Config.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.parsing.parser.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.parsing.parser.trees.Comment.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.parsing.parser.trees.ComprehensionTree.ComprehensionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.parsing.parser.trees.ParseTreeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.parsing.parser.util.format.SimpleFormat.BigDecimalLayoutForm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.parsing.TypeTransformationParser.Keywords
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.parsing.TypeTransformationParser.OperationKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.PropertyRenamingPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.ShowByPathWarningsGuard.ShowType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.SourceExcerptProvider.SourceExcerpt
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.SourceMap.DetailLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.SourceMap.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.TypeMatchingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.VariableRenamingPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.WarningLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.WarningsGuard.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.webservice.common.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.webservice.common.Protocol.ApiKeyResponse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.webservice.common.Protocol.CompilationLevelKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.webservice.common.Protocol.FormattingKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.webservice.common.Protocol.OutputFormatKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.webservice.common.Protocol.OutputInfoKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.webservice.common.Protocol.RequestKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.webservice.common.Protocol.ResponseTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.jscomp.webservice.common.Protocol.WarningLevelKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.rhino.JSDocInfo.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.rhino.jstype.BooleanLiteralSet
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.rhino.jstype.JSType.MatchStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.rhino.jstype.JSTypeNative
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.javascript.rhino.jstype.TernaryValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.base.internal.SoyFileKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.base.SoyBackendKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.basetree.SyntaxVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.data.Dir
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.data.SanitizedContent.ContentKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.exprtree.ExprNode.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.exprtree.Operator.Associativity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.exprtree.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.exprtree.VarDefn.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.jbcsrc.api.RenderResult.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.msgs.restricted.SoyMsgPluralCaseSpec.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.parseinfo.SoyFileInfo.CssTagsPrefixPresence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.parseinfo.SoyTemplateInfo.ParamRequisiteness
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.parsepasses.contextautoesc.Context.AttributeEndDelimiter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.parsepasses.contextautoesc.Context.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.parsepasses.contextautoesc.Context.ElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.parsepasses.contextautoesc.Context.JsFollowingSlash
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.parsepasses.contextautoesc.Context.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.parsepasses.contextautoesc.Context.UriPart
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.parsepasses.contextautoesc.EscapingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.shared.internal.NonpluginFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.shared.restricted.EscapingConventions.EscapingLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.shared.restricted.TagWhitelist.OptionalSafeTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.soytree.AutoescapeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.soytree.defn.TemplateParam.DeclLoc
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.soytree.SoyNode.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.soytree.TemplateNode.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.soytree.TemplateNodeBuilder.DeclInfo.OptionalStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.soytree.TemplateNodeBuilder.DeclInfo.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.soytree.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.template.soy.types.SoyType.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plovr.cli.Command
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plovr.CompilationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plovr.ConfigOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plovr.docgen.AccessLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.plovr.Handler
Returns an array containing the constants of this enum type, in the order they are declared.
Var - Class in com.google.javascript.jscomp
Used by Scope to store information about variables.
var(Node, Node) - Static method in class com.google.javascript.rhino.IR
 
var(Node) - Static method in class com.google.javascript.rhino.IR
 
VAR - Static variable in class com.google.javascript.rhino.Token
Token types.
var - Variable in class com.google.template.soy.soytree.LetNode
The local variable defined by this node.
VAR_ARGS_NAME - Static variable in class com.google.javascript.rhino.Node
 
VarDefn - Interface in com.google.template.soy.exprtree
Interface for the definition of a variable, i.e.
VarDefn.Kind - Enum in com.google.template.soy.exprtree
Enum used to distinguish subtypes.
VARIABLE_PREFIX - Static variable in class com.google.common.css.compiler.ast.CssForLoopRuleNode
 
VariableDeclarationListTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
VariableDeclarationListTree(SourceRange, TokenType, ImmutableList<VariableDeclarationTree>) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.VariableDeclarationListTree
 
VariableDeclarationTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
VariableDeclarationTree(SourceRange, ParseTree, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.VariableDeclarationTree
 
variableMap - Variable in class com.google.javascript.jscomp.Result
 
VariableMap - Class in com.google.javascript.jscomp
Stores the mapping from original variable name to new variable names.
variableRenaming - Variable in class com.google.javascript.jscomp.CompilerOptions
Controls which variables get renamed.
VariableRenamingPolicy - Enum in com.google.javascript.jscomp
Policies to determine which variables should be renamed.
VariableStatementTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
VariableStatementTree(SourceRange, VariableDeclarationListTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.VariableStatementTree
 
variant() - Method in class com.google.template.soy.soytree.TemplateDelegateNode.DelTemplateKey
 
variantExpr() - Method in class com.google.template.soy.soytree.TemplateDelegateNode.DelTemplateKey
 
VarNode - Class in com.google.template.soy.exprtree
Node representing a variable.
VarNode(String, SourceLocation) - Constructor for class com.google.template.soy.exprtree.VarNode
 
VarRefNode - Class in com.google.template.soy.exprtree
Expression representing an unqualified variable name, e.g.
VarRefNode(String, SourceLocation, boolean, boolean, VarDefn) - Constructor for class com.google.template.soy.exprtree.VarRefNode
 
VBAR - Static variable in interface com.google.template.soy.types.parse.TypeParserConstants
RegularExpression Id.
vendor - Variable in class com.google.common.css.JobDescription
 
Vendor - Enum in com.google.common.css
A browser vendor that provides non-standard CSS properties that can be identified by a special prefix.
VerifyPhnameAttrOnlyOnPlaceholdersVisitor - Class in com.google.template.soy.parsepasses
Visitor to verify that all occurrences of the 'phname' attribute are on message placeholders.
VerifyPhnameAttrOnlyOnPlaceholdersVisitor(ErrorReporter) - Constructor for class com.google.template.soy.parsepasses.VerifyPhnameAttrOnlyOnPlaceholdersVisitor
 
VerifyRecognizedProperties - Class in com.google.common.css.compiler.passes
CSS Compiler pass that checks that all properties in the stylesheet are either on the built-in recognized property list, or were whitelisted explicitly.
VerifyRecognizedProperties(Set<String>, VisitController, ErrorManager) - Constructor for class com.google.common.css.compiler.passes.VerifyRecognizedProperties
 
verifyScopeChanges(Map<Node, Node>, Node, boolean, AbstractCompiler) - Static method in class com.google.javascript.jscomp.NodeUtil
Checks that the scope roots marked as changed have indeed changed
version() - Method in class com.google.template.soy.shared.SoyAstCache.VersionedFile
 
VersionUtil - Class in org.plovr.util
VersionUtil is a utility for reporting the version numbers for various components of plovr.
ViewFileHandler - Class in org.plovr
ViewFileHandler is used to display the source of a JavaScript file with a particular line number highlighted.
ViewFileHandler(CompilationServer) - Constructor for class org.plovr.ViewFileHandler
 
VIOLATED_MODULE_DEP - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
VIOLATION - Static variable in class com.google.javascript.jscomp.ConformanceRules.ConformanceResult
 
VirtualFile - Class in com.google.javascript.jscomp.deps
Class used to represent a "virtual" file.
VirtualFile(String, String) - Constructor for class com.google.javascript.jscomp.deps.VirtualFile
 
VISIBILITY - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
visibility - Variable in class com.google.template.soy.soytree.TemplateNodeBuilder
This template's visibility level.
Visibility - Enum in com.google.template.soy.soytree
 
visit(CssNode) - Method in interface com.google.common.css.compiler.ast.CssTreeVisitor
Traverse the (sub) tree starting at node
visit(CssNode) - Method in class com.google.common.css.compiler.ast.DefaultTreeVisitor
 
visit(CssNode) - Method in class com.google.common.css.compiler.passes.UniformVisitor
Traverse the (sub) tree starting at node
visit(String, String, FilePosition, FilePosition, FilePosition) - Method in interface com.google.debugging.sourcemap.SourceMapConsumerV3.EntryVisitor
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.CheckConformance
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6ConvertSuper
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6RenameVariablesInParamLists
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteBlockScopedDeclaration
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteDestructuring
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6RewriteGenerators
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6SplitVariableDeclarations
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6ToEs3Converter
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.Es6TypedToEs6Converter
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.ImplicitNullabilityCheck
Crawls the JSDoc of the given node to find any names in JSDoc that are implicitly null.
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.JsdocToEs6TypedConverter
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.JsMessageVisitor
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckEmptyStatements
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckEnums
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckForInOverArray
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckInterfaces
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckJSDocStyle
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckNullableReturn
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckPrototypeProperties
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.lint.CheckRequiresAndProvidesSorted
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.NodeTraversal.AbstractPreOrderCallback
 
visit(NodeTraversal, Node, Node) - Method in interface com.google.javascript.jscomp.NodeTraversal.Callback
Visits a node in postorder (after its children have been visited).
visit(Node) - Method in interface com.google.javascript.jscomp.NodeUtil.Visitor
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.ProcessEs6Modules
 
visit(NodeTraversal, Node, Node) - Method in class com.google.javascript.jscomp.TypeCheck
This is the meat of the type checking.
visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.AllType
 
visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.BooleanType
 
visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.EnumElementType
 
visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.EnumType
 
visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.FunctionType
 
visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.JSType
Visit this type with the given visitor.
visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.NamedType
 
visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.NoObjectType
 
visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.NoType
 
visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.NullType
 
visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.NumberType
 
visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.ObjectType
 
visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.StringType
 
visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.TemplateType
 
visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.TemplatizedType
 
visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.UnionType
 
visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.UnknownType
 
visit(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.VoidType
 
visit(N) - Method in class com.google.template.soy.basetree.AbstractNodeVisitor
Visits the given node to execute the function defined by this visitor.
visit(N) - Method in class com.google.template.soy.basetree.AbstractReturningNodeVisitor
Visits the given node to execute the function defined by this visitor.
visit(ExprNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visit(ExprNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visit(SoyNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visit(SoyNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitAndOpNode(OperatorNodes.AndOpNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitAndOpNode(OperatorNodes.AndOpNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitAndOpNode(OperatorNodes.AndOpNode) - Method in class com.google.template.soy.jssrc.internal.TranslateToJsExprVisitor
 
visitAndOpNode(OperatorNodes.AndOpNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitBooleanNode(BooleanNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitBooleanNode(BooleanNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitBooleanNode(BooleanNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitCallBasicNode(CallBasicNode) - Method in class com.google.template.soy.parsepasses.CheckDelegatesVisitor
 
visitCallBasicNode(CallBasicNode) - Method in class com.google.template.soy.parsepasses.SetFullCalleeNamesVisitor
 
visitCallBasicNode(CallBasicNode) - Method in class com.google.template.soy.shared.internal.FindCalleesNotInFileVisitor
 
visitCallBasicNode(CallBasicNode) - Method in class com.google.template.soy.sharedpasses.CheckCallingParamTypesVisitor
 
visitCallBasicNode(CallBasicNode) - Method in class com.google.template.soy.sharedpasses.FindIndirectParamsVisitor
 
visitCallBasicNode(CallBasicNode) - Method in class com.google.template.soy.sharedpasses.FindTransitiveDepTemplatesVisitor
 
visitCallBasicNode(CallBasicNode) - Method in class com.google.template.soy.sharedpasses.render.RenderVisitor
 
visitCallBasicNode(CallBasicNode) - Method in class com.google.template.soy.sharedpasses.StrictDepsVisitor
 
visitCallBasicNode(CallBasicNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitCallBasicNode(CallBasicNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitCallDelegateNode(CallDelegateNode) - Method in class com.google.template.soy.parsepasses.CheckDelegatesVisitor
 
visitCallDelegateNode(CallDelegateNode) - Method in class com.google.template.soy.parsepasses.SetDefaultForDelcallAllowsEmptyDefaultVisitor
 
visitCallDelegateNode(CallDelegateNode) - Method in class com.google.template.soy.sharedpasses.CheckCallingParamTypesVisitor
 
visitCallDelegateNode(CallDelegateNode) - Method in class com.google.template.soy.sharedpasses.FindIndirectParamsVisitor
 
visitCallDelegateNode(CallDelegateNode) - Method in class com.google.template.soy.sharedpasses.FindTransitiveDepTemplatesVisitor
 
visitCallDelegateNode(CallDelegateNode) - Method in class com.google.template.soy.sharedpasses.render.RenderVisitor
 
visitCallDelegateNode(CallDelegateNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitCallDelegateNode(CallDelegateNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitCallNode(CallNode) - Method in class com.google.template.soy.parsepasses.ChangeCallsToPassAllDataVisitor
 
visitCallNode(CallNode) - Method in class com.google.template.soy.parsepasses.CheckCallsVisitor
 
visitCallNode(CallNode) - Method in class com.google.template.soy.parsepasses.VerifyPhnameAttrOnlyOnPlaceholdersVisitor
 
visitCallNode(CallNode) - Method in class com.google.template.soy.pysrc.internal.GenPyExprsVisitor
 
visitCallNode(CallNode) - Method in class com.google.template.soy.sharedpasses.CheckTemplateVisibility
 
visitCallNode(CallNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitCallNode(CallNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitCallParamContentNode(CallParamContentNode) - Method in class com.google.template.soy.pysrc.internal.GenPyExprsVisitor
 
visitCallParamContentNode(CallParamContentNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitCallParamContentNode(CallParamContentNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitCallParamNode(CallParamNode) - Method in class com.google.template.soy.sharedpasses.render.RenderVisitor
 
visitCallParamNode(CallParamNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitCallParamNode(CallParamNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitCallParamValueNode(CallParamValueNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitCallParamValueNode(CallParamValueNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitChildren(ParentNode<? extends N>) - Method in class com.google.template.soy.basetree.AbstractNodeVisitor
Helper to visit all the children of a node, in order.
visitChildren(ParentNode<? extends N>) - Method in class com.google.template.soy.basetree.AbstractReturningNodeVisitor
Helper to visit all the children of a node, in order.
visitChildren(ExprNode.ParentExprNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
Helper to visit all the children of a node, in order.
visitChildren(ExprNode.ParentExprNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
Helper to visit all the children of a node, in order.
visitChildren(SoyNode.ParentSoyNode<?>) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
Helper to visit all the children of a node, in order.
visitChildrenAllowingConcurrentModification(ParentNode<? extends N>) - Method in class com.google.template.soy.basetree.AbstractNodeVisitor
Helper to visit all the children of a node, in order.
visitChildrenAllowingConcurrentModification(ParentNode<? extends N>) - Method in class com.google.template.soy.basetree.AbstractReturningNodeVisitor
Helper to visit all the children of a node, in order.
visitChildrenAllowingConcurrentModification(ExprNode.ParentExprNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
Helper to visit all the children of a node, in order.
visitChildrenAllowingConcurrentModification(SoyNode.ParentSoyNode<?>) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
Helper to visit all the children of a node, in order.
visitConditionalOpNode(OperatorNodes.ConditionalOpNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitConditionalOpNode(OperatorNodes.ConditionalOpNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitConditionalOpNode(OperatorNodes.ConditionalOpNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
VisitController - Interface in com.google.common.css.compiler.ast
 
visitController - Variable in class com.google.common.css.compiler.passes.CodePrinter
 
visitController - Variable in class com.google.common.css.compiler.passes.StrictCssBase
 
visitCssNode(CssNode) - Method in class com.google.template.soy.pysrc.internal.GenPyExprsVisitor
 
visitCssNode(CssNode) - Method in class com.google.template.soy.sharedpasses.RenameCssVisitor
 
visitCssNode(CssNode) - Method in class com.google.template.soy.sharedpasses.render.RenderVisitor
 
visitCssNode(CssNode) - Method in class com.google.template.soy.sharedpasses.ResolvePackageRelativeCssNamesVisitor
 
visitCssNode(CssNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitCssNode(CssNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitDataAccessNode(DataAccessNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitDataAccessNode(DataAccessNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitDataAccessNode(DataAccessNode) - Method in class com.google.template.soy.jssrc.internal.TranslateToJsExprVisitor
 
visitDataAccessNode(DataAccessNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitDebuggerNode(DebuggerNode) - Method in class com.google.template.soy.sharedpasses.render.RenderVisitor
 
visitDebuggerNode(DebuggerNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitDebuggerNode(DebuggerNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitDivideByOpNode(OperatorNodes.DivideByOpNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitDivideByOpNode(OperatorNodes.DivideByOpNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitDivideByOpNode(OperatorNodes.DivideByOpNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitEqualOpNode(OperatorNodes.EqualOpNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitEqualOpNode(OperatorNodes.EqualOpNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitEqualOpNode(OperatorNodes.EqualOpNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitExprNode(ExprNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitExprNode(ExprNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitExprRootNode(ExprRootNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitExprRootNode(ExprRootNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitExprRootNode(ExprRootNode) - Method in class com.google.template.soy.jssrc.internal.TranslateToJsExprVisitor
 
visitExprRootNode(ExprRootNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitFieldAccessNode(FieldAccessNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitFieldAccessNode(FieldAccessNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitFloatNode(FloatNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitFloatNode(FloatNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitFloatNode(FloatNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitForeachIfemptyNode(ForeachIfemptyNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitForeachIfemptyNode(ForeachIfemptyNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitForeachNode(ForeachNode) - Method in class com.google.template.soy.sharedpasses.render.RenderVisitor
 
visitForeachNode(ForeachNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitForeachNode(ForeachNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitForeachNonemptyNode(ForeachNonemptyNode) - Method in class com.google.template.soy.sharedpasses.ResolveExpressionTypesVisitor
 
visitForeachNonemptyNode(ForeachNonemptyNode) - Method in class com.google.template.soy.sharedpasses.ResolveNamesVisitor
 
visitForeachNonemptyNode(ForeachNonemptyNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitForeachNonemptyNode(ForeachNonemptyNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitForNode(ForNode) - Method in class com.google.template.soy.sharedpasses.render.RenderVisitor
 
visitForNode(ForNode) - Method in class com.google.template.soy.sharedpasses.ResolveExpressionTypesVisitor
 
visitForNode(ForNode) - Method in class com.google.template.soy.sharedpasses.ResolveNamesVisitor
 
visitForNode(ForNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitForNode(ForNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitFunctionNode(FunctionNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitFunctionNode(FunctionNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitFunctionNode(FunctionNode) - Method in class com.google.template.soy.jssrc.internal.TranslateToJsExprVisitor
 
visitFunctionNode(FunctionNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitGlobalNode(GlobalNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitGlobalNode(GlobalNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitGlobalNode(GlobalNode) - Method in class com.google.template.soy.jssrc.internal.TranslateToJsExprVisitor
 
visitGoogMsgDefNode(GoogMsgDefNode) - Method in class com.google.template.soy.sharedpasses.BuildAllDependeesMapVisitor
 
visitGoogMsgDefNode(GoogMsgDefNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitGoogMsgDefNode(GoogMsgDefNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitGoogMsgRefNode(GoogMsgRefNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitGoogMsgRefNode(GoogMsgRefNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitGreaterThanOpNode(OperatorNodes.GreaterThanOpNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitGreaterThanOpNode(OperatorNodes.GreaterThanOpNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitGreaterThanOpNode(OperatorNodes.GreaterThanOpNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitGreaterThanOrEqualOpNode(OperatorNodes.GreaterThanOrEqualOpNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitGreaterThanOrEqualOpNode(OperatorNodes.GreaterThanOrEqualOpNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitGreaterThanOrEqualOpNode(OperatorNodes.GreaterThanOrEqualOpNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitIfCondNode(IfCondNode) - Method in class com.google.template.soy.pysrc.internal.GenPyExprsVisitor
 
visitIfCondNode(IfCondNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitIfCondNode(IfCondNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitIfElseNode(IfElseNode) - Method in class com.google.template.soy.pysrc.internal.GenPyExprsVisitor
 
visitIfElseNode(IfElseNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitIfElseNode(IfElseNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitIfNode(IfNode) - Method in class com.google.template.soy.pysrc.internal.GenPyExprsVisitor
If all the children are computable as expressions, the IfNode can be written as a ternary conditional expression.
visitIfNode(IfNode) - Method in class com.google.template.soy.sharedpasses.opti.SimplifyVisitor
 
visitIfNode(IfNode) - Method in class com.google.template.soy.sharedpasses.render.RenderVisitor
 
visitIfNode(IfNode) - Method in class com.google.template.soy.sharedpasses.ResolveExpressionTypesVisitor
 
visitIfNode(IfNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitIfNode(IfNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitIntegerNode(IntegerNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitIntegerNode(IntegerNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitIntegerNode(IntegerNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitItemAccessNode(ItemAccessNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitItemAccessNode(ItemAccessNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitLessThanOpNode(OperatorNodes.LessThanOpNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitLessThanOpNode(OperatorNodes.LessThanOpNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitLessThanOpNode(OperatorNodes.LessThanOpNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitLessThanOrEqualOpNode(OperatorNodes.LessThanOrEqualOpNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitLessThanOrEqualOpNode(OperatorNodes.LessThanOrEqualOpNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitLessThanOrEqualOpNode(OperatorNodes.LessThanOrEqualOpNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitLetContentNode(LetContentNode) - Method in class com.google.template.soy.sharedpasses.render.RenderVisitor
 
visitLetContentNode(LetContentNode) - Method in class com.google.template.soy.sharedpasses.ResolveExpressionTypesVisitor
 
visitLetContentNode(LetContentNode) - Method in class com.google.template.soy.sharedpasses.ResolveNamesVisitor
 
visitLetContentNode(LetContentNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitLetContentNode(LetContentNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitLetNode(LetNode) - Method in class com.google.template.soy.sharedpasses.BuildAllDependeesMapVisitor
 
visitLetNode(LetNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitLetNode(LetNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitLetValueNode(LetValueNode) - Method in class com.google.template.soy.sharedpasses.render.RenderVisitor
 
visitLetValueNode(LetValueNode) - Method in class com.google.template.soy.sharedpasses.ResolveExpressionTypesVisitor
 
visitLetValueNode(LetValueNode) - Method in class com.google.template.soy.sharedpasses.ResolveNamesVisitor
 
visitLetValueNode(LetValueNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitLetValueNode(LetValueNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitListLiteralNode(ListLiteralNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitListLiteralNode(ListLiteralNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitListLiteralNode(ListLiteralNode) - Method in class com.google.template.soy.jssrc.internal.TranslateToJsExprVisitor
 
visitListLiteralNode(ListLiteralNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitLogNode(LogNode) - Method in class com.google.template.soy.sharedpasses.render.RenderVisitor
 
visitLogNode(LogNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitLogNode(LogNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitLoopNode(SoyNode.LoopNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitLoopNode(SoyNode.LoopNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitMapLiteralNode(MapLiteralNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitMapLiteralNode(MapLiteralNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitMapLiteralNode(MapLiteralNode) - Method in class com.google.template.soy.jssrc.internal.TranslateToJsExprVisitor
 
visitMapLiteralNode(MapLiteralNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitMappings(SourceMapConsumerV3.EntryVisitor) - Method in class com.google.debugging.sourcemap.SourceMapConsumerV3
 
visitMinusOpNode(OperatorNodes.MinusOpNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitMinusOpNode(OperatorNodes.MinusOpNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitMinusOpNode(OperatorNodes.MinusOpNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitModOpNode(OperatorNodes.ModOpNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitModOpNode(OperatorNodes.ModOpNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitModOpNode(OperatorNodes.ModOpNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitMsgFallbackGroupNode(MsgFallbackGroupNode) - Method in class com.google.template.soy.msgs.internal.InsertMsgsVisitor
 
visitMsgFallbackGroupNode(MsgFallbackGroupNode) - Method in class com.google.template.soy.pysrc.internal.GenPyExprsVisitor
 
visitMsgFallbackGroupNode(MsgFallbackGroupNode) - Method in class com.google.template.soy.sharedpasses.render.RenderVisitor
 
visitMsgFallbackGroupNode(MsgFallbackGroupNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitMsgFallbackGroupNode(MsgFallbackGroupNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitMsgHtmlTagNode(MsgHtmlTagNode) - Method in class com.google.template.soy.msgs.internal.InsertMsgsVisitor
 
visitMsgHtmlTagNode(MsgHtmlTagNode) - Method in class com.google.template.soy.sharedpasses.render.RenderVisitor
 
visitMsgHtmlTagNode(MsgHtmlTagNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitMsgHtmlTagNode(MsgHtmlTagNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitMsgNode(MsgNode) - Method in class com.google.template.soy.msgs.internal.ExtractMsgsVisitor
 
visitMsgNode(MsgNode) - Method in class com.google.template.soy.parsepasses.RewriteGenderMsgsVisitor
 
visitMsgNode(MsgNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitMsgNode(MsgNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitMsgPlaceholderNode(MsgPlaceholderNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitMsgPlaceholderNode(MsgPlaceholderNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitMsgPluralCaseNode(MsgPluralCaseNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitMsgPluralCaseNode(MsgPluralCaseNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitMsgPluralDefaultNode(MsgPluralDefaultNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitMsgPluralDefaultNode(MsgPluralDefaultNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitMsgPluralNode(MsgPluralNode) - Method in class com.google.template.soy.parsepasses.RewriteRemaindersVisitor
 
visitMsgPluralNode(MsgPluralNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitMsgPluralNode(MsgPluralNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitMsgSelectCaseNode(MsgSelectCaseNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitMsgSelectCaseNode(MsgSelectCaseNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitMsgSelectDefaultNode(MsgSelectDefaultNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitMsgSelectDefaultNode(MsgSelectDefaultNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitMsgSelectNode(MsgSelectNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitMsgSelectNode(MsgSelectNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitMsgSubstUnitNode(SoyNode.MsgSubstUnitNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitMsgSubstUnitNode(SoyNode.MsgSubstUnitNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitNegativeOpNode(OperatorNodes.NegativeOpNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitNegativeOpNode(OperatorNodes.NegativeOpNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitNegativeOpNode(OperatorNodes.NegativeOpNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitNotEqualOpNode(OperatorNodes.NotEqualOpNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitNotEqualOpNode(OperatorNodes.NotEqualOpNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitNotEqualOpNode(OperatorNodes.NotEqualOpNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitNotOpNode(OperatorNodes.NotOpNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitNotOpNode(OperatorNodes.NotOpNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitNotOpNode(OperatorNodes.NotOpNode) - Method in class com.google.template.soy.jssrc.internal.TranslateToJsExprVisitor
 
visitNotOpNode(OperatorNodes.NotOpNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitNullCoalescingOpNode(OperatorNodes.NullCoalescingOpNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitNullCoalescingOpNode(OperatorNodes.NullCoalescingOpNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitNullCoalescingOpNode(OperatorNodes.NullCoalescingOpNode) - Method in class com.google.template.soy.jssrc.internal.TranslateToJsExprVisitor
 
visitNullCoalescingOpNode(OperatorNodes.NullCoalescingOpNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitNullNode(NullNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitNullNode(NullNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitNullNode(NullNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitOperatorNode(ExprNode.OperatorNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitOperatorNode(ExprNode.OperatorNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitOperatorNode(ExprNode.OperatorNode) - Method in class com.google.template.soy.jssrc.internal.TranslateToJsExprVisitor
 
Visitor<T> - Interface in com.google.javascript.rhino.jstype
A type visitor.
visitOrOpNode(OperatorNodes.OrOpNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitOrOpNode(OperatorNodes.OrOpNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitOrOpNode(OperatorNodes.OrOpNode) - Method in class com.google.template.soy.jssrc.internal.TranslateToJsExprVisitor
 
visitOrOpNode(OperatorNodes.OrOpNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitPlusOpNode(OperatorNodes.PlusOpNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitPlusOpNode(OperatorNodes.PlusOpNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitPlusOpNode(OperatorNodes.PlusOpNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitPreOrder(Node, NodeUtil.Visitor, Predicate<Node>) - Static method in class com.google.javascript.jscomp.NodeUtil
A pre-order traversal, calling Visitor.visit for each child matching the predicate.
visitPrimitiveNode(ExprNode.PrimitiveNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitPrimitiveNode(ExprNode.PrimitiveNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitPrimitiveNode(ExprNode.PrimitiveNode) - Method in class com.google.template.soy.jssrc.internal.TranslateToJsExprVisitor
 
visitPrintDirectiveNode(PrintDirectiveNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitPrintDirectiveNode(PrintDirectiveNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitPrintNode(PrintNode) - Method in class com.google.template.soy.parsepasses.RewriteRemaindersVisitor
 
visitPrintNode(PrintNode) - Method in class com.google.template.soy.parsepasses.VerifyPhnameAttrOnlyOnPlaceholdersVisitor
 
visitPrintNode(PrintNode) - Method in class com.google.template.soy.pysrc.internal.GenPyExprsVisitor
Visiting a print node accomplishes 3 basic tasks.
visitPrintNode(PrintNode) - Method in class com.google.template.soy.sharedpasses.opti.SimplifyVisitor
 
visitPrintNode(PrintNode) - Method in class com.google.template.soy.sharedpasses.render.RenderVisitor
 
visitPrintNode(PrintNode) - Method in class com.google.template.soy.sharedpasses.ResolveExpressionTypesVisitor
 
visitPrintNode(PrintNode) - Method in class com.google.template.soy.sharedpasses.ResolveNamesVisitor
 
visitPrintNode(PrintNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitPrintNode(PrintNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitRawTextNode(RawTextNode) - Method in class com.google.template.soy.pysrc.internal.GenPyExprsVisitor
Example:
visitRawTextNode(RawTextNode) - Method in class com.google.template.soy.sharedpasses.RemoveHtmlCommentsVisitor
 
visitRawTextNode(RawTextNode) - Method in class com.google.template.soy.sharedpasses.render.RenderVisitor
 
visitRawTextNode(RawTextNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitRawTextNode(RawTextNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitReferenceType(Visitor<T>) - Method in class com.google.javascript.rhino.jstype.ProxyObjectType
 
visitSoyFileNode(SoyFileNode) - Method in class com.google.template.soy.msgs.internal.ExtractMsgsVisitor
 
visitSoyFileNode(SoyFileNode) - Method in class com.google.template.soy.parseinfo.passes.GenerateParseInfoVisitor
 
visitSoyFileNode(SoyFileNode) - Method in class com.google.template.soy.parsepasses.SetFullCalleeNamesVisitor
 
visitSoyFileNode(SoyFileNode) - Method in class com.google.template.soy.shared.internal.FindCalleesNotInFileVisitor
 
visitSoyFileNode(SoyFileNode) - Method in class com.google.template.soy.sharedpasses.AssertStrictAutoescapingVisitor
 
visitSoyFileNode(SoyFileNode) - Method in class com.google.template.soy.sharedpasses.BuildAllDependeesMapVisitor
 
visitSoyFileNode(SoyFileNode) - Method in class com.google.template.soy.sharedpasses.CheckTemplateVisibility
 
visitSoyFileNode(SoyFileNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitSoyFileNode(SoyFileNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitSoyFileSetNode(SoyFileSetNode) - Method in class com.google.template.soy.parseinfo.passes.GenerateParseInfoVisitor
 
visitSoyFileSetNode(SoyFileSetNode) - Method in class com.google.template.soy.sharedpasses.BuildAllDependeesMapVisitor
 
visitSoyFileSetNode(SoyFileSetNode) - Method in class com.google.template.soy.sharedpasses.CheckCallingParamTypesVisitor
visitSoyFileSetNode(SoyFileSetNode) - Method in class com.google.template.soy.sharedpasses.CheckTemplateParamsVisitor
 
visitSoyFileSetNode(SoyFileSetNode) - Method in class com.google.template.soy.sharedpasses.CheckTemplateVisibility
 
visitSoyFileSetNode(SoyFileSetNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitSoyFileSetNode(SoyFileSetNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.msgs.internal.ExtractMsgsVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.msgs.internal.InsertMsgsVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.parsepasses.ChangeCallsToPassAllDataVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.parsepasses.CheckCallsVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.parsepasses.CheckDelegatesVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.parsepasses.CheckFunctionCallsVisitor
Recursively identifies all Soy nodes that contain expressions, and recurse to each expression.
visitSoyNode(SoyNode) - Method in class com.google.template.soy.parsepasses.InferRequiredSyntaxVersionVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.parsepasses.ReplaceHasDataFunctionVisitor
Recursively identifies all Soy nodes that contain expressions, and recurse to each expression.
visitSoyNode(SoyNode) - Method in class com.google.template.soy.parsepasses.RewriteGenderMsgsVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.parsepasses.RewriteRemaindersVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.parsepasses.SetDefaultForDelcallAllowsEmptyDefaultVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.parsepasses.SetFullCalleeNamesVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.parsepasses.VerifyPhnameAttrOnlyOnPlaceholdersVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.shared.internal.FindCalleesNotInFileVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.shared.internal.HasNodeTypesVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.sharedpasses.AssertStrictAutoescapingVisitor
Fallback implementation for all other nodes.
visitSoyNode(SoyNode) - Method in class com.google.template.soy.sharedpasses.BuildAllDependeesMapVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.sharedpasses.CheckCallingParamTypesVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.sharedpasses.CheckTemplateParamsVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.sharedpasses.CheckTemplateVisibility
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.sharedpasses.ClearSoyDocStringsVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.sharedpasses.CombineConsecutiveRawTextNodesVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.sharedpasses.FindIndirectParamsVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.sharedpasses.FindTransitiveDepTemplatesVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.sharedpasses.opti.SimplifyVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.sharedpasses.RemoveHtmlCommentsVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.sharedpasses.RenameCssVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.sharedpasses.render.RenderVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.sharedpasses.ReportSyntaxVersionErrorsVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.sharedpasses.ResolveExpressionTypesVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.sharedpasses.ResolveNamesVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.sharedpasses.ResolvePackageRelativeCssNamesVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.sharedpasses.StrictDepsVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitSoyNode(SoyNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitStringNode(StringNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitStringNode(StringNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitStringNode(StringNode) - Method in class com.google.template.soy.jssrc.internal.TranslateToJsExprVisitor
 
visitStringNode(StringNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitSwitchCaseNode(SwitchCaseNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitSwitchCaseNode(SwitchCaseNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitSwitchDefaultNode(SwitchDefaultNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitSwitchDefaultNode(SwitchDefaultNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitSwitchNode(SwitchNode) - Method in class com.google.template.soy.sharedpasses.opti.SimplifyVisitor
 
visitSwitchNode(SwitchNode) - Method in class com.google.template.soy.sharedpasses.render.RenderVisitor
 
visitSwitchNode(SwitchNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitSwitchNode(SwitchNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitTemplateBasicNode(TemplateNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitTemplateBasicNode(TemplateBasicNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitTemplateDelegateNode(TemplateNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitTemplateDelegateNode(TemplateDelegateNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitTemplateNode(TemplateNode) - Method in class com.google.template.soy.parseinfo.passes.GenerateParseInfoVisitor
 
visitTemplateNode(TemplateNode) - Method in class com.google.template.soy.parsepasses.CheckDelegatesVisitor
 
visitTemplateNode(TemplateNode) - Method in class com.google.template.soy.parsepasses.InferRequiredSyntaxVersionVisitor
 
visitTemplateNode(TemplateNode) - Method in class com.google.template.soy.sharedpasses.AssertStrictAutoescapingVisitor
 
visitTemplateNode(TemplateNode) - Method in class com.google.template.soy.sharedpasses.BuildAllDependeesMapVisitor
 
visitTemplateNode(TemplateNode) - Method in class com.google.template.soy.sharedpasses.CheckCallingParamTypesVisitor
 
visitTemplateNode(TemplateNode) - Method in class com.google.template.soy.sharedpasses.CheckTemplateParamsVisitor
 
visitTemplateNode(TemplateNode) - Method in class com.google.template.soy.sharedpasses.CheckTemplateVisibility
 
visitTemplateNode(TemplateNode) - Method in class com.google.template.soy.sharedpasses.ClearSoyDocStringsVisitor
 
visitTemplateNode(TemplateNode) - Method in class com.google.template.soy.sharedpasses.FindIndirectParamsVisitor
 
visitTemplateNode(TemplateNode) - Method in class com.google.template.soy.sharedpasses.FindTransitiveDepTemplatesVisitor
 
visitTemplateNode(TemplateNode) - Method in class com.google.template.soy.sharedpasses.render.RenderVisitor
 
visitTemplateNode(TemplateNode) - Method in class com.google.template.soy.sharedpasses.ResolveExpressionTypesVisitor
 
visitTemplateNode(TemplateNode) - Method in class com.google.template.soy.sharedpasses.ResolveNamesVisitor
 
visitTemplateNode(TemplateNode) - Method in class com.google.template.soy.sharedpasses.ResolvePackageRelativeCssNamesVisitor
 
visitTemplateNode(TemplateNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitTemplateNode(TemplateNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
visitTimesOpNode(OperatorNodes.TimesOpNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitTimesOpNode(OperatorNodes.TimesOpNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitTimesOpNode(OperatorNodes.TimesOpNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitVarRefNode(VarRefNode) - Method in class com.google.template.soy.exprtree.AbstractExprNodeVisitor
 
visitVarRefNode(VarRefNode) - Method in class com.google.template.soy.exprtree.AbstractReturningExprNodeVisitor
 
visitVarRefNode(VarRefNode) - Method in class com.google.template.soy.jssrc.internal.TranslateToJsExprVisitor
 
visitVarRefNode(VarRefNode) - Method in class com.google.template.soy.sharedpasses.render.EvalVisitor
 
visitXidNode(XidNode) - Method in class com.google.template.soy.sharedpasses.render.RenderVisitor
 
visitXidNode(XidNode) - Method in class com.google.template.soy.soytree.AbstractReturningSoyNodeVisitor
 
visitXidNode(XidNode) - Method in class com.google.template.soy.soytree.AbstractSoyNodeVisitor
 
VOID - Static variable in class com.google.javascript.rhino.Token
Token types.
VOID_TYPE - Variable in class com.google.javascript.rhino.testing.BaseJSTypeTestCase
 
VOID_TYPE - Static variable in class com.google.javascript.rhino.Token
Token types.
voidNode(Node) - Static method in class com.google.javascript.rhino.IR
 
VoidType - Class in com.google.javascript.rhino.jstype
Void type whose only element is the undefined value.
voidType() - Static method in class com.google.javascript.rhino.TypeDeclarationsIR
 
VolatileSoyFileSupplier - Class in com.google.template.soy.base.internal
Record for one input Soy file whose content should be considered prone to change without warning.
VolatileSoyFileSupplier(File, SoyFileKind) - Constructor for class com.google.template.soy.base.internal.VolatileSoyFileSupplier
Creates a Soy file supplier whose content is backed by the given file which is prone to change without warning.

W

W - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
warnES6NumberLiteral - Variable in class com.google.javascript.jscomp.parsing.parser.Parser.Config
 
Warning - Class in com.google.javascript.jscomp.ant
Simple representation of a warning flag in Ant
Warning() - Constructor for class com.google.javascript.jscomp.ant.Warning
 
warning(String, String) - Static method in class com.google.javascript.jscomp.DiagnosticType
Create a DiagnosticType at level CheckLevel.WARNING
warning(String, String, int, int) - Method in class com.google.javascript.jscomp.parsing.NullErrorReporter
 
warning(String, String, int, int) - Method in interface com.google.javascript.rhino.ErrorReporter
Report a warning.
warning(String, String, int, int) - Method in class com.google.javascript.rhino.SimpleErrorReporter
 
warning(String, String, int, int) - Method in class com.google.javascript.rhino.testing.TestErrorReporter
 
WarningLevel - Enum in com.google.javascript.jscomp
Convert the warnings level to an Options object.
warnings - Variable in class com.google.common.css.compiler.ast.BasicErrorManager
 
warnings - Variable in class com.google.javascript.jscomp.Result
 
warnings() - Method in class com.google.javascript.rhino.SimpleErrorReporter
Returns the list of warnings, or null if there were none.
WarningsGuard - Class in com.google.javascript.jscomp
Class that allows to flexibly manage what to do with a reported warning/error.
WarningsGuard() - Constructor for class com.google.javascript.jscomp.WarningsGuard
 
WarningsGuard.Priority - Enum in com.google.javascript.jscomp
Priority
WarningsGuardFactory - Class in org.plovr
WarningsGuardFactory instantiates WarningsGuards using reflection, based on the class names that are provided to the "custom-warnings-guards" option in a plovr config.
WarningsGuardFactory(Class<?>) - Constructor for class org.plovr.WarningsGuardFactory
 
warnLineContinuations - Variable in class com.google.javascript.jscomp.parsing.parser.Parser.Config
 
warnTrailingCommas - Variable in class com.google.javascript.jscomp.parsing.parser.Parser.Config
 
wasModified() - Method in class com.google.javascript.jscomp.deps.DependencyFile
 
wasModified() - Method in interface com.google.javascript.jscomp.deps.SourceFile
 
wasModified() - Method in class com.google.javascript.jscomp.deps.VirtualFile
 
WDEEP - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
WebDriverFactory - Interface in org.plovr.webdriver
 
webkit_keyframe_ruleSet() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
webkit_keyframes_block() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
webkit_keyframes_rule() - Method in class com.google.common.css.compiler.ast.GssParserCC
 
WEBKITKEYFRAMES - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
WGREATER - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
WHILE - Static variable in class com.google.javascript.rhino.Token
Token types.
whileNode(Node, Node) - Static method in class com.google.javascript.rhino.IR
 
WhileStatementTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
WhileStatementTree(SourceRange, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.WhileStatementTree
 
WhitelistBuilder() - Constructor for class com.google.javascript.jscomp.WhitelistWarningsGuard.WhitelistBuilder
 
WhitelistWarningsGuard - Class in com.google.javascript.jscomp
An extension of WarningsGuard that provides functionality to maintain a list of warnings (white-list).
WhitelistWarningsGuard() - Constructor for class com.google.javascript.jscomp.WhitelistWarningsGuard
 
WhitelistWarningsGuard(Set<String>) - Constructor for class com.google.javascript.jscomp.WhitelistWarningsGuard
This class depends on an input set that contains the white-list.
WhitelistWarningsGuard.WhitelistBuilder - Class in com.google.javascript.jscomp
Whitelist builder
wildcardExcludedGroups - Static variable in class com.google.javascript.jscomp.DiagnosticGroups
 
WITH - Static variable in class com.google.javascript.rhino.Token
Token types.
withCharset(Charset) - Method in class com.google.javascript.jscomp.SourceFile.Builder
Set the charset to use when reading from an input stream or file.
withCompilerOptions(CompilerOptions) - Method in class com.google.javascript.refactoring.RefactoringDriver.Builder
 
withConverter(SoyValueConverter) - Method in class com.google.template.soy.jbcsrc.api.RenderContext.Builder
 
withCssRenamingMap(SoyCssRenamingMap) - Method in class com.google.template.soy.jbcsrc.api.RenderContext.Builder
 
withDeclaredProperty(QualifiedName, JSType, boolean) - Method in class com.google.javascript.jscomp.newtypes.JSType
 
withFunction(FunctionType, NominalType) - Method in class com.google.javascript.jscomp.newtypes.JSType
 
withInferredReturnType(JSType) - Method in class com.google.javascript.rhino.jstype.FunctionBuilder
Sets an inferred return type.
withLoose() - Method in class com.google.javascript.jscomp.newtypes.JSType
Turns the class-less object of this type (if any) into a loose object
withMessageBundles(SoyMsgBundle, SoyMsgBundle) - Method in class com.google.template.soy.jbcsrc.api.RenderContext.Builder
 
withName(String) - Method in class com.google.javascript.rhino.jstype.FunctionBuilder
Set the name of the function type.
withNamedTypes(JSTypes, ObjectType) - Method in class com.google.javascript.jscomp.newtypes.Namespace
 
withOptionalSafeTags(Collection<? extends TagWhitelist.OptionalSafeTag>) - Method in class com.google.template.soy.shared.restricted.TagWhitelist
 
withoutProperty(QualifiedName) - Method in class com.google.javascript.jscomp.newtypes.JSType
 
withParamsNode(Node) - Method in class com.google.javascript.rhino.jstype.FunctionBuilder
Set the parameters of the function type with a specially-formatted node.
withProperty(QualifiedName, JSType) - Method in class com.google.javascript.jscomp.newtypes.JSType
 
withPropertyRequired(String) - Method in class com.google.javascript.jscomp.newtypes.JSType
 
withReceiverType(NominalType) - Method in class com.google.javascript.jscomp.newtypes.DeclaredFunctionType
 
withReturnType(JSType) - Method in class com.google.javascript.rhino.jstype.FunctionBuilder
Set the return type.
withReturnType(JSType, boolean) - Method in class com.google.javascript.rhino.jstype.FunctionBuilder
Set the return type and whether it's inferred.
withSourceNode(Node) - Method in class com.google.javascript.rhino.jstype.FunctionBuilder
Set the source node of the function type.
withSourceUrl(String) - Method in class com.google.javascript.jscomp.deps.ClosureBundler
 
withSoyFunctions(Map<String, SoyJavaFunction>) - Method in class com.google.template.soy.jbcsrc.api.RenderContext.Builder
 
withSoyPrintDirectives(Map<String, SoyJavaPrintDirective>) - Method in class com.google.template.soy.jbcsrc.api.RenderContext.Builder
 
WithStatementTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
WithStatementTree(SourceRange, ParseTree, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.WithStatementTree
 
withTemplateKeys(ImmutableList<TemplateType>) - Method in class com.google.javascript.rhino.jstype.FunctionBuilder
Set the template name.
withTemplateSelector(DelTemplateSelector) - Method in class com.google.template.soy.jbcsrc.api.RenderContext.Builder
 
withTypeInfoFromSuper(DeclaredFunctionType, boolean) - Method in class com.google.javascript.jscomp.newtypes.DeclaredFunctionType
 
withTypeOfThis(JSType) - Method in class com.google.javascript.rhino.jstype.FunctionBuilder
Set the "this" type.
withXidRenamingMap(SoyIdRenamingMap) - Method in class com.google.template.soy.jbcsrc.api.RenderContext.Builder
 
WMINUSW - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
WPLUS - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.
wrap(Iterable<? extends ExprNode>) - Static method in class com.google.template.soy.exprtree.ExprRootNode
 
wrapAsSanitizedContent(SanitizedContent.ContentKind, PyExpr) - Static method in class com.google.template.soy.pysrc.restricted.PyExprUtils
Wraps an expression with the proper SanitizedContent constructor.
write() - Method in class org.plovr.docgen.DocWriter
 
write(String, File) - Static method in class org.plovr.io.Files
 
writeCompiledCodeToFiles(Function<String, String>, String) - Method in class org.plovr.Compilation
Writes out all of the module files.
writeCss(String, HttpExchange) - Static method in class org.plovr.io.Responses
 
writeErrorMessageResponse(HttpExchange, String) - Static method in class org.plovr.HttpUtil
Returns a 400 with the specified message.
writeHtml(String, HttpExchange) - Static method in class org.plovr.io.Responses
 
writeHtmlErrorMessageResponse(HttpExchange, String, int) - Static method in class org.plovr.HttpUtil
 
writeHtmlErrorMessageResponse(HttpExchange, String) - Static method in class org.plovr.HttpUtil
Returns a 400 with the specified HTML message.
writeJs(String, Config, HttpExchange) - Static method in class org.plovr.io.Responses
Writes a 200 response with the specified JavaScript content using the appropriate headers and character encoding.
writeNotFound(HttpExchange) - Static method in class org.plovr.HttpUtil
 
writeNullResponse(HttpExchange) - Static method in class org.plovr.HttpUtil
Returns a 400 with no message.
writePlainText(String, HttpExchange) - Static method in class org.plovr.io.Responses
 
writeRenamingMap(Map<String, String>, PrintWriter) - Method in class com.google.common.css.compiler.commandline.DefaultCommandLineCompiler
Writes the mappings to the specified writer.
writeRenamingMap(Map<String, String>, PrintWriter) - Method in enum com.google.common.css.OutputRenamingMapFormat
 
writeStringLiteral(String, StringBuilder) - Method in class com.google.template.soy.shared.internal.AbstractGenerateSoyEscapingDirectiveCode
Appends a string literal with the given value onto the given buffer.
writeToExtractedMsgsFile(SoyMsgBundle, SoyMsgBundleHandler.OutputFileOptions, File) - Method in class com.google.template.soy.msgs.SoyMsgBundleHandler
Generates an extracted messages file (source messages to be translated) from a given message bundle, and writes it to file.
writeToTranslatedMsgsFile(SoyMsgBundle, SoyMsgBundleHandler.OutputFileOptions, File) - Method in class com.google.template.soy.msgs.SoyMsgBundleHandler
Generates an translated messages file (source messages to be translated) from a given message bundle, and writes it to file.
writeWhitelist(File) - Method in class com.google.javascript.jscomp.WhitelistWarningsGuard.WhitelistBuilder
Writes the warnings collected in a format that the WhitelistWarningsGuard can read back later.
WS - Static variable in interface com.google.template.soy.exprparse.ExpressionParserConstants
RegularExpression Id.
WS - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
WS - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
WS - Static variable in interface com.google.template.soy.types.parse.TypeParserConstants
RegularExpression Id.
WS_AFTER_CMD_NAME - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
WS_CHAR - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
WS_NOT_NL - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
WS_UNTIL_EOL - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
WTILDE - Static variable in interface com.google.common.css.compiler.ast.GssParserCCConstants
RegularExpression Id.

X

XidNode - Class in com.google.template.soy.soytree
Node representing an 'xid' statement.
XidNode(int, SourceLocation, String) - Constructor for class com.google.template.soy.soytree.XidNode
 
XidNode.Builder - Class in com.google.template.soy.soytree
Builder for XidNode.
xidRenamingMap - Variable in class com.google.template.soy.sharedpasses.render.RenderVisitor
xid renaming map.
XliffMsgPlugin - Class in com.google.template.soy.xliffmsgplugin
Message plugin for XLIFF format.
XliffMsgPlugin() - Constructor for class com.google.template.soy.xliffmsgplugin.XliffMsgPlugin
 
XliffMsgPluginModule - Class in com.google.template.soy.xliffmsgplugin
Guice module to bind the XliffMsgPlugin.
XliffMsgPluginModule() - Constructor for class com.google.template.soy.xliffmsgplugin.XliffMsgPluginModule
 
xor(TernaryValue) - Method in enum com.google.javascript.rhino.jstype.TernaryValue
Gets the xor of this and that.
XtbMessageBundle - Class in com.google.javascript.jscomp
A MessageBundle that parses messages from an XML Translation Bundle (XTB) file.
XtbMessageBundle(InputStream, String, boolean) - Constructor for class com.google.javascript.jscomp.XtbMessageBundle
 
XtbMessageBundle(InputStream, String) - Constructor for class com.google.javascript.jscomp.XtbMessageBundle
Creates an instance and initializes it with the messages in an XTB file.
XXX_ALIAS_INVALID - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
XXX_ALIAS_TAG_NOT_EOL - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
XXX_ALIAS_TAG_NOT_SOL - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
XXX_BRACE_AFTER_SOY_TAG_OPEN - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
XXX_BRACE_BEFORE_SOY_TAG_CLOSE - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
XXX_CMD_NAME_INVALID_DECL - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
XXX_CMD_TEXT_PHNAME_NOT_IDENT - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
XXX_DELPACKAGE_INVALID - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
XXX_DELPACKAGE_TAG_NOT_EOL - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
XXX_DELPACKAGE_TAG_NOT_SOL - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
XXX_DOUBLE_LEFT_BRACE_IN_SOY_TAG_2 - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
XXX_DOUBLE_RIGHT_BRACE_IN_SOY_TAG_1 - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
XXX_END_TEMPLATE_TAG_INVALID - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
XXX_END_TEMPLATE_TAG_NOT_EOL - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
XXX_END_TEMPLATE_TAG_NOT_SOL - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
XXX_INVALID_END_LITERAL_TAG - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
XXX_LEFT_BRACE_IN_SOY_TAG_1 - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
XXX_NAMESPACE_INVALID - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
XXX_NAMESPACE_TAG_NOT_EOL - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
XXX_NAMESPACE_TAG_NOT_SOL - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
XXX_NESTED_LITERAL_TAG - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
XXX_NO_CMD_NAME - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
XXX_SOY_DOC_END_NOT_EOL - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
XXX_SOY_DOC_START_NOT_SOL - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
XXX_TEMPLATE_TAG_INVALID - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
XXX_TEMPLATE_TAG_NOT_EOL - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
XXX_TEMPLATE_TAG_NOT_SOL - Static variable in interface com.google.template.soy.soyparse.SoyFileParserConstants
RegularExpression Id.
XXX_UNMATCHED_RIGHT_BRACE_1 - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.
XXX_UNMATCHED_RIGHT_BRACE_2 - Static variable in interface com.google.template.soy.soyparse.TemplateParserConstants
RegularExpression Id.

Y

YEAR - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoBidiSupportSoyTemplateInfo
Year published.
YEAR - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.Param
Listed by .demoBidiSupport.
yield() - Static method in class com.google.javascript.rhino.IR
 
yield(Node) - Static method in class com.google.javascript.rhino.IR
 
YIELD - Static variable in class com.google.javascript.rhino.Token
Token types.
YIELD_FOR - Static variable in class com.google.javascript.rhino.Node
 
YieldExpressionTree - Class in com.google.javascript.jscomp.parsing.parser.trees
 
YieldExpressionTree(SourceRange, boolean, ParseTree) - Constructor for class com.google.javascript.jscomp.parsing.parser.trees.YieldExpressionTree
 

Z

ZERO - Static variable in class com.google.template.soy.data.restricted.IntegerData
Static instance of IntegerData with value 0.

_

__NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.BidiGlobalDirSoyTemplateInfo
This template's full name.
__NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoAutoescapeTrueSoyTemplateInfo
This template's full name.
__NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoBidiSupportSoyTemplateInfo
This template's full name.
__NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoCallOtherFileSoyTemplateInfo
This template's full name.
__NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoCallWithoutParamSoyTemplateInfo
This template's full name.
__NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoCallWithParamBlockSoyTemplateInfo
This template's full name.
__NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoCallWithParamSoyTemplateInfo
This template's full name.
__NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoCommentsSoyTemplateInfo
This template's full name.
__NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoDoubleBracesSoyTemplateInfo
This template's full name.
__NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoExpressionsSoyTemplateInfo
This template's full name.
__NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoForeachSoyTemplateInfo
This template's full name.
__NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoForSoyTemplateInfo
This template's full name.
__NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoIfSoyTemplateInfo
This template's full name.
__NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoLineJoiningSoyTemplateInfo
This template's full name.
__NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoMsgSoyTemplateInfo
This template's full name.
__NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoParamWithKindAttributeSoyTemplateInfo
This template's full name.
__NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoPrintSoyTemplateInfo
This template's full name.
__NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoRawTextCommandsSoyTemplateInfo
This template's full name.
__NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoSwitchSoyTemplateInfo
This template's full name.
__NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.ExampleHeaderSoyTemplateInfo
This template's full name.
__NAMESPACE__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo
This Soy file's namespace.
__PARTIAL_NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.BidiGlobalDirSoyTemplateInfo
This template's partial name.
__PARTIAL_NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoAutoescapeTrueSoyTemplateInfo
This template's partial name.
__PARTIAL_NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoBidiSupportSoyTemplateInfo
This template's partial name.
__PARTIAL_NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoCallOtherFileSoyTemplateInfo
This template's partial name.
__PARTIAL_NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoCallWithoutParamSoyTemplateInfo
This template's partial name.
__PARTIAL_NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoCallWithParamBlockSoyTemplateInfo
This template's partial name.
__PARTIAL_NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoCallWithParamSoyTemplateInfo
This template's partial name.
__PARTIAL_NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoCommentsSoyTemplateInfo
This template's partial name.
__PARTIAL_NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoDoubleBracesSoyTemplateInfo
This template's partial name.
__PARTIAL_NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoExpressionsSoyTemplateInfo
This template's partial name.
__PARTIAL_NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoForeachSoyTemplateInfo
This template's partial name.
__PARTIAL_NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoForSoyTemplateInfo
This template's partial name.
__PARTIAL_NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoIfSoyTemplateInfo
This template's partial name.
__PARTIAL_NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoLineJoiningSoyTemplateInfo
This template's partial name.
__PARTIAL_NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoMsgSoyTemplateInfo
This template's partial name.
__PARTIAL_NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoParamWithKindAttributeSoyTemplateInfo
This template's partial name.
__PARTIAL_NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoPrintSoyTemplateInfo
This template's partial name.
__PARTIAL_NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoRawTextCommandsSoyTemplateInfo
This template's partial name.
__PARTIAL_NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.DemoSwitchSoyTemplateInfo
This template's partial name.
__PARTIAL_NAME__ - Static variable in class com.google.template.soy.examples.FeaturesSoyInfo.ExampleHeaderSoyTemplateInfo
This template's partial name.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links